[MacPorts] #56294: boost: update to 1.70.0
MacPorts
noreply at macports.org
Fri Apr 19 11:14:42 UTC 2019
#56294: boost: update to 1.70.0
------------------------+---------------------------------
Reporter: michaelld | Owner: ryandesign
Type: update | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: haspatch maintainer
Port: boost |
------------------------+---------------------------------
Comment (by michaelld):
OK so i've figured out how to revert library names back to before the
added <ARCH> ... building using this patch does indeed result in the
correct ABI naming as we currently have with 1.66.0 ... yay! One issue
down. Here's the whole patch in case anyone wants to use it right now for
testing (-p0)
{{{
--- boostcpp.jam.orig
+++ boostcpp.jam
@@ -163,7 +163,7 @@
<base> <threading> <runtime> ;
case 1.69 :
.format-name-args =
- <base> <threading> <runtime> <arch-and-model> ;
+ <base> <threading> <runtime> ;
}
}
else if $(layout) = system
}}}
--
Ticket URL: <https://trac.macports.org/ticket/56294#comment:21>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list