mirror of
https://src.fedoraproject.org/rpms/libomp.git
synced 2024-11-28 09:14:55 +00:00
8.0.0 final
This commit is contained in:
parent
4ba262962d
commit
7e0ebadb45
3 changed files with 9 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,3 +10,6 @@
|
||||||
/openmp-7.0.0.src.tar.xz
|
/openmp-7.0.0.src.tar.xz
|
||||||
/openmp-7.0.1.src.tar.xz
|
/openmp-7.0.1.src.tar.xz
|
||||||
/openmp-8.0.0rc1.src.tar.xz
|
/openmp-8.0.0rc1.src.tar.xz
|
||||||
|
/openmp-8.0.0rc2.src.tar.xz
|
||||||
|
/openmp-8.0.0rc4.src.tar.xz
|
||||||
|
/openmp-8.0.0.src.tar.xz
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%global rc_ver 1
|
#%%global rc_ver 4
|
||||||
%global libomp_srcdir openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
%global libomp_srcdir openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
Name: libomp
|
Name: libomp
|
||||||
Version: 8.0.0
|
Version: 8.0.0
|
||||||
Release: 1%{?rc_ver:.rc%{rc_ver}}%{?dist}.1
|
Release: 1%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||||
Summary: OpenMP runtime for clang
|
Summary: OpenMP runtime for clang
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
|
@ -135,6 +135,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_datadir}/libomp
|
||||||
%{_datadir}/libomp
|
%{_datadir}/libomp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 20 2019 sguelton@redhat.com - 8.0.0-1
|
||||||
|
- 8.0.0 final
|
||||||
|
|
||||||
* Mon Feb 11 2019 sguelton@redhat.com - 8.0.0-1.rc1
|
* Mon Feb 11 2019 sguelton@redhat.com - 8.0.0-1.rc1
|
||||||
- 8.0.0 Release candidate 1
|
- 8.0.0 Release candidate 1
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (openmp-8.0.0rc1.src.tar.xz) = 987147cdf4fb4eb66978fe1313124768a6a6efab316e7b37a39da550eec2c3ace52d73c3c7aa035e02f1ca6313e01990424b70a68635fdbb9eb06825317dc1b4
|
SHA512 (openmp-8.0.0.src.tar.xz) = 0fff071c9dbf118bc1908e433d6ce571f47a4f2dbc5bf2d843151889e3414473bb5a9c97dc0b6dc6d1bd9ab0c6e365cae625f97d1b11d5d6ae059fa5a0496cb3
|
||||||
|
|
Loading…
Reference in a new issue