summaryrefslogtreecommitdiff
path: root/math/fftw3
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2020-12-30 00:42:08 +0000
committerJason E. Hale <jhale@FreeBSD.org>2020-12-30 00:42:08 +0000
commitc03abf013bf0724e7c5b7c4c937b0da39b6580b4 (patch)
tree26d67eacbbd1dcf1713654e8db3c54dd087e8a27 /math/fftw3
parentRestrict to Java 8, since this doesn't compile with Java 11 (diff)
math/fftw3*: Update to 3.3.9
Changes: http://www.fftw.org/release-notes.html
Notes
Notes: svn path=/head/; revision=559634
Diffstat (limited to 'math/fftw3')
-rw-r--r--math/fftw3/Makefile4
-rw-r--r--math/fftw3/distinfo6
-rw-r--r--math/fftw3/files/extrapatch-tests_fftw-bench.c5
-rw-r--r--math/fftw3/files/patch-configure10
-rw-r--r--math/fftw3/pkg-plist8
5 files changed, 17 insertions, 16 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index 8d1a359849de..da0e0a194714 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= fftw3
-DISTVERSION= 3.3.8
-PORTREVISION?= 6
+DISTVERSION= 3.3.9
+PORTREVISION?= 0
CATEGORIES= math
MASTER_SITES= http://www.fftw.org/ \
ftp://ftp.fftw.org/pub/fftw/
diff --git a/math/fftw3/distinfo b/math/fftw3/distinfo
index 6cff218029d9..895d43a47969 100644
--- a/math/fftw3/distinfo
+++ b/math/fftw3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532686553
-SHA256 (fftw-3.3.8.tar.gz) = 6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303
-SIZE (fftw-3.3.8.tar.gz) = 4110137
+TIMESTAMP = 1609250043
+SHA256 (fftw-3.3.9.tar.gz) = bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d
+SIZE (fftw-3.3.9.tar.gz) = 4146999
diff --git a/math/fftw3/files/extrapatch-tests_fftw-bench.c b/math/fftw3/files/extrapatch-tests_fftw-bench.c
index 4fc77df82dfe..fd6c909683f2 100644
--- a/math/fftw3/files/extrapatch-tests_fftw-bench.c
+++ b/math/fftw3/files/extrapatch-tests_fftw-bench.c
@@ -1,10 +1,11 @@
Fix regression tests when OPENMP option is enabled.
---- tests/fftw-bench.c.orig 2016-10-25 22:27:48 UTC
+--- tests/fftw-bench.c.orig 2020-12-10 12:02:44 UTC
+++ tests/fftw-bench.c
-@@ -110,7 +110,6 @@ void rdwisdom(void)
+@@ -125,8 +125,6 @@ void rdwisdom(void)
if (threads_ok) {
BENCH_ASSERT(FFTW(init_threads)());
FFTW(plan_with_nthreads)(nthreads);
+- BENCH_ASSERT(FFTW(planner_nthreads)() == nthreads);
- FFTW(make_planner_thread_safe)();
#ifdef _OPENMP
omp_set_num_threads(nthreads);
diff --git a/math/fftw3/files/patch-configure b/math/fftw3/files/patch-configure
index 1bc428a294fc..dab230ed959a 100644
--- a/math/fftw3/files/patch-configure
+++ b/math/fftw3/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig 2016-07-30 20:34:50 UTC
+--- configure.orig 2020-12-30 00:12:14 UTC
+++ configure
-@@ -14397,7 +14397,7 @@ fi
+@@ -14937,7 +14937,7 @@ fi
esac
case "${ax_cv_c_compiler_vendor}" in
- gnu|intel)
+ gnu|intel|clang)
- # SSE/SSE2
- if test "$have_sse2" = "yes" -a "x$SSE2_CFLAGS" = x; then
- if test "$PRECISION" = d; then flag=msse2; else flag=msse; fi
+ # SSE/SSE2
+ if test "$have_sse2" = "yes" -a "x$SSE2_CFLAGS" = x; then
+ if test "$PRECISION" = d; then flag=msse2; else flag=msse; fi
diff --git a/math/fftw3/pkg-plist b/math/fftw3/pkg-plist
index a44782856f36..5278d286754a 100644
--- a/math/fftw3/pkg-plist
+++ b/math/fftw3/pkg-plist
@@ -13,19 +13,19 @@ lib/cmake/fftw3/FFTW3%%FFTW3_SUFX%%ConfigVersion.cmake
lib/libfftw3%%FFTW3_SUFX%%.a
lib/libfftw3%%FFTW3_SUFX%%.so
lib/libfftw3%%FFTW3_SUFX%%.so.3
-lib/libfftw3%%FFTW3_SUFX%%.so.3.5.8
+lib/libfftw3%%FFTW3_SUFX%%.so.3.6.9
%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.a
%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so
%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3
-%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3.5.8
+%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3.6.9
%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.a
%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so
%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3
-%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3.5.8
+%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3.6.9
lib/libfftw3%%FFTW3_SUFX%%_threads.a
lib/libfftw3%%FFTW3_SUFX%%_threads.so
lib/libfftw3%%FFTW3_SUFX%%_threads.so.3
-lib/libfftw3%%FFTW3_SUFX%%_threads.so.3.5.8
+lib/libfftw3%%FFTW3_SUFX%%_threads.so.3.6.9
libdata/pkgconfig/fftw3%%FFTW3_SUFX%%.pc
%%DEF%%man/man1/fftw-wisdom.1.gz
%%DEF%%man/man1/fftw-wisdom-to-conf.1.gz