Opened 15 years ago
Closed 15 years ago
#19724 closed enhancement (duplicate)
Boost: Patch to enable universal builds
Reported by: | harry@… | Owned by: | sanchom (Sancho McCann) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | boost |
Description
See attached patch.
boost 1.38.x supports universal binaries with "architecture=combined" (== i386+ppc). To also get the 64-bit architectures, "address_model=32_64" must be set.
Note that boost's configure chokes on the "configure.universal_args" switches, so I disabled configure.universal args/flags. bjam handles those internally.
Tested on my intel Mac.
Attachments (1)
Change History (5)
Changed 15 years ago by harry@…
Attachment: | boost.universal.patch added |
---|
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to sanchom@… |
---|
comment:2 Changed 15 years ago by nox@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 15 years ago by nox@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 15 years ago by nox@…
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
superseded by #18963.