OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=37
This commit is contained in:
parent
2719c9a77b
commit
15b9cb7d6d
@ -100,6 +100,14 @@ This package contains files for developing applications using numba.
|
||||
%autopatch -p1
|
||||
sed -i '1{\@^#!%{_bindir}/env python@d}' numba/appdirs.py
|
||||
|
||||
# due to new numpy version tests now fail
|
||||
# Remove this with version update! (>0.48.0)
|
||||
# https://github.com/numba/numba/issues/5251
|
||||
rm numba/tests/test_np_functions.py
|
||||
rm numba/tests/test_ufuncs.py
|
||||
rm numba/tests/test_array_manipulation.py
|
||||
rm numba/tests/test_array_reductions.py
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -fPIC"
|
||||
%python_build
|
||||
|
Loading…
Reference in New Issue
Block a user