[148677] trunk/dports/math/nfft-3/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat May 14 16:14:27 PDT 2016


Revision: 148677
          https://trac.macports.org/changeset/148677
Author:   khindenburg at macports.org
Date:     2016-05-14 16:14:27 -0700 (Sat, 14 May 2016)
Log Message:
-----------
nfft-3: update to 3.3.1 github maintainer #51222

Modified Paths:
--------------
    trunk/dports/math/nfft-3/Portfile

Modified: trunk/dports/math/nfft-3/Portfile
===================================================================
--- trunk/dports/math/nfft-3/Portfile	2016-05-14 20:45:46 UTC (rev 148676)
+++ trunk/dports/math/nfft-3/Portfile	2016-05-14 23:14:27 UTC (rev 148677)
@@ -2,17 +2,18 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           compilers 1.0
+PortGroup           github 1.0
 
+github.setup        NFFT nfft 3.3.1
+github.tarball_from releases
+
 name                nfft-3
-version             3.3.0
 categories          math
 license             GPL-2+
 platforms           darwin
 maintainers         nfft.org:jens openmaintainer
 homepage            http://www.nfft.org/
-distname            nfft-${version}
-worksrcdir          nfft-${version}
+
 description         Fast C routines to compute the Non-equispaced Discrete Fourier Transform
 long_description    NFFT3 is a software library written in C for computing nonequispaced fast Fourier \n\
                     and related transformations. In detail, NFFT3 implements \n\
@@ -35,17 +36,18 @@
                           * singular kernels \n\
                           * zonal kernels \n\
                         - polar FFT, discrete Radon transform, ridgelet transform
-homepage            http://www.nfft.org
-master_sites        https://www-user.tu-chemnitz.de/~potts/nfft/download/
-checksums           rmd160 52cac61a90a72bb25a91b3aa0d1b1692d1895e26 \
-                    sha256 bb844b762896b17b7bf8245511a6372fcef82e55c2552f2f7ee7c65a8d746f30
+
+checksums           rmd160 08b4ff6b8d35b2ebc90159a8e86ff400e565528c \
+                    sha256 74cc7f4c8922d72131c59f88ecb542e06254eaded09018d6367f8a46c0fb3125
+
 depends_lib         port:fftw-3
+
 use_autoreconf      no
 configure.args      --enable-shared --enable-static --enable-all
 use_parallel_build  yes
 
-compilers.choose    cc
-compilers.setup
+test.run yes
+test.target check
 
 variant kaiserbessel description {compile with Kaiser-Bessel window (default)} conflicts gaussian bspline sinc {
     configure.args-append   --with-window=kaiserbessel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160514/fffb754a/attachment.html>


More information about the macports-changes mailing list