[MacPorts] #46831: OpenGTL 0.9.18
MacPorts
noreply at macports.org
Wed Feb 18 07:09:52 PST 2015
#46831: OpenGTL 0.9.18
-----------------------------+--------------------------
Reporter: mschamschula@… | Owner: ryandesign@…
Type: submission | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords:
Port: OpenGTL |
-----------------------------+--------------------------
Changes (by ryandesign@…):
* status: assigned => closed
* resolution: => fixed
Comment:
The configure phase fails with:
{{{
-- Found LLVM: /bin/sh: LLVM_CONFIG_EXECUTABLE-NOTFOUND: command not found
}}}
and then:
{{{
CMake Error at CMakeLists.txt:119 (message):
llvm was build with asserts, this is not supported by OpenGTL (llvm with
asserts is not thread safe).
}}}
llvm-3.3 is ''not'' installed with the assertions variant:
{{{
$ port -v installed llvm-3.3
The following ports are currently installed:
llvm-3.3 @3.3_7+universal (active) platform='darwin 14' archs='i386
x86_64'
}}}
Fixed by adding `-DLLVM_CONFIG_EXECUTABLE=${prefix}/bin/llvm-config-
mp-3.3` to `configure.args`.
According to the source, the license is actually any version of the LGPL,
not GPL 2 as indicated.
Committed in r133037.
--
Ticket URL: <https://trac.macports.org/ticket/46831#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list