- Update to 2.12.2
PR: 213338 Submitted by: dieterich@ogolem.org(maintainer)
This commit is contained in:
parent
1134ee52b3
commit
1c8404d28d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423661
5 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= clfft
|
||||
PORTVERSION= 2.12.0
|
||||
PORTVERSION= 2.12.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= math
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = c623a1b00cd8fe31583044dd98f8d0d0d2b3bda41628098ddb3edc8530099600
|
||||
SIZE (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = 1008780
|
||||
TIMESTAMP = 1476066152
|
||||
SHA256 (clMathLibraries-clFFT-v2.12.2_GH0.tar.gz) = e7348c146ad48c6a3e6997b7702202ad3ee3b5df99edf7ef00bbacc21e897b12
|
||||
SIZE (clMathLibraries-clFFT-v2.12.2_GH0.tar.gz) = 1010182
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- src/include/sharedLibrary.h.orig 2016-04-22 02:47:39 UTC
|
||||
--- src/include/sharedLibrary.h.orig 2016-08-31 21:46:51 UTC
|
||||
+++ src/include/sharedLibrary.h
|
||||
@@ -52,7 +52,7 @@ inline void* LoadSharedLibrary( std::str
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- src/statTimer/statisticalTimer.h.orig 2016-04-20 18:47:13 UTC
|
||||
--- src/statTimer/statisticalTimer.h.orig 2016-08-31 21:46:51 UTC
|
||||
+++ src/statTimer/statisticalTimer.h
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <vector>
|
||||
|
|
|
@ -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.12.0
|
||||
lib/libStatTimer.so.2.12.2
|
||||
lib/libclFFT.so
|
||||
lib/libclFFT.so.2
|
||||
lib/libclFFT.so.2.12.0
|
||||
lib/libclFFT.so.2.12.2
|
||||
share/clFFT/examples/fft1d
|
||||
share/clFFT/examples/fft1d.c
|
||||
share/clFFT/examples/fft2d
|
||||
|
|
Loading…
Reference in a new issue