diff --git a/llvm17.spec b/llvm17.spec index a71b088..4121f71 100644 --- a/llvm17.spec +++ b/llvm17.spec @@ -37,7 +37,7 @@ Summary: LLVM and Clang in %{_prefix} # llvm16 Name: llvm%{maj_ver} Version: %{maj_ver}.0.%{min_ver} -Release: 1 +Release: 2 License: NCSA Group: Development/Other URL: https://llvm.org @@ -73,7 +73,7 @@ BuildRequires: zip %if %{compile_apidox} BuildRequires: doxygen %endif -BuildRequires: clang +#BuildRequires: clang Requires: libstdc++-devel Requires: stdc++-gcc10-devel @@ -124,6 +124,7 @@ LLVM %{maj_ver} shared library %build + # gcc is too old in rosa2016.1 #export CC=gcc #export CXX=g++