summaryrefslogtreecommitdiffstats
path: root/academic/gmsh/gmsh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/gmsh/gmsh.SlackBuild')
-rw-r--r--academic/gmsh/gmsh.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/gmsh/gmsh.SlackBuild b/academic/gmsh/gmsh.SlackBuild
index 14702dd567..e318452d91 100644
--- a/academic/gmsh/gmsh.SlackBuild
+++ b/academic/gmsh/gmsh.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gmsh
-VERSION=${VERSION:-4.12.1}
+VERSION=${VERSION:-4.12.2}
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.1
+# MED and CGNS in gmsh 4.12.x
make
make install DESTDIR=$PKG