1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name nfft |
---|
7 | version 3.2.3 |
---|
8 | categories math |
---|
9 | platforms darwin |
---|
10 | maintainers openmaintainer \ |
---|
11 | gmail.com:tesch1 |
---|
12 | description Nonequispaced fast Fourier transform |
---|
13 | long_description The NFFT is a C subroutine library for computing the nonequispaced \ |
---|
14 | discrete Fourier transform (NDFT) in one or more dimensions, of \ |
---|
15 | arbitrary input size, and of complex data. New: A Matlab interface \ |
---|
16 | is part of the NFFT3. We believe that our library, which is free \ |
---|
17 | software, and based on FFTW (FFTW 3.x) should become the NFFT library \ |
---|
18 | of choice for most applications. |
---|
19 | homepage https://www-user.tu-chemnitz.de/~potts/nfft/index.php |
---|
20 | license GPL |
---|
21 | |
---|
22 | master_sites https://www-user.tu-chemnitz.de/~potts/nfft/download/ |
---|
23 | checksums rmd160 cccdb209a9544c67247e5b7b5c243c3afecc88e5 \ |
---|
24 | sha256 5c920f4be63230083756f36ad78bbdd083c4c2298ec361741dc74243c4d67818 |
---|
25 | |
---|
26 | depends_lib port:fftw-3 |
---|
27 | |
---|
28 | configure.args --enable-all |
---|