mirror of
https://abf.rosa.ru/djam/llvm17.git
synced 2025-02-22 21:42:53 +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
|
||||
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++
|
||||
|
|
Loading…
Add table
Reference in a new issue