[134500] trunk/dports/math/eigen3/Portfile

eborisch at macports.org eborisch at macports.org
Fri Mar 27 11:40:44 PDT 2015


Revision: 134500
          https://trac.macports.org/changeset/134500
Author:   eborisch at macports.org
Date:     2015-03-27 11:40:44 -0700 (Fri, 27 Mar 2015)
Log Message:
-----------
eigen3: Fix broken build related to cmake portgroup change.

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

Modified: trunk/dports/math/eigen3/Portfile
===================================================================
--- trunk/dports/math/eigen3/Portfile	2015-03-27 17:27:01 UTC (rev 134499)
+++ trunk/dports/math/eigen3/Portfile	2015-03-27 18:40:44 UTC (rev 134500)
@@ -73,8 +73,10 @@
 }
 
 # Out of source build
-configure.args-append   ../eigen_src
+configure.post_args     ../eigen_src
 configure.env-append    PKG_CONFIG_LIBDIR=${prefix}/lib/pkgconfig
+# We're doing our own
+cmake.out_of_source     no
 
 test.run            yes
 test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150327/8c6c080b/attachment.html>


More information about the macports-changes mailing list