Version bump to v3.4.00 (bug #1953967)
This commit is contained in:
parent
a7293c1016
commit
0cc35d3bf0
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/kokkos-3.2.01.tar.gz
|
||||
/kokkos-3.3.00.tar.gz
|
||||
/kokkos-3.3.01.tar.gz
|
||||
/kokkos-3.4.00.tar.gz
|
||||
|
14
kokkos.spec
14
kokkos.spec
@ -1,7 +1,7 @@
|
||||
Name: kokkos
|
||||
Version: 3.3.01
|
||||
%global sover 3.3.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.4.00
|
||||
%global sover 3.4
|
||||
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
|
||||
@ -40,6 +40,9 @@ This package contains the development files of %{name}.
|
||||
%build
|
||||
%{cmake3} \
|
||||
-DKokkos_ENABLE_TESTS=On \
|
||||
%ifarch ppc64le
|
||||
-DKokkos_ARCH_POWER8=ON \
|
||||
%endif
|
||||
-DCMAKE_INSTALL_INCLUDEDIR=include/kokkos \
|
||||
-DKokkos_ENABLE_AGGRESSIVE_VECTORIZATION=ON \
|
||||
-DKokkos_ENABLE_DEPRECATED_CODE=ON \
|
||||
@ -62,7 +65,7 @@ This package contains the development files of %{name}.
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_libdir}/libkokkos*.so.%{sover}
|
||||
%{_libdir}/libkokkos*.so.%{sover}*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libkokkos*.so
|
||||
@ -73,6 +76,9 @@ This package contains the development files of %{name}.
|
||||
%{_bindir}/kokkos_launch_compiler
|
||||
|
||||
%changelog
|
||||
* Tue Apr 27 2021 Christoph Junghans <junghans@votca.org> - 3.4.00-1
|
||||
- Version bump to v3.4.00 (bug #1953967)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.01-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kokkos-3.3.01.tar.gz) = 9271be6ef080ac60b588b20d6d13c654311221691295dda199bbb833ab3fda7024aa0672ca3304f07824507e8d0708b7f58d8a707b84ad08e82357e00fe8fcae
|
||||
SHA512 (kokkos-3.4.00.tar.gz) = 7198e910147b41e936e5f3ae2738aaca91956daf59d51b949b2a36c6754d4dc531d8330134998c70e0bd4911daa3438dcbeeee7d8c054d7004f80ea42d77072d
|
||||
|
Loading…
x
Reference in New Issue
Block a user