Added missing hwloc dep
This commit is contained in:
parent
3274106267
commit
d619d373d5
@ -4,7 +4,7 @@
|
||||
|
||||
Name: kokkos
|
||||
Version: 3.0.0
|
||||
Release: 0.2.20200107git%{shortcommit}%{?dist}
|
||||
Release: 0.2.20200107git%{shortcommit}%{?dist}.1
|
||||
Summary: Kokkos C++ Performance Portability Programming
|
||||
#no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
|
||||
ExcludeArch: i686 armv7hl
|
||||
@ -36,6 +36,7 @@ currently can use OpenMP, Pthreads and CUDA as backend programming models.
|
||||
%package devel
|
||||
Summary: Development package for %{name} packages
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: hwloc-devel
|
||||
%description devel
|
||||
%{kokkos_desc}
|
||||
|
||||
@ -84,6 +85,9 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}
|
||||
%{_bindir}/nvcc_wrapper
|
||||
|
||||
%changelog
|
||||
* Wed Jan 15 2020 Christoph Junghans <junghans@votca.org> - 3.0.0-0.2.20200107gite79d6b7.1
|
||||
- Added missing hwloc dep
|
||||
|
||||
* Sun Jan 12 2020 Christoph Junghans <junghans@votca.org> - 3.0.0-0.2.20200107gite79d6b7
|
||||
- bump to latest release candidate snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user