[73930] trunk/dports/python/py26-psyco/Portfile
jmr at macports.org
jmr at macports.org
Mon Nov 29 10:56:19 PST 2010
Revision: 73930
http://trac.macports.org/changeset/73930
Author: jmr at macports.org
Date: 2010-11-29 10:56:15 -0800 (Mon, 29 Nov 2010)
Log Message:
-----------
py26-psyco: add note about invocation on x86_64 systems
Modified Paths:
--------------
trunk/dports/python/py26-psyco/Portfile
Modified: trunk/dports/python/py26-psyco/Portfile
===================================================================
--- trunk/dports/python/py26-psyco/Portfile 2010-11-29 11:48:15 UTC (rev 73929)
+++ trunk/dports/python/py26-psyco/Portfile 2010-11-29 18:56:15 UTC (rev 73930)
@@ -35,3 +35,10 @@
${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}/
}
+
+if {$build_arch == "x86_64"} {
+ notes "Since MacPorts is configured to build for the x86_64 architecture where
+possible and psyco can only be built for i386, you will probably need
+to run python like this to use psyco:
+arch -i386 ${python.prefix}/Resources/Python.app/Contents/MacOS/Python"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101129/752c8b4e/attachment.html>
More information about the macports-changes
mailing list