12.0.0 Release
This commit is contained in:
parent
07c54f740d
commit
4592682e56
2
.gitignore
vendored
2
.gitignore
vendored
@ -65,3 +65,5 @@
|
|||||||
/openmp-12.0.0rc4.src.tar.xz.sig
|
/openmp-12.0.0rc4.src.tar.xz.sig
|
||||||
/openmp-12.0.0rc5.src.tar.xz
|
/openmp-12.0.0rc5.src.tar.xz
|
||||||
/openmp-12.0.0rc5.src.tar.xz.sig
|
/openmp-12.0.0rc5.src.tar.xz.sig
|
||||||
|
/openmp-12.0.0.src.tar.xz
|
||||||
|
/openmp-12.0.0.src.tar.xz.sig
|
||||||
|
10
libomp.spec
10
libomp.spec
@ -1,5 +1,4 @@
|
|||||||
%global rc_ver 5
|
#%%global rc_ver 5
|
||||||
%global baserelease 7
|
|
||||||
%global libomp_srcdir openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
%global libomp_srcdir openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||||
|
|
||||||
|
|
||||||
@ -10,8 +9,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: libomp
|
Name: libomp
|
||||||
Version: 12.0.0
|
Version: 12.0.0%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: %{?rc_ver:0.}%{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OpenMP runtime for clang
|
Summary: OpenMP runtime for clang
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -140,6 +139,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|||||||
%{_libexecdir}/tests/libomp/
|
%{_libexecdir}/tests/libomp/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 16 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-1
|
||||||
|
- 12.0.0 Release
|
||||||
|
|
||||||
* Thu Apr 08 2021 sguelton@redhat.com - 12.0.0-0.7.rc5
|
* Thu Apr 08 2021 sguelton@redhat.com - 12.0.0-0.7.rc5
|
||||||
- New upstream release candidate
|
- New upstream release candidate
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (openmp-12.0.0rc5.src.tar.xz) = bf298f6336f62be7d2c29965edf1d4c7719077f304e742be23222a816723060cdfa948e8c6cabd4cf636b37990173db0bbdf8bc1403a77d81a635f22c10cd519
|
SHA512 (openmp-12.0.0.src.tar.xz) = e01808ab41f13137e225e753a4a89f1ca7917b5783fbec16e46407a51266c96d2651b3b1c1f189760d7a43693abbf266ecdacf9c2e607b577dfe96c3098c167d
|
||||||
SHA512 (openmp-12.0.0rc5.src.tar.xz.sig) = a5056f2f5933b7285912d833fb73ea5ebac3320b45ae71001b04e8379f3e8703be0b04ad42e0b716076c8b13233d72323a6b6b387167f45b6304ba5b8aae02ab
|
SHA512 (openmp-12.0.0.src.tar.xz.sig) = c2ba5ddd93997b7d7cff26168497931b7095a89d1b84c4f5fa761bbaf4f47ba6a39ee9daefffb8ddf37add73de4d42141f8145595c04ebf364ccaec99f03a64f
|
||||||
|
Loading…
Reference in New Issue
Block a user