git: 56c25a920ea8 - main - math/fftw3: Enable OPENMP by default on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 02:18:00 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=56c25a920ea8cd322b8fdb9516aa93cee55c994e commit 56c25a920ea8cd322b8fdb9516aa93cee55c994e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-01 02:13:12 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2022-07-01 02:17:38 +0000 math/fftw3: Enable OPENMP by default on i386 This fixes a build failure with science/cp2k. PR: 264397 --- math/fftw3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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