mirror of
https://abf.rosa.ru/djam/llvm17.git
synced 2025-02-23 05:52:54 +00:00
This commit is contained in:
parent
9b715106fa
commit
2b1220bd7f
1 changed files with 3 additions and 2 deletions
|
@ -37,7 +37,7 @@ Summary: LLVM and Clang in %{_prefix}
|
||||||
# llvm16
|
# llvm16
|
||||||
Name: llvm%{maj_ver}
|
Name: llvm%{maj_ver}
|
||||||
Version: %{maj_ver}.0.%{min_ver}
|
Version: %{maj_ver}.0.%{min_ver}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: NCSA
|
License: NCSA
|
||||||
Group: Development/Other
|
Group: Development/Other
|
||||||
URL: https://llvm.org
|
URL: https://llvm.org
|
||||||
|
@ -73,7 +73,7 @@ BuildRequires: zip
|
||||||
%if %{compile_apidox}
|
%if %{compile_apidox}
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: clang
|
#BuildRequires: clang
|
||||||
|
|
||||||
Requires: libstdc++-devel
|
Requires: libstdc++-devel
|
||||||
Requires: stdc++-gcc10-devel
|
Requires: stdc++-gcc10-devel
|
||||||
|
@ -124,6 +124,7 @@ LLVM %{maj_ver} shared library
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
# gcc is too old in rosa2016.1
|
# gcc is too old in rosa2016.1
|
||||||
#export CC=gcc
|
#export CC=gcc
|
||||||
#export CXX=g++
|
#export CXX=g++
|
||||||
|
|
Loading…
Add table
Reference in a new issue