Skip to content

Commit

Permalink
also apply the regex to build-backend/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Oct 29, 2024
1 parent 3c9d602 commit da3593f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/easyblocks/s/score_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def configure_step(self, *args, **kwargs):
(r'_lib}\${with_', '_lib},${with_'),
]
configure_scripts = [
os.path.join(self.start_dir, 'build-backend', 'configure'),
os.path.join(self.start_dir, 'build-mpi', 'configure'),
os.path.join(self.start_dir, 'build-shmem', 'configure'),
]
Expand Down

0 comments on commit da3593f

Please sign in to comment.