mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 3.3.8
Remove -ffast-math from OPTIMIZED_CFLAGS since it causes problems with gcc8 and upstream has removed it. https://github.com/FFTW/fftw3/commit/41b0d9e
This commit is contained in:
parent
cd03f1fe83
commit
854b51ca7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475428
3 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fftw3
|
||||
DISTVERSION= 3.3.7
|
||||
DISTVERSION= 3.3.8
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.fftw.org/ \
|
||||
|
@ -117,7 +117,7 @@ PLIST_SUB+= FFTW3_SUFX="${FFTW3_SUFX}"
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
|
||||
CFLAGS+= -O3 -ffast-math -fstrict-aliasing
|
||||
CFLAGS+= -O3 -fstrict-aliasing
|
||||
. if !defined(WITH_DEBUG)
|
||||
CFLAGS+= -fomit-frame-pointer
|
||||
. endif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1516939672
|
||||
SHA256 (fftw-3.3.7.tar.gz) = 3b609b7feba5230e8f6dd8d245ddbefac324c5a6ae4186947670d9ac2cd25573
|
||||
SIZE (fftw-3.3.7.tar.gz) = 4105807
|
||||
TIMESTAMP = 1532686553
|
||||
SHA256 (fftw-3.3.8.tar.gz) = 6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303
|
||||
SIZE (fftw-3.3.8.tar.gz) = 4110137
|
||||
|
|
|
@ -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.7
|
||||
lib/libfftw3%%FFTW3_SUFX%%.so.3.5.8
|
||||
%%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.7
|
||||
%%OPENMPI%%lib/libfftw3%%FFTW3_SUFX%%_mpi.so.3.5.8
|
||||
%%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.7
|
||||
%%OPENMP%%lib/libfftw3%%FFTW3_SUFX%%_omp.so.3.5.8
|
||||
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.7
|
||||
lib/libfftw3%%FFTW3_SUFX%%_threads.so.3.5.8
|
||||
libdata/pkgconfig/fftw3%%FFTW3_SUFX%%.pc
|
||||
%%DEF%%man/man1/fftw-wisdom.1.gz
|
||||
%%DEF%%man/man1/fftw-wisdom-to-conf.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue