Skip to content

Commit

Permalink
Merge branch 'scafacos_default' of ssh://github.com/RudolfWeeber/espr…
Browse files Browse the repository at this point in the history
…esso into scafacos_default
  • Loading branch information
RudolfWeeber committed Jan 5, 2019
2 parents 195c19b + 86e7b0a commit 1b57c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainer/CI/build_cmake.sh
Expand Up @@ -84,7 +84,7 @@ if [[ ! -z ${with_coverage+x} ]]; then
bash <(curl -s https://codecov.io/env) &> /dev/null;
fi

cmake_params="-DCMAKE_BUILD_TYPE=$build_type -DPYTHON_EXECUTABLE=$(which python$python_version) -DWARNINGS_ARE_ERRORS=ON -DTEST_NP:INT=$check_procs $cmake_params -dWITH_SCAFACOS=on"
cmake_params="-DCMAKE_BUILD_TYPE=$build_type -DPYTHON_EXECUTABLE=$(which python$python_version) -DWARNINGS_ARE_ERRORS=ON -DTEST_NP:INT=$check_procs $cmake_params -DWITH_SCAFACOS=ON"
cmake_params="$cmake_params -DCMAKE_CXX_FLAGS=$cxx_flags"
cmake_params="$cmake_params -DCMAKE_INSTALL_PREFIX=/tmp/espresso-unit-tests"
if $with_ccache; then
Expand Down

0 comments on commit 1b57c13

Please sign in to comment.