Update to LLVM 15.0.4
This commit is contained in:
parent
46a42ecce9
commit
34515bc997
2
.gitignore
vendored
2
.gitignore
vendored
@ -93,3 +93,5 @@
|
||||
/openmp-14.0.5.src.tar.xz.sig
|
||||
/openmp-15.0.0.src.tar.xz
|
||||
/openmp-15.0.0.src.tar.xz.sig
|
||||
/openmp-15.0.4.src.tar.xz
|
||||
/openmp-15.0.4.src.tar.xz.sig
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global toolchain clang
|
||||
|
||||
%global maj_ver 15
|
||||
%global libomp_version %{maj_ver}.0.0
|
||||
%global libomp_version %{maj_ver}.0.4
|
||||
#global rc_ver 3
|
||||
%global libomp_srcdir openmp-%{libomp_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
Name: libomp
|
||||
Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenMP runtime for clang
|
||||
|
||||
License: NCSA
|
||||
@ -160,6 +160,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
||||
%{_libexecdir}/tests/libomp/
|
||||
|
||||
%changelog
|
||||
* Mon Nov 07 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
|
||||
- Update to LLVM 15.0.4
|
||||
|
||||
* Mon Sep 12 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-3
|
||||
- Re-enable LTO build
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (openmp-15.0.0.src.tar.xz) = aa3c1be0a528c7b9cd5f97bfdb20efd9c6d2164d4de1a00ca81d542e91f456d760113c8698744a42bc87643d67464e6f650d71ae32b3b852a87637ba6a353531
|
||||
SHA512 (openmp-15.0.0.src.tar.xz.sig) = c4968040e1189e77c13150828f68b91e52d00fc46c0df54462b69afbff30b6ccb8a7920ff2125a3d49089e4bbbee38c9bd3fbe615c64f4edc54729e474973bcf
|
||||
SHA512 (openmp-15.0.4.src.tar.xz) = e87d2051721fd16ca21bbea8f365dc1874f308338320e003b62142006864c2d79d196f6d49c6fac0193d13a914e6ebe2d110b3313cabcfb961e667afb68b2b5b
|
||||
SHA512 (openmp-15.0.4.src.tar.xz.sig) = 0ec87f22f9d208b560a4d2ecb01587e0ff22afaa1db811e9f1557de9cb47d43025152f7464686b725927e143072699605670228d0d1b2af9a12694a77a6f4f2b
|
||||
|
Loading…
Reference in New Issue
Block a user