public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/zfp] rawhide: Rebuild for Python 3.15
Date: Sun, 07 Jun 2026 22:36:48 GMT [thread overview]
Message-ID: <178087180860.1.15915493427132464093.rpms-zfp-e96d793b3b19@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/zfp
Branch : rawhide
Commit : e96d793b3b195228930ad80081b8eb7413d43b33
Author : Orion Poplawski <orion@nwra.com>
Date : 2026-06-07T15:16:18-06:00
Stats : +7/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/zfp/c/e96d793b3b195228930ad80081b8eb7413d43b33?branch=rawhide
Log:
Rebuild for Python 3.15
Update URL
Change cmake3 -> cmake
Update license to BSD-3-Clause
Add explicit requires on main package to python3-zfpy
---
diff --git a/zfp.spec b/zfp.spec
index e82930f..8d60460 100644
--- a/zfp.spec
+++ b/zfp.spec
@@ -1,19 +1,17 @@
%undefine __cmake_in_source_build
-%undefine __cmake3_in_source_build
Name: zfp
Version: 1.0.1
Release: %autorelease
Summary: Library for compressed numerical arrays with high throughput R/W random access
-# Automatically converted from old format: BSD - review is highly recommended.
-License: LicenseRef-Callaway-BSD
-URL: https://computation.llnl.gov/projects/floating-point-compression
+License: BSD-3-Clause
+URL: https://computing.llnl.gov/projects/zfp
Source0: https://github.com/LLNL/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
# Fix setup.py syntax and add pyproject.toml.
Patch: https://github.com/LLNL/%{name}/pull/237.patch
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: gcc-c++
%description
@@ -58,6 +56,7 @@ developing applications that use %{name}.
Summary: zfp compression in Python
BuildRequires: python3-devel
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n python3-zfpy
The python3-zfpy package contains a Python library for using %{name}.
@@ -72,15 +71,15 @@ The python3-zfpy package contains a Python library for using %{name}.
%build
-%cmake3 -DCMAKE_SKIP_INSTALL_RPATH=YES -DHAVE_LIBM_MATH=YES
-%cmake3_build
+%cmake -DCMAKE_SKIP_INSTALL_RPATH=YES -DHAVE_LIBM_MATH=YES
+%cmake_build
export LDFLAGS="$LDFLAGS -L$PWD/%{_vpath_builddir}/%{_lib}/"
%pyproject_wheel
%install
-%cmake3_install
+%cmake_install
%pyproject_install
%pyproject_save_files -l zfpy
reply other threads:[~2026-06-07 22:36 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=178087180860.1.15915493427132464093.rpms-zfp-e96d793b3b19@fedoraproject.org \
--to=orion@nwra.com \
--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