#48759: llvm-3.7: Update to release and add +openmp --------------------------+------------------------ Reporter: eborisch@… | Owner: jeremyhu@… Type: enhancement | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: clang-3.7 | --------------------------+------------------------ Changes (by mmoll@…): * status: closed => reopened * resolution: fixed => Comment: The openmp variant doesn't compile on OS X 10.10 with Xcode 7.0. I also tried install the "vanilla" clang-3.7 port first and use that to compile clang-3.7+openmp, but that also fails. In both cases I get this error: {{{ /opt/local/var/macports/build/_Users_mmoll_src_macports_dports_lang_llvm-3.7/clang-3.7/work/build/Release+Debug/bin/clang -arch x86_64 -dynamiclib -o /opt/local/var/macports/build/_Users_mmoll_src_macports_dports_lang_llvm-3.7/clang-3.7/work/build/tools/clang/runtime /compiler-rt/clang_darwin/asan_osx_dynamic/x86_64/libcompiler_rt.dylib ... -stdlib=libc++ -lc++ -lc++abi -install_name @rpath/libclang_rt.asan_osx_dynamic.dylib -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk }}} Sure enough, libc++ doesn't exist /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib. Instead, there's something called libc++.tbd. I guess this error will "fix itself" once El Cap is released. -- Ticket URL: <https://trac.macports.org/ticket/48759#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X