public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christoph Junghans <junghans@votca.org>
To: git-commits@fedoraproject.org
Subject: [rpms/lfortran] epel10: Build with llvm-19
Date: Thu, 16 Jul 2026 14:31:58 GMT [thread overview]
Message-ID: <178421231826.1.8263482661596006597.rpms-lfortran-5cf8619d36da@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-16 14:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178421231826.1.8263482661596006597.rpms-lfortran-5cf8619d36da@fedoraproject.org \
--to=junghans@votca.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox