Bug 65559 - [NEW PORT] math/fftw3: Fast C routines to compute the Discrete Fourier Transform
Summary: [NEW PORT] math/fftw3: Fast C routines to compute the Discrete Fourier Transform
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 10:10 UTC by Michael Johnson
Modified: 2004-04-18 11:49 UTC (History)
0 users

See Also:


Attachments
fftw3-3.0.1.shar (3.40 KB, text/plain)
2004-04-15 10:10 UTC, Michael Johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-04-15 10:10:10 UTC
The reason for math/fftw3 instead of just upgrading math/fftw is 
From fftw.org: "The API of FFTW 3.x is incompatible with that of FFTW 2.x, 
for reasons of performance and generality"

-

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/
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2004-04-16 01:54:24 UTC
maybe need a repo-copy from math/fftw to math/fftw3 ?
-- 
self-producing in perl :
$_=q(print"\$_=q($_);eval;");eval;
					-- V Vinay
Comment 2 Michael Johnson 2004-04-16 02:00:00 UTC
I guess. what exactly is repo-copy?
michael

On Apr 15, 2004, at 8:54 PM, Ying-Chieh Liao wrote:

> maybe need a repo-copy from math/fftw to math/fftw3 ?
> -- 
> self-producing in perl :
> $_=q(print"\$_=q($_);eval;");eval;
> 					-- V Vinay
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-04-17 20:50:14 UTC
State Changed
From-To: open->repocopy

Requesting repocopy from math/fftw to math/fftw3. 
This port can't be just updated in place because API 
changed and a lot of ports needs fftw2. 


Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2004-04-17 20:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Requesting repocopy from math/fftw to math/fftw3. 
This port can't be just updated in place because API 
changed and a lot of ports needs fftw2.
Comment 5 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-04-18 06:39:38 UTC
State Changed
From-To: repocopy->open

Repo-copy complete. 


Comment 6 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-04-18 06:39:38 UTC
Responsible Changed
From-To: portmgr->pav

Repo-copy complete.
Comment 7 Pav Lucistnik freebsd_committer freebsd_triage 2004-04-18 11:49:18 UTC
State Changed
From-To: open->closed

New port added, thanks!