mirror of
https://src.fedoraproject.org/rpms/libomp.git
synced 2024-11-28 01:04:51 +00:00
7.0.1 Release
This commit is contained in:
parent
47057120ac
commit
f22276386a
3 changed files with 6 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@
|
|||
/openmp-6.0.1.src.tar.xz
|
||||
/openmp-7.0.0rc1.src.tar.xz
|
||||
/openmp-7.0.0rc3.src.tar.xz
|
||||
/openmp-7.0.0.src.tar.xz
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
%global libomp_arch %{_arch}
|
||||
%endif
|
||||
|
||||
%global rc_ver 3
|
||||
|
||||
Name: libomp
|
||||
Version: 7.0.0
|
||||
Release: 0.2.rc%{rc_ver}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenMP runtime for clang
|
||||
|
||||
License: NCSA
|
||||
|
@ -132,6 +130,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_datadir}/libomp
|
|||
%{_datadir}/libomp
|
||||
|
||||
%changelog
|
||||
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-1
|
||||
- 7.0.1 Release
|
||||
|
||||
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.2.rc3
|
||||
- 7.0.0-rc3 Release
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (openmp-7.0.0rc3.src.tar.xz) = 5db6240fafdcde8c8fbac4e76d264ee2c62a7216075e413f11650a4a00bb82f272e9dd0d4c969f867dc549ed60aa1a31a1b1fdad7e0702933162b00c5b592d0a
|
||||
SHA512 (openmp-7.0.0.src.tar.xz) = bda383d62c822db41504d7774974809cd2af042b03a0b4ca450cc1478c5977682f5c646734801c1b7a16233141d62359c17e87e1435c48a222e159a8763f8857
|
||||
|
|
Loading…
Reference in a new issue