Skip to content

Commit 9fd0966

Browse files
1 parent 0a054bf commit 9fd0966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

releases/petsc4py-install-complex.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ PETSC4PY_INSTALLED="$SHARE_PREFIX/petsc4py.installed"
1616

1717
if [[ ! -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/a96a04c/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/904360c/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-20250119-103710-e44dbfa-complex/petsc4py-install.tar.gz"}
27+
PETSC4PY_ARCHIVE_PATH=${PETSC4PY_ARCHIVE_PATH:-"https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/petsc4py-20250201-025558-5194b3b-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

0 commit comments

Comments
 (0)