Skip to content

Commit c6a5bec

Browse files
committed
Disabling CPPAD by default
1 parent 0904b7c commit c6a5bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ else
116116
spack repo list
117117
spack env create $spack_env
118118
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
120120
spack install
121121
spack env deactivate
122122
spack repo remove _spack_tpls/repo
@@ -132,7 +132,7 @@ echo "Building Coek"
132132
echo ""
133133
mkdir _build
134134
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 ..
136136
make -j20
137137
make install
138138

0 commit comments

Comments
 (0)