File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 116
116
spack repo list
117
117
spack env create $spack_env
118
118
spack env activate $spack_env
119
- spack add asl cppad fmt rapidjson catch2 highs $with_valgrind
119
+ spack add asl fmt rapidjson catch2 highs $with_valgrind
120
120
spack install
121
121
spack env deactivate
122
122
spack repo remove _spack_tpls/repo
@@ -132,7 +132,7 @@ echo "Building Coek"
132
132
echo " "
133
133
mkdir _build
134
134
cd _build
135
- cmake -DCMAKE_PREFIX_PATH=${SPACK_HOME} /var/spack/environments/${spack_env} /.spack-env/view -Dwith_debug=${debug} -Dwith_python=${with_python} $python_exe -Dwith_gurobi=$with_gurobi -Dwith_highs=ON -Dwith_cppad=ON -Dwith_fmtlib=ON -Dwith_rapidjson=ON -Dwith_catch2=ON -Dwith_tests=ON -Dwith_asl=ON -Dwith_openmp=OFF ..
135
+ cmake -DCMAKE_PREFIX_PATH=${SPACK_HOME} /var/spack/environments/${spack_env} /.spack-env/view -Dwith_debug=${debug} -Dwith_python=${with_python} $python_exe -Dwith_gurobi=$with_gurobi -Dwith_highs=ON -Dwith_cppad=OFF -Dwith_fmtlib=ON -Dwith_rapidjson=ON -Dwith_catch2=ON -Dwith_tests=ON -Dwith_asl=ON -Dwith_openmp=OFF ..
136
136
make -j20
137
137
make install
138
138
You can’t perform that action at this time.
0 commit comments