Port details |
- fftw3-long Fast Discrete Fourier Transform (Long Double Precision C Routines)
- 3.3.10_5 math =3 3.3.10_2Version of this port present on the latest quarterly branch.
- Maintainer: jhale@FreeBSD.org
- Port Added: 2004-11-07 22:08:02
- Last Update: 2022-07-20 14:22:24
- Commit Hash: f53eb28
- People watching this port, also watch:: vcdimager, autoconf, libast, newfile, gnome-icons-ximian-south
- License: GPLv2+
- WWW:
- https://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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fftw3-long>0:math/fftw3-long
- To install the port:
- cd /usr/ports/math/fftw3-long/ && make install clean
- To add the package, run one of these commands:
- pkg install math/fftw3-long
- pkg install fftw3-long
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fftw3-long
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636920998
SHA256 (fftw-3.3.10.tar.gz) = 56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467
SIZE (fftw-3.3.10.tar.gz) = 4144100
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.4.1 : devel/gmake
- makeinfo : print/texinfo
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fftw3-long-3.3.10_5:
G77_WRAPPERS=off: Alter Fortran wrappers for use with g77
OPENMP=on: Build OpenMP multithreaded libraries
OPENMPI=off: Build OpenMPI parallel 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-long
- 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: 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.3.10_2 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
3.3.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.6.p1 16 Jan 2017 23:10:15 |
jhale |
Update to 3.3.6-pl1 (3.3.6.1)
Use ports test framework
Remove obsolete CVS tags
Changes: http://www.fftw.org/release-notes.html |
3.3.3_1 05 Mar 2014 03:17:05 |
bf |
Fix i386 builds using clang [1]; use staging;
remove some outdated material
PR: 186998 [1]
Submitted by: truckman [1] |
3.3.3_1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
3.3 17 Oct 2011 10:08:33 |
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 |
3.2.2_1 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.2 10 Aug 2009 00:45:07 |
ahze |
Update to 3.2.2 |
3.2.1_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) |
3.2.1 07 Jun 2009 18:33:22 |
ahze |
Update to 3.2.1 |
3.1.3_1 15 May 2009 11:58:18 |
db |
- fftw3 needs USE_FORTRAN in order to generate fortran shim. [1]
- Two week maintainer timeout.
PR: ports/134115 [1] |
3.1.1 11 May 2006 15:11:30 |
ahze |
- Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64
PR: 93925 (did not use) |
3.0.1_2 14 Apr 2006 14:23:03 |
ahze |
- Add support for atleast sparc64 and maybe other 64bit cpus
- Grab MAINTAINER on ldouble |
3.0.1_2 30 Nov 2005 19:28:01 |
ahze |
- Always build the seprate fftw3 threads lib.
Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME |
3.0.1_1 29 Oct 2005 01:18:07 |
ahze |
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't. |
3.0.1_1 28 Oct 2005 06:37:28 |
kris |
BROKEN: Does not build |
3.0.1_1 21 May 2005 20:20:45 |
ahze |
- Mark only for i386 for now.
Pointed out by: pointyhat via kris |
3.0.1_1 20 Dec 2004 04:55:50 |
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] |
3.0.1 07 Nov 2004 21:56:43 |
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) |