diff options
Diffstat (limited to 'academic/getdp')
-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 621e3e25aa66..000000000000 --- 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 076357671724..751b64a88c48 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 56a79610bbbb..bfacafe5f2d6 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%" |