diff options
author | Fellype do Nascimento <fellype (at) gmail (dot) com> | 2022-08-12 03:19:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-13 10:40:35 +0700 |
commit | 53fbbc2bedc7a90a5c240b1eac8e00b62f8584c3 (patch) | |
tree | e876400c97bd6bede55719b50e934f66dc7db62d /academic | |
parent | 557056a6334f57405bfec954a766d0802b0fde68 (diff) |
academic/getdp: Updated for version 3.5.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/getdp/Kernel_Operation__Broadcast.patch | 11 | ||||
-rw-r--r-- | academic/getdp/getdp.SlackBuild | 5 | ||||
-rw-r--r-- | academic/getdp/getdp.info | 6 |
3 files changed, 4 insertions, 18 deletions
diff --git a/academic/getdp/Kernel_Operation__Broadcast.patch b/academic/getdp/Kernel_Operation__Broadcast.patch deleted file mode 100644 index 621e3e25aa665..0000000000000 --- a/academic/getdp/Kernel_Operation__Broadcast.patch +++ /dev/null @@ -1,11 +0,0 @@ -#diff a/Kernel/Operation_Broadcast.cpp b/Kernel/Operation_Broadcast.cpp -#--- a/Kernel/Operation_Broadcast.cpp -#+++ b/Kernel/Operation_Broadcast.cpp -@@ -5,6 +5,7 @@ - - #include <vector> - #include <string> -+#include <cstring> // for strncpy() - #include <sstream> - #include <stdio.h> - #include <stdlib.h> diff --git a/academic/getdp/getdp.SlackBuild b/academic/getdp/getdp.SlackBuild index 0763576717243..751b64a88c484 100644 --- a/academic/getdp/getdp.SlackBuild +++ b/academic/getdp/getdp.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=getdp -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,9 +77,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Patch that allow compilation without a fail (credits to: DragonFlyBSD/DPorts) -patch -p1 < $CWD/Kernel_Operation__Broadcast.patch Kernel/Operation_Broadcast.cpp - mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \ diff --git a/academic/getdp/getdp.info b/academic/getdp/getdp.info index 56a79610bbbb6..bfacafe5f2d62 100644 --- a/academic/getdp/getdp.info +++ b/academic/getdp/getdp.info @@ -1,8 +1,8 @@ PRGNAM="getdp" -VERSION="3.4.0" +VERSION="3.5.0" HOMEPAGE="http://getdp.info/" -DOWNLOAD="http://getdp.info/src/getdp-3.4.0-source.tgz" -MD5SUM="76472429f7741a42c3ca3d8626e74e30" +DOWNLOAD="http://getdp.info/src/getdp-3.5.0-source.tgz" +MD5SUM="157d6604cc6a26ead0b0b4121216074a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="arpack-ng OpenBLAS %README%" |