Port details |
- fftw3-quad Fast Discrete Fourier Transform (Quad Precision C Routines)
- 3.3.9 math
=0 3.3.9Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: jhale@FreeBSD.org
 - Port Added: 2011-10-17 10:16:54
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- License: GPLv2+
- 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/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- fftw3-quad>0:math/fftw3-quad
- For LIB depends:
- libfftw3q.so:math/fftw3-quad
- libfftw3q_mpi.so:math/fftw3-quad
- libfftw3q_omp.so:math/fftw3-quad
- libfftw3q_threads.so:math/fftw3-quad
- To install the port:
- cd /usr/ports/math/fftw3-quad/ && make install clean
- To add the package, run one of these commands:
- pkg install math/fftw3-quad
- pkg install fftw3-quad
- PKGNAME: fftw3-quad
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- TIMESTAMP = 1609250043
SHA256 (fftw-3.3.9.tar.gz) = bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d
SIZE (fftw-3.3.9.tar.gz) = 4146999
- Packages (timestamps in pop-ups are UTC):
- Master port: math/fftw3
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- pkgconf>=1.3.0_1 : devel/pkgconf
- gcc10 : lang/gcc10
- as : devel/binutils
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- gcc10 : lang/gcc10
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for fftw3-quad-3.3.9:
G77_WRAPPERS=off: Alter Fortran wrappers for use with g77
OPENMP=off: Build OpenMP multithreaded libraries
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
SIMD=on: Use CPU-specific optimizations
===> Use 'make config' to modify these settings
- Options name:
- math_fftw3-quad
- USES:
- gmake libtool makeinfo pathfix perl5 pkgconfig compiler:env
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: math/fftw3 |
Date | By | Description |
06 Apr 2021 14:31:07 3.3.9
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Mar 2014 03:17:05
3.3.3_1
|
bf  |
Fix i386 builds using clang [1]; use staging;
remove some outdated material
PR: 186998 [1]
Submitted by: truckman [1] |
20 Sep 2013 20:55:06
3.3.3_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
17 Oct 2011 10:16:32
3.3
|
bf  |
Add fftw3-quad , Fast Discrete Fourier Transform (Quad Precision C
Routines). |