public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kokkos] epel10: bump to latest snapshot and enable AGGRESSIVE_VECTORIZATION
@ 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 : a2fe5ee2a6d813764e0d175261eb99e4f38051dc
Author : Christoph Junghans <junghans@lanl.gov>
Date : 2019-09-29T14:35:23-06:00
Stats : +8/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/kokkos/c/a2fe5ee2a6d813764e0d175261eb99e4f38051dc?branch=epel10
Log:
bump to latest snapshot and enable AGGRESSIVE_VECTORIZATION
---
diff --git a/.gitignore b/.gitignore
index 5ee57d5..b8ffe8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/kokkos-d93e239baee253fca66b8b7f2196edaa40a2ef17.tar.gz
+/kokkos-445c17625fe6dcfa8ddf98046301a648550c5738.tar.gz
diff --git a/kokkos.spec b/kokkos.spec
index 16e791e..a4a41ac 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -1,10 +1,10 @@
%global git 1
-%global commit d93e239baee253fca66b8b7f2196edaa40a2ef17
+%global commit 445c17625fe6dcfa8ddf98046301a648550c5738
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: kokkos
Version: 3.0.0
-Release: 0.1.190912git%{shortcommit}%{?dist}
+Release: 0.2.20190929git%{shortcommit}%{?dist}
Summary: Kokkos C++ Performance Portability Programming
#no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
ExcludeArch: i686 armv7hl
@@ -54,6 +54,7 @@ pushd build
%{cmake3} \
-DKokkos_ENABLE_TESTS=On \
-DCMAKE_INSTALL_INCLUDEDIR=include/kokkos \
+ -DKokkos_ENABLE_AGGRESSIVE_VECTORIZATION=ON \
-DKokkos_ENABLE_OPENMP=ON \
-DKokkos_ENABLE_SERIAL=ON \
-DKokkos_ENABLE_HWLOC=ON \
@@ -80,5 +81,8 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1
%{_bindir}/nvcc_wrapper
%changelog
+* Sun Sep 29 2019 Christoph Junghans <junghans@votca.org> - 3.0.0-0.2.20190929git445c176
+- bump to latest snapshot and enable AGGRESSIVE_VECTORIZATION
+
* Wed Sep 18 2019 Christoph Junghans <junghans@votca.org> - 3.0.0-0.1.190912gitd93e239
- initial commit (bug #1751409)
diff --git a/sources b/sources
index f91ea62..8ad172b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kokkos-d93e239baee253fca66b8b7f2196edaa40a2ef17.tar.gz) = 60c88a9ca9c39d0f25175c16148b13a32e3b5b8ead1b89c8842f0d59c25a8f57192df44582113bb79a3f102d9fe6335db75ae41c882c616befa54c70a9363e9c
+SHA512 (kokkos-445c17625fe6dcfa8ddf98046301a648550c5738.tar.gz) = dc6c6d3daba6917fa58fafbc690773982f7cef899046be794c84bd158c8b49bbdcee55279acbe0c6eb64a91533fbc50db05f1e8e18b133b9d55304012acbca79
^ 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: bump to latest snapshot and enable AGGRESSIVE_VECTORIZATION Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox