We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edc998 commit 84e512fCopy full SHA for 84e512f
llvm.spec
@@ -70,7 +70,6 @@ ninja -v %{makeprocesses} install
70
71
#Create libomp symlink
72
host_triple=$(gcc -dumpmachine)
73
-ln -s ${host_triple}/libomp.so %{i}/lib64/libomp.so
74
75
BINDINGS_PATH=%{i}/lib64/python%{cms_python3_major_minor_version}/site-packages
76
PKG_INFO_FILE=$BINDINGS_PATH/clang-%{realversion}-py%{cms_python3_major_minor_version}.egg-info/PKG-INFO
@@ -92,6 +91,8 @@ rm -f %{i}/bin/set-xcode-analyzer
92
91
93
%if 0%{!?use_system_gcc:1}
94
pushd %{i}/bin
+ [ -e clang++.cfg ] && exit 1
95
+ [ -e clang.cfg ] && exit 1
96
echo "--gcc-toolchain=$GCC_ROOT" > clang++.cfg
97
echo "--target=$host_triple" >> clang++.cfg
98
ln -s clang++.cfg clang.cfg
0 commit comments