[MacPorts] #21590: py27-sip, py26-sip, py25-sip, py-sip won't build universal
MacPorts
noreply at macports.org
Wed Sep 22 00:54:04 PDT 2010
#21590: py27-sip, py26-sip, py25-sip, py-sip won't build universal
--------------------------------+-------------------------------------------
Reporter: vince@… | Owner: mcalhoun@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.0
Keywords: universal | Port: py27-sip py26-sip py25-sip py-sip
--------------------------------+-------------------------------------------
Comment(by michaelld@…):
Some other py2X ports to do the following to get +universal working:
{{{
variant universal {
configure.universal_args
configure.post_args LFLAGS="-F${frameworks_dir}
-L${prefix}/lib \
${configure.universal_ldflags}"
configure.post_args-append
CFLAGS="${configure.universal_cflags}"
configure.post_args-append
CXXFLAGS="${configure.universal_cxxflags}"
}
}}}
Adding this chunk into py26-sip allows "sudo port install py26-sip
+universal" to work, all of the binaries are correctly universal (as
reported by 'file'), and "import sip" works for +universal or without it.
I'm using MacPorts 1.9.99 (latest from SVN), OSX 10.6.4 x86_64, XCode
3.2.3, and SIP is now version 4.11.1 -- maybe things have changed enough
since the original ticket was posted that this "simple" change is enough?
--
Ticket URL: <https://trac.macports.org/ticket/21590#comment:16>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list