Resolve "CMAKE add on NERSC"
Merge request reports
Activity
changed milestone to %OPAL 2.0.0
added Bug + 1 deleted label
The issue has nothing to do with NERSC. The problem is, that the
FindBoost.cmake
module of cmake returnsBoost_VERSION
in older version (<= 3.10?) as a number (like106800
) and in newer version (>= 3.15?) as a normal version string (like1.68.0
).The version check in OPAL's
CMakeList.txt
can and should be done infind_package(Boost ...)
.assigned to @gsell
126 126 endif () 127 127 set (Boost_USE_MULTITHREADED OFF) 128 128 set (Boost_USE_STATIC_RUNTIME OFF) 129 find_package (Boost 129 find_package (Boost 1.60.0 On https://gitlab.psi.ch/OPAL/src/wikis/For-Developers/Compile-OPAL it says we require 1.59. I'll update it to 1.60
mentioned in commit 391a294d
mentioned in merge request !166 (merged)
mentioned in issue #350 (closed)