Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Put back hdf5 library.
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 16, 2023
1 parent abb66f5 commit 9b24467
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildscripts/build_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ printf "Using ${COMPILER} compilers:\nFC: ${FC}\nCC: ${CC}\nCXX: ${CXX}\n"
printf "Installing to ${PREFIX}\n"
printf "\n"

#${SCRIPT_DIR}/build_zlib.sh -c $COMPILER -p $PREFIX
#${SCRIPT_DIR}/build_hdf5.sh -c $COMPILER -p $PREFIX
${SCRIPT_DIR}/build_zlib.sh -c $COMPILER -p $PREFIX
${SCRIPT_DIR}/build_hdf5.sh -c $COMPILER -p $PREFIX
${SCRIPT_DIR}/build_netcdf-c.sh -c $COMPILER -p $PREFIX
${SCRIPT_DIR}/build_netcdf-fortran.sh -c $COMPILER -p $PREFIX

Expand Down
4 changes: 2 additions & 2 deletions buildscripts/fetch_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ done

mkdir -p ${DOWNLOAD_DIR}
cd $DOWNLOAD_DIR
#wget -qO- https://www.zlib.net/zlib-1.2.13.tar.gz | tar xvz
#wget -qO- https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.1/src/hdf5-1.14.1-2.tar.gz | tar xvz
wget -qO- https://www.zlib.net/zlib-1.2.13.tar.gz | tar xvz
wget -qO- https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.1/src/hdf5-1.14.1-2.tar.gz | tar xvz
wget -qO- https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.2.tar.gz | tar xvz
wget -qO- https://github.com/Unidata/netcdf-fortran/archive/refs/tags/v4.6.1.tar.gz | tar xvz
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel.linux]
environment = {SKBUILD_CONFIGURE_OPTIONS="-DBUILD_SHARED_LIBS=OFF", FFLAGS="${FFLAGS} -fPIC"}
before-all = [
"yum install wget m4 doxygen hdf5-static -y",
"yum install wget m4 doxygen -y",
"buildscripts/fetch_dependencies.sh -d build",
"buildscripts/build_dependencies.sh -c GNU-Linux -p /usr/local"
]
Expand Down

0 comments on commit 9b24467

Please sign in to comment.