Thursday, October 03, 2019

Re: UPDATE: math/fftw3 to disable OpenMP

Ping?


cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/fftw/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile 12 Jul 2019 20:47:40 -0000 1.23
+++ Makefile 3 Oct 2019 22:18:04 -0000
@@ -5,7 +5,7 @@ PORTROACH= limit:^2\.
COMMENT= C routines for computing the Discrete Fourier Transform

DISTNAME= fftw-2.1.5
-REVISION= 3
+REVISION= 4
SHARED_LIBS= fftw 2.7 \
rfftw 2.7
CATEGORIES= math
@@ -23,6 +23,7 @@ MASTER_SITES= http://fftw.org/ \

CONFIGURE_STYLE= gnu

+CONFIGURE_ARGS+= --disable-openmp
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+= --enable-i386-hacks
PATCH_LIST= gcc-* patch-*

No comments:

Post a Comment