File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ PETSC4PY_INSTALLED="$SHARE_PREFIX/petsc4py.installed"
1616
1717if [[ ! -f $PETSC4PY_INSTALLED ]]; then
1818 # Install h5py (and its dependencies, most notably gcc and mpi4py)
19- H5PY_INSTALL_SCRIPT_PATH=${H5PY_INSTALL_SCRIPT_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle.github.io/raw/503612a /releases/h5py-install.sh" }
19+ H5PY_INSTALL_SCRIPT_PATH=${H5PY_INSTALL_SCRIPT_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle.github.io/raw/0334fd5 /releases/h5py-install.sh" }
2020 [[ $H5PY_INSTALL_SCRIPT_PATH == http* ]] && H5PY_INSTALL_SCRIPT_DOWNLOAD=${H5PY_INSTALL_SCRIPT_PATH} && H5PY_INSTALL_SCRIPT_PATH=/tmp/h5py-install.sh && [[ ! -f ${H5PY_INSTALL_SCRIPT_PATH} ]] && wget ${H5PY_INSTALL_SCRIPT_DOWNLOAD} -O ${H5PY_INSTALL_SCRIPT_PATH}
2121 source $H5PY_INSTALL_SCRIPT_PATH
2222
2323 # Install BLAS and LAPACK
2424 apt install -y -qq libblas-dev liblapack-dev
2525
2626 # Download and uncompress library archive
27- PETSC4PY_ARCHIVE_PATH=${PETSC4PY_ARCHIVE_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/petsc4py-20250206-105557 -2e63f3c-complex/petsc4py-install.tar.gz" }
27+ PETSC4PY_ARCHIVE_PATH=${PETSC4PY_ARCHIVE_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/petsc4py-20250206-191543 -2e63f3c-complex/petsc4py-install.tar.gz" }
2828 [[ $PETSC4PY_ARCHIVE_PATH == http* ]] && PETSC4PY_ARCHIVE_DOWNLOAD=${PETSC4PY_ARCHIVE_PATH} && PETSC4PY_ARCHIVE_PATH=/tmp/petsc4py-install.tar.gz && wget ${PETSC4PY_ARCHIVE_DOWNLOAD} -O ${PETSC4PY_ARCHIVE_PATH}
2929 if [[ $PETSC4PY_ARCHIVE_PATH != skip ]]; then
3030 tar -xzf $PETSC4PY_ARCHIVE_PATH --strip-components=$INSTALL_PREFIX_DEPTH --directory=$INSTALL_PREFIX
You can’t perform that action at this time.
0 commit comments