public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lfortran] epel10: Add kokkos dependency
@ 2026-07-16 14:31 Christoph Junghans
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2026-07-16 14:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/lfortran
Branch : epel10
Commit : 83d5a22a120c2db417039afde7aa01785dddc0b3
Author : Christoph Junghans <junghans@votca.org>
Date   : 2024-01-19T07:43:25-07:00
Stats  : +10/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/lfortran/c/83d5a22a120c2db417039afde7aa01785dddc0b3?branch=epel10

Log:
Add kokkos dependency

---
diff --git a/lfortran.spec b/lfortran.spec
index 26a9240..a0ad795 100644
--- a/lfortran.spec
+++ b/lfortran.spec
@@ -1,6 +1,6 @@
 Version:        0.30.0
 Name:           lfortran
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A modern Fortran compiler
 
 # Main code is BSD-3-Clause
@@ -49,6 +49,11 @@ BuildRequires: xeus-zmq-devel
 BuildRequires: xtl-devel
 # For manpage, drop in next release
 BuildRequires: pandoc
+# For backend=cpp
+BuildRequires: kokkos-devel
+# Not explicitly linked, hence listed here
+Requires: kokkos-devel
+
 Requires: %{name}-shared%{?_isa} = %{version}-%{release}
 
 %global lfortran_desc \
@@ -107,6 +112,7 @@ This package contains the jupyter kernel for %{name}.
        -DWITH_RUNTIME_LIBRARY=ON \
        -DWITH_FMT=ON \
        -DWITH_JSON=ON \
+       -DWITH_KOKKOS=ON \
        -DWITH_STACKTRACE=ON \
        -DWITH_TARGET_WASM=ON \
        -DWITH_UNWIND=ON \
@@ -145,6 +151,9 @@ This package contains the jupyter kernel for %{name}.
 %{_datadir}/jupyter/kernels/fortran/kernel.json
 
 %changelog
+* Fri Jan 19 2024 Christoph Junghans <junghans@votca.org> - 0.30.0-8
+- Add kokkos dependency
+
 * Fri Jan 19 2024 Benson Muite <benson_muite@emailplus.org> - 0.30.0-7
 - Use conditional includes for llvm and zlib
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-16 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 14:31 [rpms/lfortran] epel10: Add kokkos dependency Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox