Version bump to 3.0.00
This commit is contained in:
parent
dc8c95df67
commit
06e5d34cdb
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/kokkos-6619d83a6d682ee83eabc7d23cf051d0ff77ff61.tar.gz
|
||||
/kokkos-cb90e9484286b8728d821bb5b1c23e74373bc47b.tar.gz
|
||||
/kokkos-e79d6b7311fb91c81477a7fc458ca5408e0c19d2.tar.gz
|
||||
/kokkos-3.0.00.tar.gz
|
||||
|
28
kokkos.spec
28
kokkos.spec
@ -1,21 +1,14 @@
|
||||
%global git 1
|
||||
%global commit e79d6b7311fb91c81477a7fc458ca5408e0c19d2
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: kokkos
|
||||
Version: 3.0.0
|
||||
Release: 0.3.20200107git%{shortcommit}%{?dist}.1
|
||||
Version: 3.0.00
|
||||
%global sover 3.0.0
|
||||
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
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/kokkos/kokkos
|
||||
%if %{git}
|
||||
Source0: https://github.com/%{name}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
|
||||
%else
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
%endif
|
||||
Source0: https://github.com/kokkos/kokkos/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
@ -43,11 +36,7 @@ Requires: hwloc-devel
|
||||
This package contains the development files of %{name}.
|
||||
|
||||
%prep
|
||||
%if %{git}
|
||||
%setup -q -n %{name}-%{commit}
|
||||
%else
|
||||
%setup -q
|
||||
%endif
|
||||
|
||||
%build
|
||||
mkdir build
|
||||
@ -68,14 +57,12 @@ popd
|
||||
%make_install -C build
|
||||
|
||||
%check
|
||||
# https://github.com/kokkos/kokkos/issues/2613
|
||||
%global testargs ARGS='-E UnitTest_StackTraceTest'
|
||||
make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}
|
||||
make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_libdir}/libkokkos*.so.%{version}
|
||||
%{_libdir}/libkokkos*.so.%{sover}
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libkokkos*.so
|
||||
@ -85,6 +72,9 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}
|
||||
%{_bindir}/nvcc_wrapper
|
||||
|
||||
%changelog
|
||||
* Thu Feb 27 2020 Christoph Junghans <junghans@votca.org> - 3.0.00-1
|
||||
- Version bump to 3.0.00
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-0.3.20200107gite79d6b7.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kokkos-e79d6b7311fb91c81477a7fc458ca5408e0c19d2.tar.gz) = 5a5b9b6acfb69410cba2234d7575b65ed30d9f45ffabff1d6ba984abac56272f4a433f6d5a1e9a0b381803b823091a0902e071d546e7be49071f689d1cd43d11
|
||||
SHA512 (kokkos-3.0.00.tar.gz) = f98feaedfb3b5759fdab35f68ca5b6bd3eacdb658ff0a7b91a33839fa266a8533c76213ebba6445ff7f2430bcdec8d05d7e4c023b63532515ba30223a27f3ebb
|
||||
|
Loading…
Reference in New Issue
Block a user