Skip to content

Commit

Permalink
Update prepare_python.sh (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama authored Aug 10, 2024
1 parent 8f41ef3 commit fa11989
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/prepare_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ fi

DO_HDF5=0
if [[ -z ${1} ]] && [[ "${1}" == "--without-hdf5" ]] ; then
echo "Compiling Python API without the HDF5 back end."
echo ""
echo "******************** WARNING **********************"
echo "* Compiling Python API without the HDF5 back end. *"
echo "***************************************************"
echo ""
DO_HDF5=1
else
echo "Compiling Python API with the HDF5 back end."
Expand Down

0 comments on commit fa11989

Please sign in to comment.