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"
16
16
17
17
if [[ ! -f $PETSC4PY_INSTALLED ]]; then
18
18
# 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" }
20
20
[[ $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}
21
21
source $H5PY_INSTALL_SCRIPT_PATH
22
22
23
23
# Install BLAS and LAPACK
24
24
apt install -y -qq libblas-dev liblapack-dev
25
25
26
26
# 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" }
28
28
[[ $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}
29
29
if [[ $PETSC4PY_ARCHIVE_PATH != skip ]]; then
30
30
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