Opened 9 years ago
Closed 9 years ago
#51230 closed defect (fixed)
py-graph-tool: broken variants on old OSes
Reported by: | mojca (Mojca Miklavec) | Owned by: | count0 (Tiago de Paula Peixoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mamoll (Mark Moll) | |
Port: | py-graph-tool |
Description
py-graph-tool fails to compile on older OSes because it defaults to +clang38 and then tries to compile with
/opt/local/bin/clang++-mp-3.8 -stdlib=libstdc++
which fails. The variants should be adapted for old versions of Mac OS X.
py34-graph-tool
and py35-graph-tool
fail on the buildbot because
DEBUG: boost is installed with the following variants: +no_single+no_static+python27 DEBUG: required: python34, forbidden: DEBUG: rejected, because required variant python34 is missing Error: org.macports.archivefetch for port py34-graph-tool returned: boost must be installed with +python34.
Change History (1)
comment:1 Changed 9 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The first problem is fixed in r148053. There is nothing I can do about the second problem, because only one python variant can be applied in boost. I happen to have boost+python35 installed on my machine and py35-graph-tool installs fine. Of course, py27-graph-tool cannot be installed on my machine.