public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lfortran] epel10: Build with llvm18
@ 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 : 9ca51053b0987d7eb19b3683f92f21d7de7dffbe
            Author : Christoph Junghans <junghans@votca.org>
            Date   : 2024-12-15T10:23:52-07:00
            Stats  : +6/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/lfortran/c/9ca51053b0987d7eb19b3683f92f21d7de7dffbe?branch=epel10

            Log:
            Build with llvm18

Build with llvm18
Build with llvm18
Build with llvm18

---
diff --git a/lfortran.spec b/lfortran.spec
index 73b21bb..907ffa6 100644
--- a/lfortran.spec
+++ b/lfortran.spec
@@ -1,6 +1,6 @@
 Version:        0.42.0
 Name:           lfortran
-Release:        1%{?dist}
+Release:        2%{?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: llvm17-devel
+BuildRequires: llvm18-devel
 %else
 BuildRequires: llvm-devel
 %endif
@@ -118,7 +118,7 @@ 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}/llvm17/ \
+%cmake -DCMAKE_PREFIX_PATH=%{_libdir}/llvm18/ \
        -DWITH_LLVM=ON \
        -DWITH_RUNTIME_LIBRARY=ON \
        -DWITH_FMT=ON \
@@ -170,6 +170,9 @@ This package contains the jupyter kernel for %{name}.
 %endif
 
 %changelog
+* Sat Dec 14 2024 Christoph Junghans <junghans@votca.org> - 0.42.0-2
+- Build with llvm18
+
 * Tue Dec 10 2024 Benson Muite <benson_muite@emailplus.org> - 0.42.0-1
 - Version bump v0.42.0 (bug #2326295)
 

^ 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 llvm18 Christoph Junghans

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