Sync from SUSE:SLFO:Main python-numpy revision 46844e40e4bc9aaa43302ef7aace4d3b
This commit is contained in:
parent
089588cb14
commit
5f27e2427c
@ -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>
|
||||
|
||||
|
@ -201,6 +201,7 @@ chmod -x \
|
||||
rm -f PKG-INFO
|
||||
|
||||
%build
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
%define _lto_cflags %{nil}
|
||||
%if %{with hpc}
|
||||
%hpc_setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user