public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lfortran] epel10: Version bump to v0.35.0 (bug #2271254)
@ 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 : 3e416cc63f1742181c4f8ed85972fc564f343de3
Author : Christoph Junghans <junghans@votca.org>
Date : 2024-04-18T13:53:28-06:00
Stats : +14/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/lfortran/c/3e416cc63f1742181c4f8ed85972fc564f343de3?branch=epel10
Log:
Version bump to v0.35.0 (bug #2271254)
---
diff --git a/.gitignore b/.gitignore
index 15ecefc..dc39967 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
/lfortran-0.32.0.tar.gz
/lfortran-0.33.0.tar.gz
/lfortran-0.33.1.tar.gz
+/lfortran-0.34.0.tar.gz
+/lfortran-0.35.0.tar.gz
diff --git a/lfortran.spec b/lfortran.spec
index 8e1bb7c..3c856f0 100644
--- a/lfortran.spec
+++ b/lfortran.spec
@@ -1,6 +1,6 @@
-Version: 0.33.1
+Version: 0.35.0
Name: lfortran
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A modern Fortran compiler
# Main code is BSD-3-Clause
@@ -17,6 +17,10 @@ ExclusiveArch: x86_64
# F38 has no jupyterlab
%global with_jupyter 0
%endif
+%if 0%{?fedora} > 39
+# F41 has too new xeus version
+%global with_jupyter 0
+%endif
BuildRequires: binutils-devel
BuildRequires: bison
@@ -113,6 +117,7 @@ This package contains the jupyter kernel for %{name}.
%build
# 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}/llvm16/ \
-DWITH_LLVM=ON \
-DWITH_RUNTIME_LIBRARY=ON \
@@ -120,7 +125,7 @@ This package contains the jupyter kernel for %{name}.
-DWITH_JSON=ON \
-DWITH_KOKKOS=ON \
-DWITH_STACKTRACE=ON \
- -DWITH_TARGET_WASM=ON \
+ -DWITH_TARGET_WASM=OFF \
-DWITH_UNWIND=ON \
-DWITH_WHEREAMI=ON \
-DWITH_ZSTD=OFF \
@@ -164,6 +169,9 @@ This package contains the jupyter kernel for %{name}.
%endif
%changelog
+* Thu Apr 18 2024 Christoph Junghans <junghans@votca.org> - 0.35.0-1
+- Version bump to v0.35.0 (bug #2271254)
+
* Wed Jan 31 2024 Christoph Junghans <junghans@votca.org> - 0.33.1-2
- Move liblfortran_runtime.so to the right package
diff --git a/sources b/sources
index a1c708c..2ffeb52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lfortran-0.33.1.tar.gz) = 014c942e0758c114f0af88a31f4cfe2d29d71905daa98fa12e392cafdff02378834e3286875572989ca30db6c2e8fc5fd68cd7ace5a9782f2e297dc4823189e6
+SHA512 (lfortran-0.35.0.tar.gz) = 93aa626df25fcea4fd8f0dad58322089aafbf649f0a1ce06d4c08793bc0ad72dd083ab25a8aaf6280565b7c4bd1551d3ac6ad44a435879d3b9837fbc6adabf3c
^ 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: Version bump to v0.35.0 (bug #2271254) Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox