[125753] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Thu Sep 25 12:57:55 PDT 2014


Revision: 125753
          https://trac.macports.org/changeset/125753
Author:   ryandesign at macports.org
Date:     2014-09-25 12:57:55 -0700 (Thu, 25 Sep 2014)
Log Message:
-----------
pure-1.0.tcl: add "PUREC_FLAGS=-mcpu=generic" to ensure that pure modules that build with llc work on any CPU, not just the specific CPU the build servers use

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/pure-1.0.tcl
    trunk/dports/audio/faust2pd/Portfile
    trunk/dports/devel/pure-gen/Portfile

Modified: trunk/dports/_resources/port1.0/group/pure-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/pure-1.0.tcl	2014-09-25 19:38:10 UTC (rev 125752)
+++ trunk/dports/_resources/port1.0/group/pure-1.0.tcl	2014-09-25 19:57:55 UTC (rev 125753)
@@ -57,11 +57,13 @@
 
     use_configure               no
 
+    build.args-append           PUREC_FLAGS=-mcpu=generic
+
     pre-build {
         build.args-append       CFLAGS="${configure.cflags} ${configure.cc_archflags}" \
                                 CPPFLAGS="${configure.cppflags}" \
                                 CXXFLAGS="${configure.cxxflags} ${configure.cxx_archflags}" \
-                                LDFLAGS="${configure.ldflags} ${configure.ld_archflags}"
+                                LDFLAGS="${configure.ldflags} ${configure.ld_archflags}" \
         build.env-append        CC=${configure.cc} \
                                 CXX=${configure.cxx}
     }

Modified: trunk/dports/audio/faust2pd/Portfile
===================================================================
--- trunk/dports/audio/faust2pd/Portfile	2014-09-25 19:38:10 UTC (rev 125752)
+++ trunk/dports/audio/faust2pd/Portfile	2014-09-25 19:57:55 UTC (rev 125753)
@@ -21,7 +21,6 @@
 depends_lib-append              port:pure-xml
 
 build.args-append               LIBRARY_PATH=${prefix}/lib \
-                                PUREC_FLAGS=-mcpu=generic \
                                 prefix=${prefix} \
                                 pdprefix=${prefix}
 

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile	2014-09-25 19:38:10 UTC (rev 125752)
+++ trunk/dports/devel/pure-gen/Portfile	2014-09-25 19:57:55 UTC (rev 125753)
@@ -72,5 +72,4 @@
     reinplace "s|@gcc@|${prefix}/bin/gcc-mp-${gcc_version}|g" ${worksrcpath}/pure-gen.pure
 }
 
-build.args-append               LIBRARY_PATH=${prefix}/lib \
-                                PUREC_FLAGS=-mcpu=generic
+build.args-append               LIBRARY_PATH=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140925/79489c37/attachment.html>


More information about the macports-changes mailing list