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: Drop jupyter package on F38
Date: Thu, 16 Jul 2026 14:31:50 GMT [thread overview]
Message-ID: <178421231047.1.13932500888640064132.rpms-lfortran-9b251e7c8acc@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/lfortran
Branch : epel10
Commit : 9b251e7c8acc671016c9a2b6433360fca18f696d
Author : Christoph Junghans <junghans@votca.org>
Date : 2024-01-19T16:02:59-07:00
Stats : +12/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/lfortran/c/9b251e7c8acc671016c9a2b6433360fca18f696d?branch=epel10
Log:
Drop jupyter package on F38
---
diff --git a/lfortran.spec b/lfortran.spec
index a0ad795..edf1447 100644
--- a/lfortran.spec
+++ b/lfortran.spec
@@ -1,6 +1,6 @@
Version: 0.30.0
Name: lfortran
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: A modern Fortran compiler
# Main code is BSD-3-Clause
@@ -91,6 +91,8 @@ Summary: Shared runtime library for %{name}
This package contains shared runtime library for %{name}.
+# F38 has no jupyterlab
+%if 0%{?fedora} > 38
%package jupyter
Summary: Jupyter kernel for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
@@ -101,6 +103,7 @@ Requires: python-jupyter-filesystem
%{lfortran_desc}
This package contains the jupyter kernel for %{name}.
+%endif
%prep
@@ -123,6 +126,9 @@ This package contains the jupyter kernel for %{name}.
%install
%cmake_install
+%if 0%{?fedora} == 38
+%{__rm} -rfv %{buildroot}%{_datadir}/jupyter/kernels
+%endif
%check
%ctest
@@ -146,11 +152,16 @@ This package contains the jupyter kernel for %{name}.
%files shared
%{_libdir}/liblfortran_runtime.so.*
+%if 0%{?fedora} > 38
%files jupyter
%dir %{_datadir}/jupyter/kernels/fortran
%{_datadir}/jupyter/kernels/fortran/kernel.json
+%endif
%changelog
+* Fri Jan 19 2024 Christoph Junghans <junghans@votca.org> - 0.30.0-9
+- Drop jupyter package on F38
+
* Fri Jan 19 2024 Christoph Junghans <junghans@votca.org> - 0.30.0-8
- Add kokkos dependency
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=178421231047.1.13932500888640064132.rpms-lfortran-9b251e7c8acc@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