File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ ! -f $GMSH_INSTALLED ]]; then
26
26
source $OCC_INSTALL_SCRIPT_PATH
27
27
28
28
# Download and uncompress library archive
29
- GMSH_ARCHIVE_PATH=${GMSH_ARCHIVE_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/gmsh-20240611-091455 -4f45e40/gmsh-install.tar.gz" }
29
+ GMSH_ARCHIVE_PATH=${GMSH_ARCHIVE_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/gmsh-20240615-012428 -4f45e40/gmsh-install.tar.gz" }
30
30
[[ $GMSH_ARCHIVE_PATH == http* ]] && GMSH_ARCHIVE_DOWNLOAD=${GMSH_ARCHIVE_PATH} && GMSH_ARCHIVE_PATH=/tmp/gmsh-install.tar.gz && wget ${GMSH_ARCHIVE_DOWNLOAD} -O ${GMSH_ARCHIVE_PATH}
31
31
if [[ $GMSH_ARCHIVE_PATH != skip ]]; then
32
32
tar -xzf $GMSH_ARCHIVE_PATH --strip-components=$INSTALL_PREFIX_DEPTH --directory=$INSTALL_PREFIX
You can’t perform that action at this time.
0 commit comments