Version bump to v3.2.01 (bug #1901667)
This commit is contained in:
parent
a24954c602
commit
a276212b9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/kokkos-3.1.00.tar.gz
|
||||
/kokkos-3.1.01.tar.gz
|
||||
/kokkos-3.2.00.tar.gz
|
||||
/kokkos-3.2.01.tar.gz
|
||||
|
11
kokkos.spec
11
kokkos.spec
@ -1,7 +1,7 @@
|
||||
Name: kokkos
|
||||
Version: 3.2.00
|
||||
%global sover 3.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2.01
|
||||
%global sover 3.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Kokkos C++ Performance Portability Programming
|
||||
# no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
|
||||
ExcludeArch: i686 armv7hl
|
||||
@ -9,7 +9,6 @@ ExcludeArch: i686 armv7hl
|
||||
License: BSD
|
||||
URL: https://github.com/kokkos/kokkos
|
||||
Source0: https://github.com/kokkos/kokkos/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: https://github.com/kokkos/kokkos/pull/3308.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3 >= 3.0
|
||||
@ -37,7 +36,6 @@ This package contains the development files of %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{cmake3} \
|
||||
@ -73,6 +71,9 @@ This package contains the development files of %{name}.
|
||||
%{_bindir}/nvcc_wrapper
|
||||
|
||||
%changelog
|
||||
* Wed Nov 25 15:26:40 MST 2020 Christoph Junghans <junghans@votca.org> - 3.2.01-1
|
||||
- Version bump to v3.2.01 (bug #1901667)
|
||||
|
||||
* Tue Aug 25 2020 Christoph Junghans <junghans@votca.org> - 3.2.00-2
|
||||
- Fix cmake targets
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kokkos-3.2.00.tar.gz) = 5aea16b6ed84c1cc24ccbbc50811026caebb1b7b47806f673e04dc37cc38e3da3d9fbc2d54c487765a222d0020a461240c16114e823d56e6ddadf9480deda9c8
|
||||
SHA512 (kokkos-3.2.01.tar.gz) = 9de3185134686e75f294b7cf0ac794506351a3c3b029720a7f7fce5d867ed3b60c9ec55a8e0d64af1ddd0a1e0d6a129a2dae2453f35d327f99acb20b07baa022
|
||||
|
Loading…
Reference in New Issue
Block a user