aboutsummaryrefslogtreecommitdiffstats
path: root/math/fftw3-float
Commit message (Collapse)AuthorAgeFilesLines
* - After digging into the Makefile and configure for fftw3 I discovereddb2009-08-261-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)
* - Ensure Fortran shim is not built if USE_FORTRAN is not set.db2009-06-181-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)
* Update to 3.2.1ahze2009-06-081-1/+1
|
* - fftw3 needs USE_FORTRAN in order to generate fortran shim. [1]db2009-05-151-1/+1
| | | | | | - Two week maintainer timeout. PR: ports/134115 [1]
* Update to 3.1.3ahze2008-10-131-1/+0
|
* - Update to 3.1.1ahze2006-05-111-2/+2
| | | | | | - Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64 PR: 93925 (did not use)
* - Always build the seprate fftw3 threads lib.ahze2005-12-011-1/+1
| | | | Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME
* - Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE byahze2004-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]
* Add slave port fftw3-floatahze2004-11-081-0/+16
Fast C routines (Single Percision) Add slave port fftw3-long Fast C routines (Long Double Percision) Approved by: pav (co mentor)