12.0.0-rc1 release
This commit is contained in:
parent
fcb98391ce
commit
b1e4bbfb83
2
.gitignore
vendored
2
.gitignore
vendored
@ -55,3 +55,5 @@
|
||||
/openmp-11.1.0rc1.src.tar.xz.sig
|
||||
/openmp-11.1.0rc2.src.tar.xz
|
||||
/openmp-11.1.0rc2.src.tar.xz.sig
|
||||
/openmp-12.0.0rc1.src.tar.xz
|
||||
/openmp-12.0.0rc1.src.tar.xz.sig
|
||||
|
13
libomp.spec
13
libomp.spec
@ -1,5 +1,5 @@
|
||||
%global rc_ver 2
|
||||
%global baserelease 3
|
||||
%global rc_ver 1
|
||||
%global baserelease 1
|
||||
%global libomp_srcdir openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
%endif
|
||||
|
||||
Name: libomp
|
||||
Version: 11.1.0
|
||||
Version: 12.0.0
|
||||
Release: %{?rc_ver:0.}%{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Summary: OpenMP runtime for clang
|
||||
|
||||
@ -121,13 +121,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%{_libdir}/libomp.so
|
||||
%{_libdir}/libomptarget.so
|
||||
%ifnarch %{arm}
|
||||
%{_libdir}/libarcher.so
|
||||
%endif
|
||||
%ifnarch %{arm} %{ix86}
|
||||
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%{_libdir}/clang/%{version}/include/omp.h
|
||||
@ -144,6 +140,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
||||
%{_libexecdir}/tests/libomp/
|
||||
|
||||
%changelog
|
||||
* Mon Feb 22 2021 sguelton@redhat.com - 12.0.0-0.1.rc1
|
||||
- 12.0.0-rc1 release
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 11.1.0-0.3.rc2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (openmp-11.1.0rc2.src.tar.xz) = 0a204c8826d2f3c4aba3e38082260ba92b44b15b707e79f85406f2632008f16735b5633eede5929e033185acd3fa2cfbb09dfadf28ec2132b6b98843f71b797e
|
||||
SHA512 (openmp-11.1.0rc2.src.tar.xz.sig) = c18fe7a0e224ae5c47abcb3ceba64b3379172253c2c49d13c0e9a1baf4115c9add21848969985c9addea9c73744023892170c50616f8d3bfd7358fbee244f7bf
|
||||
SHA512 (openmp-12.0.0rc1.src.tar.xz) = 2c67b30e24596df84d96e063f97f68b74bbf2b51e96456b5fec8299af781b43de8726038f64d01a45d2490eaf052f4e54a6b550290409cc516ce68ccf848f6d6
|
||||
SHA512 (openmp-12.0.0rc1.src.tar.xz.sig) = ba58f21c72543c24d8126ec86b49417589c467017e819fdb00bbc869112dc7fff2779fbe7d7bde7b9a10af832f26d57a653d8667ce6bf01427106c1fe575d41a
|
||||
|
Loading…
Reference in New Issue
Block a user