[75935] trunk/dports/math

ryandesign at macports.org ryandesign at macports.org
Sat Feb 12 23:33:54 PST 2011


Revision: 75935
          http://trac.macports.org/changeset/75935
Author:   ryandesign at macports.org
Date:     2011-02-12 23:33:52 -0800 (Sat, 12 Feb 2011)
Log Message:
-----------
blitz: universal variant does not work

Modified Paths:
--------------
    trunk/dports/math/blitz/Portfile
    trunk/dports/math/blitzwave/Portfile
    trunk/dports/math/itl/Portfile

Modified: trunk/dports/math/blitz/Portfile
===================================================================
--- trunk/dports/math/blitz/Portfile	2011-02-13 07:27:56 UTC (rev 75934)
+++ trunk/dports/math/blitz/Portfile	2011-02-13 07:33:52 UTC (rev 75935)
@@ -29,4 +29,7 @@
 
 destroot.args       docdir=${prefix}/share/doc/${name}
 
+# does not build universal software
+universal_variant   no
+
 livecheck.distname  ${name} Blitz++

Modified: trunk/dports/math/blitzwave/Portfile
===================================================================
--- trunk/dports/math/blitzwave/Portfile	2011-02-13 07:27:56 UTC (rev 75934)
+++ trunk/dports/math/blitzwave/Portfile	2011-02-13 07:33:52 UTC (rev 75935)
@@ -25,3 +25,6 @@
                     rmd160  66f38a181e482eb14b0bb279fd7c967a3eaef554
 
 depends_lib         port:blitz
+
+# blitz is not universal
+universal_variant   no

Modified: trunk/dports/math/itl/Portfile
===================================================================
--- trunk/dports/math/itl/Portfile	2011-02-13 07:27:56 UTC (rev 75934)
+++ trunk/dports/math/itl/Portfile	2011-02-13 07:33:52 UTC (rev 75935)
@@ -22,6 +22,9 @@
 
 depends_lib		port:blitz port:mtl
 
+# blitz is not universal
+universal_variant	no
+
 configure.args	--with-mtl=${prefix}/include --with-blitz=${prefix}/include
 
 build		{}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110212/dc1bf67e/attachment.html>


More information about the macports-changes mailing list