| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Oct 2011 10:08:33
3.3
|
bf  |
- update fftw3* to 3.3 [1], and adjust dependent ports
- 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 |
25 Aug 2009 20:24:09
3.2.2_1
|
db  |
- After digging into the Makefile and configure for fftw3 I discovered
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) |
10 Aug 2009 00:45:07
3.2.2
|
ahze  |
Update to 3.2.2 |
17 Jun 2009 19:29:52
3.2.1_1
|
db  |
- Ensure Fortran shim is not built if USE_FORTRAN is not set.
- 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) |
07 Jun 2009 18:33:22
3.2.1
|
ahze  |
Update to 3.2.1 |
15 May 2009 11:58:18
3.1.3_1
|
db  |
- fftw3 needs USE_FORTRAN in order to generate fortran shim. [1]
- Two week maintainer timeout.
PR: ports/134115 [1] |
11 May 2006 15:11:30
3.1.1
|
ahze  |
- Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64
PR: 93925 (did not use) |
14 Apr 2006 14:23:03
3.0.1_2
|
ahze  |
- Add support for atleast sparc64 and maybe other 64bit cpus
- Grab MAINTAINER on ldouble |
30 Nov 2005 19:28:01
3.0.1_2
|
ahze  |
- Always build the seprate fftw3 threads lib.
Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME |
29 Oct 2005 01:18:07
3.0.1_1
|
ahze  |
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't. |
28 Oct 2005 06:37:28
3.0.1_1
|
kris  |
BROKEN: Does not build |
21 May 2005 20:20:45
3.0.1_1
|
ahze  |
- Mark only for i386 for now.
Pointed out by: pointyhat via kris |
20 Dec 2004 04:55:50
3.0.1_1
|
ahze  |
- Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by
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] |
07 Nov 2004 21:56:43
3.0.1
|
ahze  |
Add slave port fftw3-float
Fast C routines (Single Percision)
Add slave port fftw3-long
Fast C routines (Long Double Percision)
Approved by: pav (co mentor) |