Skip to content

Commit

Permalink
fix setting of CMAKE_OPTIONS for SuiteSparse versions between 5.1.2 a…
Browse files Browse the repository at this point in the history
…nd 6.0.0
  • Loading branch information
boegel committed Oct 6, 2024
1 parent bd7fe7e commit e6578bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/s/suitesparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def configure_step(self):

if LooseVersion(self.version) >= LooseVersion('5.1.2'):
# v5.0.0 until v5.1.2 has no CMAKE_OPTIONS to set, patches are needed
self.cfg.update('preinstallopts', 'CMAKE_OPTIONS="-DCMAKE_INSTALL_PREFIX=%s"' % self.installdir)
self.cfg.update('installopts', 'CMAKE_OPTIONS="-DCMAKE_INSTALL_PREFIX=%s"' % self.installdir)

# set METIS library
if parmetis or metis:
Expand Down

0 comments on commit e6578bf

Please sign in to comment.