Skip to content

Commit 950c5f1

Browse files
authored
build_ascent, change enable tests default to OFF (#1264)
* build_ascent , change enable tests default to OFF * build ascent extra echo info
1 parent 08b8c0c commit 950c5f1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

scripts/build_ascent/build_ascent.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ enable_python="${enable_python:=OFF}"
2929
enable_openmp="${enable_openmp:=OFF}"
3030
enable_mpi="${enable_mpi:=OFF}"
3131
enable_find_mpi="${enable_find_mpi:=ON}"
32-
enable_tests="${enable_tests:=ON}"
32+
enable_tests="${enable_tests:=OFF}"
3333
enable_verbose="${enable_verbose:=ON}"
3434
build_jobs="${build_jobs:=6}"
3535
build_config="${build_config:=Release}"
@@ -159,6 +159,15 @@ if [ ! -z ${FTN+x} ]; then
159159
cmake_compiler_settings="${cmake_compiler_settings} -DCMAKE_Fortran_COMPILER:PATH=${FTN}"
160160
fi
161161

162+
################
163+
# print all build_ZZZ and enable_ZZZ options
164+
################
165+
echo "*** cmake_compiler_settings: ${cmake_compiler_settings}"
166+
echo "*** build_ascent `enable` settings:"
167+
set | grep enable_
168+
echo "*** build_ascent `build` settings:"
169+
set | grep build_
170+
162171
################
163172
# Zlib
164173
################

0 commit comments

Comments
 (0)