Commits
Andrew Fernandes authored 2c1421f38a3
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup compilers 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 - | github.setup NFFT nfft 3.3.1 |
7 + | github.setup NFFT nfft 3.5.0 |
8 8 | github.tarball_from releases |
9 9 | |
10 10 | name nfft-3 |
11 11 | categories math |
12 12 | license GPL-2+ |
13 13 | platforms darwin |
14 14 | maintainers nfft.org:jens openmaintainer |
15 15 | homepage http://www.nfft.org/ |
16 16 | |
17 17 | description Fast C routines to compute the Non-equispaced Discrete Fourier Transform |
30 30 | 4) Applications in \n\ |
31 31 | - medical imaging \n\ |
32 32 | * magnetic resonance imaging \n\ |
33 33 | * computerised tomography \n\ |
34 34 | - summation schemes \n\ |
35 35 | * fast Gauss transform (FGT) \n\ |
36 36 | * singular kernels \n\ |
37 37 | * zonal kernels \n\ |
38 38 | - polar FFT, discrete Radon transform, ridgelet transform |
39 39 | |
40 - | checksums rmd160 08b4ff6b8d35b2ebc90159a8e86ff400e565528c \ |
41 - | sha256 74cc7f4c8922d72131c59f88ecb542e06254eaded09018d6367f8a46c0fb3125 |
40 + | checksums rmd160 f628d634eeffa5b9f27e28f18acf63aa59befb79 \ |
41 + | sha256 5f78a9d2a675aee7ace55c96bdf1b54f049e05a1dd50697757bdc609a8586a07 \ |
42 + | size 5175253 |
42 43 | |
43 44 | depends_lib port:fftw-3 |
44 45 | |
45 46 | use_autoreconf no |
46 47 | configure.args --enable-shared --enable-static --enable-all |
47 48 | use_parallel_build yes |
48 49 | |
49 50 | test.run yes |
50 51 | test.target check |
51 52 | |