File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ positive_integer() {
4040
4141build_tests=" $( cmake_bool " ${nrgljubljana_build_tests:- OFF} " ) "
4242test_long=" $( cmake_bool " ${nrgljubljana_test_long:- OFF} " ) "
43+ enable_mathematica=" $( cmake_bool " ${nrgljubljana_enable_mathematica:- OFF} " ) "
4344strict_floating_point=" $( cmake_bool " ${nrgljubljana_strict_floating_point:- OFF} " ) "
4445cmake_build_type=" ${nrgljubljana_cmake_build_type:- Release} "
4546build_jobs=" $( job_count " ${nrgljubljana_build_jobs:- 0} " ) "
@@ -62,6 +63,7 @@ cmake -S . -B build -G Ninja \
6263 -DCMAKE_CXX_SCAN_FOR_MODULES=OFF \
6364 -DHDF5_ROOT=" ${PREFIX} " \
6465 -DNRGLJUBLJANA_USE_SYSTEM_DEPS=ON \
66+ -DNRGLJUBLJANA_ENABLE_MATHEMATICA=" ${enable_mathematica} " \
6567 -DNRGLJUBLJANA_INSTALL_NRGINIT=ON \
6668 -DNRGLJUBLJANA_STRICT_FLOATING_POINT=" ${strict_floating_point} " \
6769 -DBuild_Tests=" ${build_tests} " \
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ nrgljubljana_build_tests:
88 - " OFF"
99nrgljubljana_test_long :
1010 - " OFF"
11+ nrgljubljana_enable_mathematica :
12+ - " OFF"
1113nrgljubljana_strict_floating_point :
1214 - " OFF"
1315nrgljubljana_build_jobs :
Original file line number Diff line number Diff line change 6666 commands :
6767 - test -x "${PREFIX}/bin/nrg" # [unix]
6868 - test -x "${PREFIX}/bin/adapt" # [unix]
69+ - test -x "${PREFIX}/bin/instantiate" # [unix]
70+ - test -x "${PREFIX}/nrginit/nrginit" # [unix]
71+ - test -f "${PREFIX}/nrginit/nrginit.m" # [unix]
6972 - test -z "$(ldd "${PREFIX}/bin/nrg" | grep 'not found')" # [linux]
7073 - test -f "${PREFIX}/lib/libnrgljubljana_c.so" # [linux]
7174 - test -f "${PREFIX}/lib/libnrgljubljana_c.dylib" # [osx]
You can’t perform that action at this time.
0 commit comments