Skip to content

Commit

Permalink
Merge pull request easybuilders#3471 from boegel/20241006200121_new_p…
Browse files Browse the repository at this point in the history
…r_suitesparse

fix setting of `CMAKE_OPTIONS` for SuiteSparse versions between 5.1.2 and 6.0.0
  • Loading branch information
lexming authored Nov 6, 2024
2 parents 2ab3cbc + e6578bf commit a1add70
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 a1add70

Please sign in to comment.