aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3-long/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.1.1Michael Johnson2006-05-111-3/+3
| | | | | | | | | - Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64 PR: 93925 (did not use) Notes: svn path=/head/; revision=162086
* - Add support for atleast sparc64 and maybe other 64bit cpusMichael Johnson2006-04-141-1/+1
| | | | | | | - Grab MAINTAINER on ldouble Notes: svn path=/head/; revision=159490
* - 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 fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is definedMichael Johnson2005-10-291-2/+0
| | | | | | | since some CPUTYPES work and others don't. Notes: svn path=/head/; revision=146633
* BROKEN: Does not buildKris Kennaway2005-10-281-0/+2
| | | | Notes: svn path=/head/; revision=146541
* - Mark only for i386 for now.Michael Johnson2005-05-211-0/+2
| | | | | | | Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=135813
* - 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/+15
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