[MacPorts] #51230: py-graph-tool: broken variants on old OSes
#51230: py-graph-tool: broken variants on old OSes ---------------------+--------------------------- Reporter: mojca@… | Owner: tiago@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: py-graph-tool ---------------------+--------------------------- 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. }}} -- Ticket URL: <https://trac.macports.org/ticket/51230> MacPorts <https://www.macports.org/> Ports system for OS X
#51230: py-graph-tool: broken variants on old OSes ----------------------------+--------------------- Reporter: mojca@… | Owner: tiago@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: py-graph-tool | ----------------------------+--------------------- Changes (by mmoll@…): * status: new => closed * resolution: => fixed Comment: 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. -- Ticket URL: <https://trac.macports.org/ticket/51230#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts