public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Susi Lehtola <jussilehtola@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pyscf] rawhide: Update to 2.14.0.
Date: Thu, 30 Jul 2026 19:43:42 GMT [thread overview]
Message-ID: <178544062274.1.13101024716520424348.rpms-python-pyscf-f6d27cc2fbe8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-pyscf
Branch : rawhide
Commit : f6d27cc2fbe87dee5b735c95a9107c59c498dacd
Author : Susi Lehtola <jussilehtola@fedoraproject.org>
Date : 2026-07-30T19:43:33+00:00
Stats : +33/-27 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/python-pyscf/c/f6d27cc2fbe87dee5b735c95a9107c59c498dacd?branch=rawhide
Log:
Update to 2.14.0.
---
diff --git a/.gitignore b/.gitignore
index 7cd6b24..04b6bee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/pyscf-2.12.0.tar.gz
/pyscf-2.12.1.tar.gz
/pyscf-2.13.0.tar.gz
+/pyscf-2.14.0.tar.gz
diff --git a/pyscf-2.14.0-rpath.patch b/pyscf-2.14.0-rpath.patch
new file mode 100644
index 0000000..f6f35d1
--- /dev/null
+++ b/pyscf-2.14.0-rpath.patch
@@ -0,0 +1,25 @@
+diff -up pyscf-2.14.0/pyscf/lib/CMakeLists.txt.rpath pyscf-2.14.0/pyscf/lib/CMakeLists.txt
+--- pyscf-2.14.0/pyscf/lib/CMakeLists.txt.rpath 2026-07-18 22:19:34.000000000 +0000
++++ pyscf-2.14.0/pyscf/lib/CMakeLists.txt 2026-07-30 19:38:11.967847653 +0000
+@@ -126,21 +126,6 @@ configure_file(
+ # to find config.h
+ include_directories("${PROJECT_BINARY_DIR}")
+
+-# See also https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/RPATH-handling
+-if (WIN32)
+- set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
+- set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--disable-runtime-pseudo-reloc")
+- set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}")
+-elseif (APPLE)
+- set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
+- set(CMAKE_INSTALL_RPATH "@loader_path;@loader_path/deps/lib;@loader_path/deps/lib64")
+- set(CMAKE_BUILD_RPATH "@loader_path;@loader_path/deps/lib;@loader_path/deps/lib64")
+-else ()
+- set(CMAKE_SKIP_BUILD_RPATH True)
+- set(CMAKE_BUILD_WITH_INSTALL_RPATH True)
+- set(CMAKE_INSTALL_RPATH "\$ORIGIN:\$ORIGIN/deps/lib:\$ORIGIN/deps/lib64")
+-endif ()
+-
+ option(ENABLE_FFTW "Using fftw3" OFF)
+ option(BUILD_FFTW "Building fftw3" OFF)
+
diff --git a/pyscf-2.6.0-rpath.patch b/pyscf-2.6.0-rpath.patch
deleted file mode 100644
index c179ae3..0000000
--- a/pyscf-2.6.0-rpath.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -up pyscf-2.6.0/pyscf/lib/CMakeLists.txt.rpath pyscf-2.6.0/pyscf/lib/CMakeLists.txt
---- pyscf-2.6.0/pyscf/lib/CMakeLists.txt.rpath 2024-06-05 07:49:31.865204187 +0000
-+++ pyscf-2.6.0/pyscf/lib/CMakeLists.txt 2024-06-05 07:50:07.691565634 +0000
-@@ -123,19 +123,6 @@ configure_file(
- # to find config.h
- include_directories("${PROJECT_BINARY_DIR}")
-
--# See also https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/RPATH-handling
--if (WIN32)
-- #?
--elseif (APPLE)
-- set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
-- set(CMAKE_INSTALL_RPATH "@loader_path;@loader_path/deps/lib;@loader_path/deps/lib64")
-- set(CMAKE_BUILD_RPATH "@loader_path;@loader_path/deps/lib;@loader_path/deps/lib64")
--else ()
-- set(CMAKE_SKIP_BUILD_RPATH True)
-- set(CMAKE_BUILD_WITH_INSTALL_RPATH True)
-- set(CMAKE_INSTALL_RPATH "\$ORIGIN:\$ORIGIN/deps/lib:\$ORIGIN/deps/lib64")
--endif ()
--
- option(ENABLE_FFTW "Using fftw3" OFF)
- option(BUILD_FFTW "Building fftw3" OFF)
-
diff --git a/python-pyscf.spec b/python-pyscf.spec
index 2ceeacd..ddf6b55 100644
--- a/python-pyscf.spec
+++ b/python-pyscf.spec
@@ -15,8 +15,8 @@
%endif
Name: python-pyscf
-Version: 2.13.0
-Release: 4%{?dist}
+Version: 2.14.0
+Release: 1%{?dist}
Summary: Python module for quantum chemistry
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
License: Apache-2.0
@@ -24,7 +24,7 @@ URL: https://github.com/pyscf/pyscf/
Source0: https://github.com/pyscf/pyscf/archive/v%{version}/pyscf-%{version}.tar.gz
# Disable rpath
-Patch1: pyscf-2.6.0-rpath.patch
+Patch1: pyscf-2.14.0-rpath.patch
# Need to load libpbc before libdft, https://github.com/pyscf/pyscf/pull/2273
Patch2: 2273.patch
@@ -134,6 +134,9 @@ done
%{python3_sitearch}/pyscf/
%changelog
+* Thu Jul 30 2026 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.14.0-1
+- Update to 2.14.0.
+
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 2.13.0-4
- Rebuilt for Python 3.15.0b4 ABI change
diff --git a/sources b/sources
index 751bb76..86bb8be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pyscf-2.13.0.tar.gz) = d54f1415f112b1e86f0489802a71c8b6b3ddac093177db2d7a528f0007b17dd1863bff0c1a1649ae9ef756a0e590865897323f43174193c20a137c25e9af320e
+SHA512 (pyscf-2.14.0.tar.gz) = 1c0a5e3092298bbd5a2ff4eff71acd8359b51d5e38fe729c1c75aca81debf6d019401b35f834b9bf000284859f730e73d7bb9ea44cb17ca8594c3b41e432706c
reply other threads:[~2026-07-30 19:43 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=178544062274.1.13101024716520424348.rpms-python-pyscf-f6d27cc2fbe8@fedoraproject.org \
--to=jussilehtola@fedoraproject.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