Skip to content

Commit

Permalink
Store generate options to allow usage by children classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella committed Oct 4, 2024
1 parent 2878569 commit 57b03e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyblocks/generic/cmakemake.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ def configure_step(self, srcdir=None, builddir=None):
options['BOOST_ROOT'] = boost_root
options['Boost_NO_SYSTEM_PATHS'] = 'ON'

self.cmake_options = options

if self.cfg.get('configure_cmd') == DEFAULT_CONFIGURE_CMD:
self.prepend_config_opts(options)
command = ' '.join([
Expand Down

0 comments on commit 57b03e4

Please sign in to comment.