Accepting request 706486 from home:marxin:branches:devel:languages:python:numeric
- Disable LTO in order to address boo#1136831. OBS-URL: https://build.opensuse.org/request/show/706486 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=28
This commit is contained in:
parent
c9bf903fb6
commit
58be9ab6dc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 30 06:51:14 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Disable LTO in order to address boo#1136831.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 28 20:37:45 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue May 28 20:37:45 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -172,6 +172,7 @@ This package contains files for developing applications using numpy.
|
|||||||
sed -i '1s/^#!.*$//' numpy/{compat/setup,distutils/{conv_template,cpuinfo,exec_command,from_template,setup,system_info},f2py/{__init__,auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,f2py2e,f90mod_rules,func2subr,rules,setup,use_rules},ma/{setup,bench},matrixlib/setup,setup,testing/{print_coercion_tables,setup}}.py
|
sed -i '1s/^#!.*$//' numpy/{compat/setup,distutils/{conv_template,cpuinfo,exec_command,from_template,setup,system_info},f2py/{__init__,auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,f2py2e,f90mod_rules,func2subr,rules,setup,use_rules},ma/{setup,bench},matrixlib/setup,setup,testing/{print_coercion_tables,setup}}.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
%if %{with hpc}
|
%if %{with hpc}
|
||||||
%hpc_setup
|
%hpc_setup
|
||||||
module load openblas
|
module load openblas
|
||||||
|
Loading…
Reference in New Issue
Block a user