1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-21 11:53:54 +01:00

Update prepare_python.sh (#164)

This commit is contained in:
Anthony Scemama 2024-08-10 17:34:44 +02:00 committed by GitHub
parent 8f41ef3cfa
commit fa11989b86
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."