Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libomp.git#6e5b5161061264b3d9992edb03ee2671ac94b9d7
This commit is contained in:
parent
37289ee135
commit
847135eaf7
4
.gitignore
vendored
4
.gitignore
vendored
@ -49,3 +49,7 @@
|
||||
/openmp-11.0.1rc1.src.tar.xz.sig
|
||||
/openmp-11.0.1rc2.src.tar.xz
|
||||
/openmp-11.0.1rc2.src.tar.xz.sig
|
||||
/openmp-11.0.1.src.tar.xz
|
||||
/openmp-11.0.1.src.tar.xz.sig
|
||||
/openmp-11.1.0rc1.src.tar.xz
|
||||
/openmp-11.1.0rc1.src.tar.xz.sig
|
||||
|
16
libomp.spec
16
libomp.spec
@ -1,5 +1,5 @@
|
||||
%global rc_ver 2
|
||||
%global baserelease 2
|
||||
%global rc_ver 1
|
||||
%global baserelease 1
|
||||
%global libomp_srcdir openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
|
||||
@ -10,12 +10,12 @@
|
||||
%endif
|
||||
|
||||
Name: libomp
|
||||
Version: 11.0.1
|
||||
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Version: 11.1.0
|
||||
Release: %{?rc_ver:0.}%{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Summary: OpenMP runtime for clang
|
||||
|
||||
License: NCSA
|
||||
URL: http://openmp.llvm.org
|
||||
URL: http://openmp.llvm.org
|
||||
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{libomp_srcdir}.tar.xz
|
||||
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{libomp_srcdir}.tar.xz.sig
|
||||
Source2: tstellar-gpg-key.asc
|
||||
@ -144,6 +144,12 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
||||
%{_libexecdir}/tests/libomp/
|
||||
|
||||
%changelog
|
||||
* Thu Jan 14 2021 Serge Guelton - 11.1.0-0.1.rc1
|
||||
- 11.1.0-rc1 release
|
||||
|
||||
* Wed Jan 06 2021 Serge Guelton - 11.0.1-3
|
||||
- LLVM 11.0.1 final
|
||||
|
||||
* Tue Dec 22 2020 sguelton@redhat.com - 11.0.1-2.rc2
|
||||
- llvm 11.0.1-rc2
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (openmp-11.0.1rc2.src.tar.xz) = aff5e9a27d54a47d48d13f6755b1d391f47e632d44092608cb0b8459e09eb5d333398a50d07e25d8251a7f2d3ae0594ea4258e54b708d00e46a0a3936358f92f
|
||||
SHA512 (openmp-11.0.1rc2.src.tar.xz.sig) = a95571e64ecdb7988d7860ad41a26e2a0d86d42bf387fc0a19cdb2c247a3883596715123d77c5b683f5533c21458836ef10d6fc632e11c0d9b0b14815e43fd0f
|
||||
SHA512 (openmp-11.1.0rc1.src.tar.xz) = 6b6dd8ba90f6617cd33bcd7f0e6b6cb4cb27ebbf81436df172f2b07e93847d2bd57aed0e2e66e811109b9bc554d7399dcb025dd4b9f23bc1a6eee79453bba6d6
|
||||
SHA512 (openmp-11.1.0rc1.src.tar.xz.sig) = 2158029327367ca61c8c37351948bd9648146208966cecd7f40d061cf2417e375bc9ca2af404e0045be0add6586118c76c80b8ffcb0f2e7b26b5bdf1e79e020f
|
||||
|
Loading…
Reference in New Issue
Block a user