Port details |
- fftw3-float-fortran Fast C routines (Single Precision) with fortran shim
- 3.2.2 math
=0 3.2.2Version of this port present on the latest quarterly branch. - Maintainer: ahze@FreeBSD.org
 - Port Added: 2009-06-17 19:30:16
- Last Update: 2009-08-25 20:24:09
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://www.fftw.org/
- Description:
- FFTW is a C subroutine library for computing the Discrete Fourier Transform
(DFT) in one or more dimensions, of both real and complex data, and of
arbitrary input size. We believe that FFTW, which is free software, should
become the FFT library of choice for most applications. Our benchmarks,
performed on a variety of platforms, show that FFTW's performance is
typically superior to that of other publicly available FFT software.
Moreover, FFTW's performance is portable: the program will perform well on
most architectures without modification.
The FFTW package was developed at MIT by Matteo Frigo and Steven G.
Johnson. Please send email to fftw@theory.lcs.mit.edu so that we can keep
track of users and send you information about new releases. The latest
version of FFTW, benchmarks, links, and other information can be found at
the FFTW home page.
WWW: http://www.fftw.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- fftw3-float-fortran>0:math/fftw3-float-fortran
- No installation instructions:
- This port has been deleted.
- PKGNAME: fftw3-float-fortran
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: math/fftw3
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gfortran43 : lang/gcc43
- perl5.8.9 : lang/perl5.8
- pkg-config : devel/pkg-config
- Runtime dependencies:
-
- gfortran43 : lang/gcc43
- pkg-config : devel/pkg-config
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fftw3-float-fortran-3.2.2:
OPTIMIZED_CFLAGS=off (default) "Enable optimized CFLAGS"
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: math/fftw3 | Commit | Credits | Log message |
3.2.2 25 Aug 2009 20:24:09
 |
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) |
3.2.1 17 Jun 2009 19:29:52
 |
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) |
Number of commits found: 2
|