Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-scipy for openSUSE:Factory 
checked in at 2024-07-17 15:14:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scipy (Old)
 and      /work/SRC/openSUSE:Factory/.python-scipy.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scipy"

Wed Jul 17 15:14:20 2024 rev:75 rq:1187907 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes        
2024-07-03 20:29:46.891925885 +0200
+++ /work/SRC/openSUSE:Factory/.python-scipy.new.17339/python-scipy.changes     
2024-07-17 15:14:54.773544359 +0200
@@ -1,0 +2,5 @@
+Thu Jul 11 17:55:47 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Fix hpc build: Provide f2py with correct shebang for build-time
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-scipy.spec ++++++
--- /var/tmp/diff_new_pack.3tk6to/_old  2024-07-17 15:14:55.725579223 +0200
+++ /var/tmp/diff_new_pack.3tk6to/_new  2024-07-17 15:14:55.729579369 +0200
@@ -189,11 +189,16 @@
 %endif
 # makes sure that the cython and pythran commands from the correct flavor are 
in PATH
 %python_flavored_alternatives
+origpath="$PATH"
 %{python_expand #
 %if %{with hpc}
+export PATH=$origpath
+mkdir build/hpcflavorbin
 py_ver=%{$python_version}
 %hpc_setup
 module load $python-numpy
+ln -s %{_bindir}/f2py-%{$python_bin_suffix} build/hpcflavorbin/f2py
+export PATH="$PWD/build/hpcflavorbin/:$PATH"
 %endif
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 %{$python_pyproject_wheel}

Reply via email to