aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3-float
Commit message (Collapse)AuthorAgeFilesLines
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-3/+1
| | | | | | | | | | - 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
* - After digging into the Makefile and configure for fftw3 I discoveredDiane Bruce2009-08-251-1/+1
| | | | | | | | | | | | | | 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
* - Ensure Fortran shim is not built if USE_FORTRAN is not set.Diane Bruce2009-06-171-2/+2
| | | | | | | | | | | | - 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
* Update to 3.2.1Michael Johnson2009-06-071-1/+1
| | | | Notes: svn path=/head/; revision=235371
* - fftw3 needs USE_FORTRAN in order to generate fortran shim. [1]Diane Bruce2009-05-151-1/+1
| | | | | | | | | - Two week maintainer timeout. PR: ports/134115 [1] Notes: svn path=/head/; revision=233931
* Update to 3.1.3Michael Johnson2008-10-121-1/+0
| | | | Notes: svn path=/head/; revision=221512
* - Update to 3.1.1Michael Johnson2006-05-111-2/+2
| | | | | | | | | - Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64 PR: 93925 (did not use) Notes: svn path=/head/; revision=162086
* - Always build the seprate fftw3 threads lib.Michael Johnson2005-11-301-1/+1
| | | | | | | Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME Notes: svn path=/head/; revision=150077
* - Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE byMichael Johnson2004-12-201-1/+1
| | | | | | | | | | | | using internal libtool since we use gcc34 and libtool15 doesn't like a different CC/CXX other than the one it was built with [1] - Fix plist if WITH_SMP_THREADS was defined - Bump PORTREVISION to force update of plist changes Reported by: marcus [1] Notes: svn path=/head/; revision=124549
* Add slave port fftw3-floatMichael Johnson2004-11-071-0/+16
Fast C routines (Single Percision) Add slave port fftw3-long Fast C routines (Long Double Percision) Approved by: pav (co mentor) Notes: svn path=/head/; revision=121063