diff options
author | Fellype do Nascimento <fellypao@yahoo.com.br> | 2021-12-30 09:40:52 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-31 08:27:04 +0700 |
commit | 2d9af791f7f52a8950158a0942201e88a4b9b663 (patch) | |
tree | 1bb37152332b8ebca34a60f1fbe8ba34b0c446d1 /academic | |
parent | ef34da1eb6ec31c531e48c473f82c8ecd4c7d756 (diff) |
academic/getdp: Updated for version 3.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-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 3dab37d1322e..95de2587d8b1 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 edf57073d1ac..861e21effd2f 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 8b5b964589af..c470960b1185 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" |