I have sys-devel/llvm-3.9.1-r1 but CastXML is looking for v4.0.0 (which is BTW masked in my Funtoo tree nokit / master). The dependency is not correctly expressed as it is hard-coded in the ebuild:
src_configure() {
local mycmakeargs=(
-DLLVM_DIR=/usr/lib/llvm/4/lib64/cmake/llvm/
-DCLANG_RESOURCE_DIR=/usr/lib/clang/4.0.0
)
cmake-utils_src_configure
}
The good news is that CastXML builds successfully against llvm-3.9.1-r1.
I have
sys-devel/llvm-3.9.1-r1
but CastXML is looking for v4.0.0 (which is BTW masked in my Funtoo treenokit / master
). The dependency is not correctly expressed as it is hard-coded in the ebuild:The good news is that CastXML builds successfully against
llvm-3.9.1-r1
.