Tomáš Chvátal 2020-04-06 09:35:56 +00:00 committed by Git OBS Bridge
parent 15b9cb7d6d
commit 9a9699ccf7

View File

@ -107,6 +107,10 @@ 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
# https://github.com/numba/numba/issues/5179
rm numba/tests/test_hashing.py
# as we reduced the amount of tests:
sed -i -e 's:5000:3000:' numba/tests/test_runtests.py
%build
export CFLAGS="%{optflags} -fPIC"