academic/gmsh: Updated for version 4.13.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fellype do Nascimento 2024-06-18 09:43:14 +07:00 committed by Willy Sudiarto Raharjo
parent 73627d148e
commit 7bdf417520
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gmsh
VERSION=${VERSION:-4.12.2}
VERSION=${VERSION:-4.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -125,7 +125,7 @@ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
..
# only demos/ and tutorial/ folders will be left in the /usr/share/gmsh dir
# TODO: Solve runtime issues with HDF5 - this is the reason for disabling
# MED and CGNS in gmsh 4.12.x
# MED and CGNS in gmsh >= 4.12.x
make
make install DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="gmsh"
VERSION="4.12.2"
VERSION="4.13.1"
HOMEPAGE="https://gmsh.info/"
DOWNLOAD="https://gmsh.info/src/gmsh-4.12.2-source.tgz"
MD5SUM="2c99a1b94d1a4c597b8febb6e9b02f5b"
DOWNLOAD="https://gmsh.info/src/gmsh-4.13.1-source.tgz"
MD5SUM="6c2f83e6ba8165aa862ee8c6fcedee99"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fltk lapack OpenCASCADE"