aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3
Commit message (Collapse)AuthorAgeFilesLines
* - Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)Danilo Egea Gondolfo2020-04-191-1/+1
| | | | | | | | | - Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is deprecated and will be removed) - Fix science/gromacs plist when MPI option is enabled - Bump PORTREVISION for all the consumers of net/openmpi Notes: svn path=/head/; revision=532095
* Add arm64 performance counter and enable NEON support.Raphael Kubo da Costa2019-11-031-1/+9
| | | | | | | | | | | | | | | | * Enable cycle counter via the PMCCNTR_EL0 register on arm64 for all variants * Enable NEON instructions for -float flavor * Runtime tested with bench utility in tests directory (./work/fftw-3.3.8/tests/bench if compiling ports) on Orange Pi PC running 13.0-CURRENT r347967 PR: 239511 Submitted by: daniel.engberg.lists@pyret.net Reviewed by: mikael.urankar@gmail.com Approved by: jhale (maintainer timeout, 3 months) Notes: svn path=/head/; revision=516418
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* math/fftw3: drop FreeBSD 11.1 support per EOLJan Beich2018-10-101-3/+0
| | | | | | | PR: 220590 (for tracking) Notes: svn path=/head/; revision=481771
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Update to 3.3.8Jason E. Hale2018-07-273-9/+9
| | | | | | | | | Remove -ffast-math from OPTIMIZED_CFLAGS since it causes problems with gcc8 and upstream has removed it. https://github.com/FFTW/fftw3/commit/41b0d9e Notes: svn path=/head/; revision=475428
* Update to 3.3.7Jason E. Hale2018-01-273-10/+12
| | | | | | | Changes: http://www.fftw.org/release-notes.html Notes: svn path=/head/; revision=460082
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Fix build on armv6. The -funsafe-math-optimizations flag in Clang (pulled in byJason E. Hale2017-07-311-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -ffast-math) is emitting references to the sincos() function which is not implemented on versions of FreeBSD < 1200032. Workaround by adding -fno-unsafe-math-optimizations to armv6 CFLAGS. /bin/sh ../libtool --tag=CC --mode=link /nxb-bin/usr/bin/cc -D_THREAD_SAFE -pthread -O2 -pipe -O3 -ffast-math -fstrict-aliasing -fomit-frame-pointer -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/libfftw3_threads.la ../libfftw3.la ../libbench2/libbench2.a -lm libtool: link: /nxb-bin/usr/bin/cc -D_THREAD_SAFE -pthread -O2 -pipe -O3 -ffast-math -fstrict-aliasing -fomit-frame-pointer -o .libs/bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/.libs/libfftw3_threads.so ../.libs/libfftw3.so ../libbench2/libbench2.a -lm -pthread -Wl,-rpath -Wl,/usr/local/lib ./libbench2/libbench2.a(verify-lib.o): In function `aphase_shift': verify-lib.c:(.text+0x578): undefined reference to `sincos' ./libbench2/libbench2.a(verify-lib.o): In function `tf_shift': verify-lib.c:(.text+0x13a0): undefined reference to `sincos' verify-lib.c:(.text+0x16e4): undefined reference to `sincos' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [Makefile:400: bench] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2/tests' gmake[2]: *** [Makefile:684: all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2' gmake[1]: *** [Makefile:549: all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2' *** Error code 1 PR: 220590 Submitted by: jbeich Notes: svn path=/head/; revision=446955
* Update to 3.3.6.pl2 (3.3.6.2)Jason E. Hale2017-04-062-6/+6
| | | | | | | | | Fix LICENSE Changes: http://www.fftw.org/release-notes.html Notes: svn path=/head/; revision=437871
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Update to 3.3.6-pl1 (3.3.6.1)Jason E. Hale2017-01-163-16/+11
| | | | | | | | | | Use ports test framework Remove obsolete CVS tags Changes: http://www.fftw.org/release-notes.html Notes: svn path=/head/; revision=431709
* Add USES=makeinfoAntoine Brodin2017-01-061-1/+1
| | | | | | | | Even with the recently added USES=gmake I still have spurious failures on the exp builders, adding USES=makeinfo works around the problem Notes: svn path=/head/; revision=430757
* Switch to gmake to hopefully prevent pkg-fallout errors that have been poppingJason E. Hale2017-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | up (specifically for math/fftw3-long), although, I can't reproduce them. Making all in FAQ restore=: && backupdir=".am$$" && am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && rm -rf $backupdir && mkdir $backupdir && if (/bin/sh /wrkdirs/usr/ ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo --version) >/dev/null 2>&1; then for f in ./fftw3.info ./fftw3.info-[0-9] ./fftw3.info-[0-9][0-9] ./fftw3.i[0-9] ./fftw3.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; done; else :; fi && cd "$am__cwd"; if /bin/sh /wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo -I . -o ./fftw3.info ./fftw3.texi; then rc=0; CDPATH="${ZSH_VERSION+.}:" && cd .; else rc=$?; CDPATH="${ZSH_VERSION+.}:" && cd . && $restore $backupdir/* `echo "././fftw3.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc /wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing: makeinfo: not found WARNING: 'makeinfo' is missing on your system. You should only need it if you modified a '.texi' file, or any other file indirectly affecting the aspect of the manual. You might want to install the Texinfo package: <http://www.gnu.org/software/texinfo/> The spurious makeinfo call might also be the consequence of using a buggy 'make' (AIX, DU, IRIX), in which case you might want to install GNU make: <http://www.gnu.org/software/make/> *** Error code 127 Notes: svn path=/head/; revision=430717
* - Update to 3.3.5Jason E. Hale2016-10-265-39/+86
| | | | | | | | | | | | | - Add SIMD option to easily toggle cpu optimizations (ON by default) - Add OPENMPI option to build the MPI libraries (OFF by default) [1] - Strip slave port binaries - Take maintainership PR: 203847 [1] Submitted by: <dieterich@ogolem.org> [1] Notes: svn path=/head/; revision=424661
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-271-1/+1
| | | | | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary Notes: svn path=/head/; revision=417685
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* math/fftw3:Tijl Coosemans2014-08-312-17/+11
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* Repair instances, almost all courtesy of bf ;-), of spacesAdam Weinberger2014-07-291-3/+3
| | | | | | | | | | and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363390
* Remove useless post-patch-script in append it to post-patchBaptiste Daroussin2014-04-041-4/+1
| | | | | | | change -exec ${RM} by -delete in the find command Notes: svn path=/head/; revision=350121
* Fix i386 builds using clang [1]; use staging;Brendan Fabeny2014-03-052-29/+26
| | | | | | | | | | remove some outdated material PR: 186998 [1] Submitted by: truckman [1] Notes: svn path=/head/; revision=347093
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327414
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* update master sites; trim headers; reposition LICENSE, WWWBrendan Fabeny2013-03-182-3/+3
| | | | Notes: svn path=/head/; revision=314582
* fix WITH_OPENMP on recent -CURRENT built WITH_CLANG_IS_CC [1];Brendan Fabeny2013-02-141-10/+5
| | | | | | | | | use USE_PKGCONFIG Reported by: A. Shterenlikht, Denis [1] Notes: svn path=/head/; revision=312217
* update to 3.3.3Brendan Fabeny2012-11-272-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307819
* exit earlier, and with a more helpful error message, when attempting toBrendan Fabeny2012-06-081-2/+6
| | | | | | | | | build the OpenMP libraries with clang [1]; shorten a long line PR: 168804 [1] Notes: svn path=/head/; revision=298787
* update to 3.3.2 and convert options to the new styleBrendan Fabeny2012-06-072-11/+14
| | | | Notes: svn path=/head/; revision=298660
* update to 3.3.1Brendan Fabeny2012-03-033-9/+15
| | | | Notes: svn path=/head/; revision=292571
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-281-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=284548
* Fix minor infelicity in OPTIONS, to prevent the endBrendan Fabeny2011-10-221-1/+1
| | | | | | | | | | of the world. PR: 161896 Submitted by: mandree, wblock (different patch) Notes: svn path=/head/; revision=284114
* add an option for the fftw3 OpenMP libraries, and turn itBrendan Fabeny2011-10-222-16/+30
| | | | | | | | | | | | off by default, because some compilers (e.g. clang) don't support OpenMP; make linking to the fftw3*_threads shared libraries easier by adding tags for the system thread library; simplify math library changes for the long flavor on 7.*; defer patch cleanup, to make debugging easier; tweak format of post-patch target Notes: svn path=/head/; revision=284090
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-173-41/+59
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* use altivec only in the -float case; simplify some conditionals;Brendan Fabeny2011-09-271-21/+17
| | | | | | | restrict sse2 to machines that support it; re-format a few lines Notes: svn path=/head/; revision=282521
* fix flags when built WITH_OPTIMIZED_CFLAGSBrendan Fabeny2011-09-261-19/+25
| | | | | | | | PR: 157936, 161023 Reported by: L.V. Iliev, amdmi3, "break19", G.V. Seibert Notes: svn path=/head/; revision=282431
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+4
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Over to new volunteer.Mark Linimon2010-07-261-1/+1
| | | | Notes: svn path=/head/; revision=258259
* Reset ahze@ due to maintainer-timeouts and no response to email.Mark Linimon2010-07-261-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=258254
* - Oops checked in the wrong MakefileDiane Bruce2009-08-251-3/+3
| | | | | | | Approved by: ahze Notes: svn path=/head/; revision=240325
* - After digging into the Makefile and configure for fftw3 I discoveredDiane Bruce2009-08-251-21/+7
| | | | | | | | | | | | | | that USE_FORTRAN was only used to determine what name mangling scheme it had to use to compile the shim libs for fortran, but compiling everything using 'C' anyway. With this diff, the slave ports fftw3-long-fortran, fftw3-float-fortran and fftw3-fortran disapear since the shims are always built, without necessitating the use of a USE_FORTRAN. Approved by: ahze (Maintainer) Notes: svn path=/head/; revision=240324
* Update to 3.2.2Michael Johnson2009-08-102-6/+9
| | | | Notes: svn path=/head/; revision=239230
* - Ensure Fortran shim is not built if USE_FORTRAN is not set.Diane Bruce2009-06-171-6/+18
| | | | | | | | | | | | - Split Fortran option into slave ports fftw3-fortran long-fortran float-fortran - Have to bump PORTREVISION for package builds etc.. - Fix silly spelling mistakes "Percision" -> "Precision" noted. Reviewed by: itetcu (portmgr) Approved by: ahze (Maintainer) Notes: svn path=/head/; revision=236157