Ticket #45385: Portfile

File Portfile, 1.3 KB (added by tesch1 (Michael Tesch), 10 years ago)

math/nfft/Portfile

Line 
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
4PortSystem          1.0
5
6name                nfft
7version             3.2.3
8categories          math
9platforms           darwin
10maintainers         openmaintainer \
11                    gmail.com:tesch1
12description         Nonequispaced fast Fourier transform
13long_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.
19homepage            https://www-user.tu-chemnitz.de/~potts/nfft/index.php
20license             GPL
21
22master_sites        https://www-user.tu-chemnitz.de/~potts/nfft/download/
23checksums           rmd160  cccdb209a9544c67247e5b7b5c243c3afecc88e5 \
24                    sha256  5c920f4be63230083756f36ad78bbdd083c4c2298ec361741dc74243c4d67818
25
26depends_lib         port:fftw-3
27
28configure.args      --enable-all