diff options
-rw-r--r-- | academic/getdp/README | 2 | ||||
-rw-r--r-- | academic/getdp/getdp.SlackBuild | 4 | ||||
-rw-r--r-- | academic/getdp/getdp.info | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/academic/getdp/README b/academic/getdp/README index 3dab37d1322e5..95de2587d8b10 100644 --- a/academic/getdp/README +++ b/academic/getdp/README @@ -6,3 +6,5 @@ dimensions. The main feature of GetDP is the closeness between the input data defining discrete problems (written by the user in ASCII data files) and the symbolic mathematical expressions of these problems. + +Optional dependency: gmsh diff --git a/academic/getdp/getdp.SlackBuild b/academic/getdp/getdp.SlackBuild index edf57073d1ac3..861e21effd2f0 100644 --- a/academic/getdp/getdp.SlackBuild +++ b/academic/getdp/getdp.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for getdp -# Copyright 2020 Fellype do Nascimento, Campinas, Brazil +# Copyright 2020-2022 Fellype do Nascimento, Guaratingueta, Brazil # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=getdp -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/getdp/getdp.info b/academic/getdp/getdp.info index 8b5b964589af2..c470960b11851 100644 --- a/academic/getdp/getdp.info +++ b/academic/getdp/getdp.info @@ -1,8 +1,8 @@ PRGNAM="getdp" -VERSION="3.3.0" +VERSION="3.4.0" HOMEPAGE="http://getdp.info/" -DOWNLOAD="http://getdp.info/src/getdp-3.3.0-source.tgz" -MD5SUM="0f3e4388bcecd454ff1a19fcfa5979ef" +DOWNLOAD="http://getdp.info/src/getdp-3.4.0-source.tgz" +MD5SUM="76472429f7741a42c3ca3d8626e74e30" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="arpack-ng OpenBLAS" |