mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 12:43:55 +01:00
Update prepare_python.sh
This commit is contained in:
parent
8f41ef3cfa
commit
8fbb1bb52f
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user