| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 10 Jan 2026 12:34:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106132511
location: https://web.archive.org/web/20100106132511/https://fftw-3-single.darwinports.com/
server-timing: captures_list;dur=0.798786, exclusion.robots;dur=0.060749, exclusion.robots.policy;dur=0.044351, esindex;dur=0.013653, cdx.remote;dur=5.972575, LoadShardBlock;dur=127.858829, PetaboxLoader3.datanode;dur=68.716562, PetaboxLoader3.resolve;dur=17.417204
x-app-server: wwwb-app224-dc8
x-ts: 302
x-tr: 172
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 10 Jan 2026 12:34:59 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 13:11:06 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 06 Jan 2010 13:25:11 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100106132120-00441-ia360906-c/TLA-20100106132250-00503-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.698218, exclusion.robots;dur=0.023449, exclusion.robots.policy;dur=0.010935, esindex;dur=0.016267, cdx.remote;dur=94.421769, LoadShardBlock;dur=298.705805, PetaboxLoader3.datanode;dur=312.180281, PetaboxLoader3.resolve;dur=69.243386, load_resource;dur=157.140733
x-app-server: wwwb-app224-dc8
x-ts: 200
x-tr: 621
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Fftw-3-single version 3.2.2 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
fftw-3-single most recent diffversion 3.2.2
Scroll down toward the bottom of the page to get installation instructions for fftw-3-single. The raw portfile for fftw-3-single 3.2.2 is located here: https://fftw-3-single.darwinports.com/dports/math/fftw-3-single/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/fftw-3-single The fftw-3-single Portfile 57375 2009-09-10 08:16:41Z ryandesign PortSystem 1.0 PortGroup muniversal 1.0 Name: fftw-3-single Version: 3.2.2 Category: math Platform: darwin Maintainers: ram openmaintainer Homepage: https://www.fftw.org/ distname fftw-${version} dist_subdir fftw-3 Master Sites: ${homepage} ftp://ftp.fftw.org/pub/fftw/ ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/ Description: Fast C routines to compute the Discrete Fourier Transform Long 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. This port is of fftw version 3.x. It has many improvements relative to 2.x, but is not backwardly compatible. Checksums: md5 b616e5c91218cc778b5aa735fefb61ae sha1 d43b799eedfb9408f62f9f056f5e8a645618467b rmd160 27af9b97072fa3a41b91b9430d093f671a1cd359 configure.args --enable-threads --enable-float --disable-fortran --enable-shared configure.cflags-append -fno-common -O3 -fomit-frame-pointer -fstrict-aliasing array set merger_configure_args { ppc "--enable-fma --enable-altivec" ppc64 "--enable-fma --enable-altivec" i386 "--enable-sse" x86_64 "--enable-sse" } depends_lib port:fftw-3 test.run yes test.target check use_parallel_build yes platform i386 { if {![variant_isset universal]} { configure.args-append --enable-sse } } platform powerpc { if {![variant_isset universal]} { configure.args-append --enable-fma --enable-altivec } } Variant: gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 { depends_lib-append port:gcc42 configure.f77 gfortran-mp-4.2 configure.args-delete --disable-fortran if { ${os.arch} == "i386" } { lappend merger_configure_args(ppc) "--disable-fortran" lappend merger_configure_args(ppc64) "--disable-fortran" } else { lappend merger_configure_args(i386) "--disable-fortran" lappend merger_configure_args(x86_64) "--disable-fortran" } } Variant: gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 { depends_lib-append port:gcc43 configure.f77 gfortran-mp-4.3 configure.args-delete --disable-fortran if { ${os.arch} == "i386" } { lappend merger_configure_args(ppc) "--disable-fortran" lappend merger_configure_args(ppc64) "--disable-fortran" } else { lappend merger_configure_args(i386) "--disable-fortran" lappend merger_configure_args(x86_64) "--disable-fortran" } } Variant: gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 { depends_lib-append port:gcc44 configure.f77 gfortran-mp-4.4 configure.args-delete --disable-fortran if { ${os.arch} == "i386" } { lappend merger_configure_args(ppc) "--disable-fortran" lappend merger_configure_args(ppc64) "--disable-fortran" } else { lappend merger_configure_args(i386) "--disable-fortran" lappend merger_configure_args(x86_64) "--disable-fortran" } } Variant: g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 { depends_lib-append port:g95 configure.f77 g95 configure.args-delete --disable-fortran if { ${os.arch} == "i386" } { lappend merger_configure_args(ppc) "--disable-fortran" lappend merger_configure_args(ppc64) "--disable-fortran" lappend merger_configure_args(x86_64) "--disable-fortran" } else { lappend merger_configure_args(i386) "--disable-fortran" lappend merger_configure_args(ppc64) "--disable-fortran" lappend merger_configure_args(x86_64) "--disable-fortran" } } post-destroot { file delete ${destroot}${prefix}/include/fftw3.f file delete ${destroot}${prefix}/include/fftw3.h file delete ${destroot}${prefix}/bin/fftw-wisdom-to-conf file delete ${destroot}${prefix}/share/man/man1/fftw-wisdom-to-conf.1 file delete ${destroot}${prefix}/share/info/fftw3.info file delete ${destroot}${prefix}/share/info/fftw3.info-1 file delete ${destroot}${prefix}/share/info/fftw3.info-2 file delete ${destroot}${prefix}/share/info/fftw3.info-3 file delete ${destroot}${prefix}/share/info/fftw3.info-4 file delete ${destroot}${prefix}/share/info/fftw3.info-5 } livecheck.type regex livecheck.url ${homepage} livecheck.regex {FFTW (\d+(?:\.\d+)*) is the latest} If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/fftw-3-singleYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using fftw-3-single with these commands: % man fftw-3-single Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




