fix setting of CMAKE_OPTIONS for SuiteSparse versions between 5.1.2 and 6.0.0#3471
Conversation
CMAKE_OPTIONS for SuiteSparse versions between 5.1.2 and 6.0.0
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 2395530592 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot Overview of tested easyconfigs (in order)
Build succeeded for 8 out of 8 (8 easyconfigs in total) |
|
Merging, thanks @boegel ! |
(created using
eb --new-pr)fix for failure when installing
SuiteSparse-5.13.0-foss-2022a-METIS-5.1.0.eb:This issue occurs because
CMAKE_INSTALL_PREFIXis set byCMAKE_OPTIONS, but it's not getting pass to themake installcommand correctly...I'm a bit confused as to why this didn't pop up in the test report for #3004, but maybe the subsequent changes in #3031 have something to do with it...