mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/gmsh: Updated for version 4.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
73627d148e
commit
7bdf417520
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue