| 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_2
|
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) |
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] |
12 Oct 2008 20:20:46
3.1.3
|
ahze  |
Update to 3.1.3 |
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) |
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 |
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) |