%{maj_ver}.0.%{min_ver}
Some checks failed
Run CI/CD... / main (push) Failing after 3m25s

This commit is contained in:
Your Name 2025-02-21 20:40:19 +00:00
parent 9b715106fa
commit 2b1220bd7f

View file

@ -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++