Sync from SUSE:SLFO:Main python-numpy revision 46844e40e4bc9aaa43302ef7aace4d3b

This commit is contained in:
Adrian Schröter 2025-02-20 10:02:41 +01:00
parent 089588cb14
commit 5f27e2427c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 14 19:51:20 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Avoid writing non-deterministic .pyc files during build
for reproducible builds (jsc#PED-12137)
-------------------------------------------------------------------
Thu Oct 24 12:21:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -201,6 +201,7 @@ chmod -x \
rm -f PKG-INFO
%build
export PYTHONDONTWRITEBYTECODE=1
%define _lto_cflags %{nil}
%if %{with hpc}
%hpc_setup