diff options
author | riggs <riggs@FreeBSD.org> | 2016-05-04 13:34:57 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-05-04 13:34:57 +0800 |
commit | 434ccc5f2da46e54146f40c4bb57a4f298be58c5 (patch) | |
tree | 5443aec9219b2351c264aa87eb16b66bc1ee4d4b /math/clfft | |
parent | 074b28bca43ae534594d437276978ad439e6f8f6 (diff) | |
download | freebsd-ports-gnome-434ccc5f2da46e54146f40c4bb57a4f298be58c5.tar.gz freebsd-ports-gnome-434ccc5f2da46e54146f40c4bb57a4f298be58c5.tar.zst freebsd-ports-gnome-434ccc5f2da46e54146f40c4bb57a4f298be58c5.zip |
Update to upstream version 2.12.0
PR: 209143
Submitted by: dieterich@ogolem.org (maintainer)
Diffstat (limited to 'math/clfft')
-rw-r--r-- | math/clfft/Makefile | 2 | ||||
-rw-r--r-- | math/clfft/distinfo | 4 | ||||
-rw-r--r-- | math/clfft/files/patch-src_include_sharedLibrary.h | 11 | ||||
-rw-r--r-- | math/clfft/files/patch-src_statTimer_statisticalTimer.h | 2 | ||||
-rw-r--r-- | math/clfft/pkg-plist | 4 |
5 files changed, 17 insertions, 6 deletions
diff --git a/math/clfft/Makefile b/math/clfft/Makefile index 518c6f8fb431..64cc2e8ce112 100644 --- a/math/clfft/Makefile +++ b/math/clfft/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clfft -PORTVERSION= 2.10.2 +PORTVERSION= 2.12.0 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/clfft/distinfo b/math/clfft/distinfo index f1a72b2d96dd..88bf9d17043a 100644 --- a/math/clfft/distinfo +++ b/math/clfft/distinfo @@ -1,2 +1,2 @@ -SHA256 (clMathLibraries-clFFT-v2.10.2_GH0.tar.gz) = 7be3a706a533e1a54f9b78e13f91d19603ce082fb32c25b48d1216f5424515d7 -SIZE (clMathLibraries-clFFT-v2.10.2_GH0.tar.gz) = 988720 +SHA256 (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = c623a1b00cd8fe31583044dd98f8d0d0d2b3bda41628098ddb3edc8530099600 +SIZE (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = 1008780 diff --git a/math/clfft/files/patch-src_include_sharedLibrary.h b/math/clfft/files/patch-src_include_sharedLibrary.h new file mode 100644 index 000000000000..293ac41136b2 --- /dev/null +++ b/math/clfft/files/patch-src_include_sharedLibrary.h @@ -0,0 +1,11 @@ +--- src/include/sharedLibrary.h.orig 2016-04-22 02:47:39 UTC ++++ src/include/sharedLibrary.h +@@ -52,7 +52,7 @@ inline void* LoadSharedLibrary( std::str + { + std::cerr << ::dlerror( ) << std::endl; + } +-#elif defined(__FreeBSD_kernel__) ++#elif defined(__FreeBSD_kernel__) || defined (__FreeBSD__) + tstring freebsdName = unixPrefix; + freebsdName += libraryName += ".so"; + void* fileHandle = ::dlopen( freebsdName.c_str( ), RTLD_NOW ); diff --git a/math/clfft/files/patch-src_statTimer_statisticalTimer.h b/math/clfft/files/patch-src_statTimer_statisticalTimer.h index 4d1224b87a92..ce80a5ac9a00 100644 --- a/math/clfft/files/patch-src_statTimer_statisticalTimer.h +++ b/math/clfft/files/patch-src_statTimer_statisticalTimer.h @@ -1,4 +1,4 @@ ---- src/statTimer/statisticalTimer.h.orig 2015-10-20 00:29:59 UTC +--- src/statTimer/statisticalTimer.h.orig 2016-04-20 18:47:13 UTC +++ src/statTimer/statisticalTimer.h @@ -21,6 +21,7 @@ #include <vector> diff --git a/math/clfft/pkg-plist b/math/clfft/pkg-plist index 9d7e7b0e8566..2f23471d1f6c 100644 --- a/math/clfft/pkg-plist +++ b/math/clfft/pkg-plist @@ -8,10 +8,10 @@ lib/cmake/clFFT/clFFTTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/clFFT/clFFTTargets.cmake lib/libStatTimer.so lib/libStatTimer.so.2 -lib/libStatTimer.so.2.10.2 +lib/libStatTimer.so.2.12.0 lib/libclFFT.so lib/libclFFT.so.2 -lib/libclFFT.so.2.10.2 +lib/libclFFT.so.2.12.0 share/clFFT/examples/fft1d share/clFFT/examples/fft1d.c share/clFFT/examples/fft2d |