public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kokkos] epel10: Use ROCM_INCLUDE for install
@ 2026-07-11 7:20 Christoph Junghans
0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2026-07-11 7:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kokkos
Branch : epel10
Commit : 3ba8aa90ccd98bbe714b2c82870fc417201fd7d3
Author : Christoph Junghans <junghans@votca.org>
Date : 2025-02-05T13:49:19-07:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kokkos/c/3ba8aa90ccd98bbe714b2c82870fc417201fd7d3?branch=epel10
Log:
Use ROCM_INCLUDE for install
---
diff --git a/kokkos.spec b/kokkos.spec
index 12e91e9..6d6dc2c 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -35,7 +35,7 @@
Name: kokkos
Version: 4.4.01
%global sover 4.4
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Kokkos C++ Performance Portability Programming
# no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
ExcludeArch: i686 armv7hl
@@ -132,7 +132,7 @@ do
-DCMAKE_CXX_FLAGS="%{rocm_cxxflags}" \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_INSTALL_BINDIR=$ROCM_BIN \
- -DCMAKE_INSTALL_INCLUDEDIR=include/kokkos \
+ -DCMAKE_INSTALL_INCLUDEDIR=$ROCM_INCLUDE/kokkos \
-DCMAKE_INSTALL_LIBDIR=$ROCM_LIB \
-DKokkos_ARCH_AMD_${ugpu}=ON \
-DKokkos_ENABLE_AGGRESSIVE_VECTORIZATION=ON \
@@ -196,10 +196,14 @@ module purge
%{_libdir}/rocm/gfx*/bin/nvcc_wrapper
%{_libdir}/rocm/gfx*/bin/hpcbind
%{_libdir}/rocm/gfx*/bin/kokkos_launch_compiler
+%{_libdir}/rocm/gfx*/include/kokkos
%endif
%changelog
+* Wed Feb 05 2025 Christoph Junghans <junghans@votca.org> - 4.4.01-4
+- Use ROCM_INCLUDE for install
+
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.01-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-11 7:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 7:20 [rpms/kokkos] epel10: Use ROCM_INCLUDE for install Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox