Conversation
|
This may help address #350. |
|
@balos1 If you're good with the updates to With |
|
This looks great! |
|
Looks like there is a problem with the compile test that might be specific to CMake 3.18, I'm looking into it. |
Steven-Roberts
left a comment
There was a problem hiding this comment.
This fixes the missing linking flags issue I had. When I have two lapack versions (system and spack) it finds both in cmake and only uses the system version for compilation. It's unclear how I would use the spack version for compilation.
Unfortunately |
|
Got it working with David's help. For posterity, |
|
@gardner48 The latest version still works for me, both with a system LAPACK and spack one. |
LAPACK::LAPACKrather thanLAPACK_LIBRARIEStry_compiletestLAPACK_WORKS(test every configuration pass)CHECK_START,CHECK_PASSED, andCHECK_FAILEDmessages in compile testinclude_guard(GLOBAL)SundialsTPL.cmake.templatewith above changes