mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
eb1086a2b8a227d95412cd39d9535f3ff0056a37
If Boost is installed in say /usr/include/boost141 and /usr/lib64/boost141, then there is no root you can specify to pick them both up. However, whereas Autotools uses --with-boost and --with-boost-libdir, FindBoost in CMake changes to using two different variables: BOOST_INCLUDEDIR and BOOST_LIBRARYDIR. Using the header directory for BOOST_ROOT will not work (in particularily not with old CMake versions).
opm-autodiff
Automatic differentiation utilities and simulators using the technique.
Description
Languages
C++
78.3%
ECL
17.7%
CMake
1.8%
Cuda
1.2%
Shell
0.5%
Other
0.5%