Update to 14.0.5
This commit is contained in:
parent
f8ac3b52b0
commit
a17d68922d
2
.gitignore
vendored
2
.gitignore
vendored
@ -89,3 +89,5 @@
|
||||
/openmp-13.0.1.src.tar.xz.sig
|
||||
/openmp-14.0.0.src.tar.xz
|
||||
/openmp-14.0.0.src.tar.xz.sig
|
||||
/openmp-14.0.5.src.tar.xz
|
||||
/openmp-14.0.5.src.tar.xz.sig
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global libomp_version 14.0.0
|
||||
%global libomp_version 14.0.5
|
||||
#global rc_ver 1
|
||||
%global libomp_srcdir openmp-%{libomp_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
Name: libomp
|
||||
Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenMP runtime for clang
|
||||
|
||||
License: NCSA
|
||||
@ -37,7 +37,6 @@ BuildRequires: libffi-devel
|
||||
# For gpg source verification
|
||||
BuildRequires: gnupg2
|
||||
|
||||
|
||||
# libomptarget needs the llvm cmake files
|
||||
BuildRequires: llvm-devel
|
||||
|
||||
@ -155,6 +154,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
||||
%{_libexecdir}/tests/libomp/
|
||||
|
||||
%changelog
|
||||
* Mon Jun 20 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.5-1
|
||||
- 14.0.5 Release
|
||||
|
||||
* Thu Mar 31 2022 Tom Stellard <tstellar@redhat.com> - 14.0.0-2
|
||||
- Fix build on arm
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (openmp-14.0.0.src.tar.xz) = 46009be377128d13ab8dfb6e7bedded4f0c34d00a47fc502f62d2519e5e3efb439b425a752e2e88750d4836ad2d11e8e1d275dd173de9b02d11d051b9934ac40
|
||||
SHA512 (openmp-14.0.0.src.tar.xz.sig) = 3d8ace3bf76aad8832e6be2253d54b73bc358ea6ce44674a5cee84fcbc4bff4a6f10e3d1c9c47c57afe6ce3feb7e32f8208b2e017cf1c5b2b2ae20ef968790b9
|
||||
SHA512 (openmp-14.0.5.src.tar.xz) = 79d3aeb4cfeeab53cf7bbba5053c88f0cf9892a82c725bc64b71a1163b5b8442a3ed24bc12c1b179f306fbf959922ae0e271085b03c2415c0af465bfd65ee64f
|
||||
SHA512 (openmp-14.0.5.src.tar.xz.sig) = d1c59117db2792c2629ecfc755da5e716c601a9236a05c20667b51c626083059b5e23f2c23492247bb347a58cd3d4dbaab5c8b8d9a790515e84a99baf540d480
|
||||
|
Loading…
Reference in New Issue
Block a user