[144662] trunk/dports/math/pfft/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Thu Jan 14 14:51:56 PST 2016


Revision: 144662
          https://trac.macports.org/changeset/144662
Author:   dstrubbe at macports.org
Date:     2016-01-14 14:51:56 -0800 (Thu, 14 Jan 2016)
Log Message:
-----------
pfft: Enable shared library. (ticket #50327)

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

Modified: trunk/dports/math/pfft/Portfile
===================================================================
--- trunk/dports/math/pfft/Portfile	2016-01-14 22:35:26 UTC (rev 144661)
+++ trunk/dports/math/pfft/Portfile	2016-01-14 22:51:56 UTC (rev 144662)
@@ -7,6 +7,7 @@
 
 name            pfft
 version         1.0.8-alpha
+revision        1
 categories      math
 license         GPL-3
 platforms       darwin
@@ -44,7 +45,7 @@
     }
 
     configure.args-append  MPICC=${mpi.cc} MPIFC=${mpi.f90} \
-        CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix} --disable-shared
+        CPPFLAGS=-I${prefix}/include LDFLAGS="-L${prefix} -lfftw3 -lfftw3_mpi"
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160114/ca71d353/attachment.html>


More information about the macports-changes mailing list