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,12 +16,12 @@ VTK_INSTALLED="$SHARE_PREFIX/vtk.installed"
16
16
17
17
if [[ ! -f $VTK_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
# Download and uncompress library archive
24
- VTK_ARCHIVE_PATH=${VTK_ARCHIVE_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/vtk-20250119-103709-e44dbfa /vtk-install.tar.gz" }
24
+ VTK_ARCHIVE_PATH=${VTK_ARCHIVE_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/vtk-20250201-025556-5194b3b /vtk-install.tar.gz" }
25
25
[[ $VTK_ARCHIVE_PATH == http* ]] && VTK_ARCHIVE_DOWNLOAD=${VTK_ARCHIVE_PATH} && VTK_ARCHIVE_PATH=/tmp/vtk-install.tar.gz && wget ${VTK_ARCHIVE_DOWNLOAD} -O ${VTK_ARCHIVE_PATH}
26
26
if [[ $VTK_ARCHIVE_PATH != skip ]]; then
27
27
tar -xzf $VTK_ARCHIVE_PATH --strip-components=$INSTALL_PREFIX_DEPTH --directory=$INSTALL_PREFIX
You can’t perform that action at this time.
0 commit comments