7.0.1
This commit is contained in:
parent
f22276386a
commit
c126a160aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/openmp-7.0.0rc1.src.tar.xz
|
/openmp-7.0.0rc1.src.tar.xz
|
||||||
/openmp-7.0.0rc3.src.tar.xz
|
/openmp-7.0.0rc3.src.tar.xz
|
||||||
/openmp-7.0.0.src.tar.xz
|
/openmp-7.0.0.src.tar.xz
|
||||||
|
/openmp-7.0.1.src.tar.xz
|
||||||
|
13
libomp.spec
13
libomp.spec
@ -1,3 +1,7 @@
|
|||||||
|
#%%global rc_ver 3
|
||||||
|
%global libomp_srcdir openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||||
|
|
||||||
|
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
%global libomp_arch ppc64
|
%global libomp_arch ppc64
|
||||||
%else
|
%else
|
||||||
@ -5,13 +9,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: libomp
|
Name: libomp
|
||||||
Version: 7.0.0
|
Version: 7.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||||
Summary: OpenMP runtime for clang
|
Summary: OpenMP runtime for clang
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
URL: http://openmp.llvm.org
|
URL: http://openmp.llvm.org
|
||||||
Source0: http://%{?rc_ver:pre}releases.llvm.org/%{version}/%{?rc_ver:rc%{rc_ver}}/openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src.tar.xz
|
Source0: http://%{?rc_ver:pre}releases.llvm.org/%{version}/%{?rc_ver:rc%{rc_ver}}/%{libomp_srcdir}.tar.xz
|
||||||
Source1: runtest.sh
|
Source1: runtest.sh
|
||||||
|
|
||||||
Patch0: 0001-CMake-Make-LIBOMP_HEADERS_INSTALL_PATH-a-cache-varia.patch
|
Patch0: 0001-CMake-Make-LIBOMP_HEADERS_INSTALL_PATH-a-cache-varia.patch
|
||||||
@ -130,6 +134,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_datadir}/libomp
|
|||||||
%{_datadir}/libomp
|
%{_datadir}/libomp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-1
|
||||||
|
- 7.0.1 Release
|
||||||
|
|
||||||
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-1
|
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-1
|
||||||
- 7.0.1 Release
|
- 7.0.1 Release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (openmp-7.0.0.src.tar.xz) = bda383d62c822db41504d7774974809cd2af042b03a0b4ca450cc1478c5977682f5c646734801c1b7a16233141d62359c17e87e1435c48a222e159a8763f8857
|
SHA512 (openmp-7.0.1.src.tar.xz) = 2062db8b87bce2c130bab528a6d654cb05b3de7641737552fc263724ceaa5e322afc2787796a0bddcda8d1bdf913a49f5a0180abcc57f8842b7e8ea8df4d6f51
|
||||||
|
Loading…
Reference in New Issue
Block a user