[115874] trunk/dports/math

sean at macports.org sean at macports.org
Sun Jan 12 22:11:15 PST 2014


Revision: 115874
          https://trac.macports.org/changeset/115874
Author:   sean at macports.org
Date:     2014-01-12 22:11:15 -0800 (Sun, 12 Jan 2014)
Log Message:
-----------
fftw-single: turn into subport of fftw

Modified Paths:
--------------
    trunk/dports/math/fftw/Portfile

Removed Paths:
-------------
    trunk/dports/math/fftw-single/

Modified: trunk/dports/math/fftw/Portfile
===================================================================
--- trunk/dports/math/fftw/Portfile	2014-01-13 06:11:09 UTC (rev 115873)
+++ trunk/dports/math/fftw/Portfile	2014-01-13 06:11:15 UTC (rev 115874)
@@ -118,3 +118,14 @@
     configure.f77 ${prefix}/bin/g95
     configure.f90 ${prefix}/bin/g95
 }
+
+subport fftw-single {
+    configure.args-append --enable-float
+
+    depends_lib port:fftw
+
+    post-destroot  {
+        delete ${destroot}${prefix}/share
+        delete ${destroot}${prefix}/include/fftw_f77.i
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140112/c5dc044d/attachment.html>


More information about the macports-changes mailing list