1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 06:21:05 +02:00

Update prepare_python.sh

This commit is contained in:
Anthony Scemama 2024-06-28 21:58:00 +02:00 committed by GitHub
parent 8f41ef3cfa
commit 8fbb1bb52f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."