Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit bd0c695

Browse files
author
Nicolas Cornu
authored
Propagate VERBOSE to the inner make script (#422)
1 parent 5322b1e commit bd0c695

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

extra/nrnivmodl-core.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,12 @@ if [ "$params_DEST_DIR" ]; then
138138
make_params+=("install")
139139
fi
140140

141+
if [ "$params_VERBOSE" ]; then
142+
make_params+=("VERBOSE=1")
143+
fi
144+
141145
# run makefile
142-
echo "[INFO] Running make with params: ${make_params[@]}"
146+
echo "[INFO] Running: make -j$PARALLEL_BUILDS -f ${ROOT_DIR}/share/coreneuron/nrnivmodl_core_makefile ${make_params[@]}"
143147
make -j$PARALLEL_BUILDS -f "${ROOT_DIR}/share/coreneuron/nrnivmodl_core_makefile" "${make_params[@]}"
144148

145149
echo "[INFO] MOD files built successfully for CoreNEURON"

0 commit comments

Comments
 (0)