aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-01 02:13:12 +0000
committerJason E. Hale <jhale@FreeBSD.org>2022-07-01 02:17:38 +0000
commit56c25a920ea8cd322b8fdb9516aa93cee55c994e (patch)
tree604c139fc99fa8fa3a0cb78bba95e4b3c1b9f2c9
parentf7565280858070c72882d8bce77193acd9ee4842 (diff)
downloadports-56c25a920ea8cd322b8fdb9516aa93cee55c994e.tar.gz
ports-56c25a920ea8cd322b8fdb9516aa93cee55c994e.zip
math/fftw3: Enable OPENMP by default on i386
This fixes a build failure with science/cp2k. PR: 264397
-rw-r--r--math/fftw3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index d1879ddaabe4..4a00605a0022 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -2,7 +2,7 @@
PORTNAME= fftw3
DISTVERSION= 3.3.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://www.fftw.org/ \
ftp://ftp.fftw.org/pub/fftw/
@@ -42,6 +42,7 @@ OPTIONS_DEFINE= G77_WRAPPERS OPENMP OPENMPI OPTIMIZED_CFLAGS SIMD
OPTIONS_DEFAULT= OPTIMIZED_CFLAGS SIMD
OPTIONS_DEFAULT_aarch64= OPENMP
OPTIONS_DEFAULT_amd64= OPENMP
+OPTIONS_DEFAULT_i386= OPENMP
OPTIONS_DEFAULT_powerpc64= OPENMP
OPTIONS_DEFAULT_powerpc64le= OPENMP
OPTIONS_DEFAULT_riscv64= OPENMP