public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lfortran] epel10: Build with llvm-19
@ 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 : 5cf8619d36daa659036ee20a4013dd8e6b402080
Author : Christoph Junghans <junghans@votca.org>
Date : 2024-12-16T11:52:04-07:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/lfortran/c/5cf8619d36daa659036ee20a4013dd8e6b402080?branch=epel10
Log:
Build with llvm-19
---
diff --git a/lfortran.spec b/lfortran.spec
index 907ffa6..4bb6d23 100644
--- a/lfortran.spec
+++ b/lfortran.spec
@@ -1,6 +1,6 @@
Version: 0.42.0
Name: lfortran
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A modern Fortran compiler
# Main code is BSD-3-Clause
@@ -32,7 +32,7 @@ BuildRequires: libffi-devel
BuildRequires: libunwind-devel
BuildRequires: libuuid-devel
%if 0%{?fedora} > 38
-BuildRequires: llvm18-devel
+BuildRequires: llvm-devel
%else
BuildRequires: llvm-devel
%endif
@@ -118,8 +118,9 @@ This package contains the jupyter kernel for %{name}.
# WITH_ZSD is just used to fix static linking of llvm
# not needed on Fedora
# WASM=OFF due to lfortran/lfortran#3899
-%cmake -DCMAKE_PREFIX_PATH=%{_libdir}/llvm18/ \
+%cmake -DCMAKE_PREFIX_PATH=%{_libdir}/llvm19/ \
-DWITH_LLVM=ON \
+ -DWITH_ZSTD=OFF \
-DWITH_RUNTIME_LIBRARY=ON \
-DWITH_FMT=ON \
-DWITH_JSON=ON \
@@ -128,7 +129,6 @@ This package contains the jupyter kernel for %{name}.
-DWITH_TARGET_WASM=OFF \
-DWITH_UNWIND=ON \
-DWITH_WHEREAMI=ON \
- -DWITH_ZSTD=OFF \
-DWITH_XEUS=%{with_jupyter} \
-DWITH_ZLIB=ON
%cmake_build
@@ -170,6 +170,9 @@ This package contains the jupyter kernel for %{name}.
%endif
%changelog
+* Mon Dec 16 2024 Christoph Junghans <junghans@votca.org> - 0.42.0-3
+- Build with llvm-19
+
* Sat Dec 14 2024 Christoph Junghans <junghans@votca.org> - 0.42.0-2
- Build with llvm18
^ 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: Build with llvm-19 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox