mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
python-numpy: link against libopenblas
This commit is contained in:
11
packages/python-numpy/test.patch
Normal file
11
packages/python-numpy/test.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/numpy/core/tests/test_mem_policy.py
|
||||
+++ b/numpy/core/tests/test_mem_policy.py
|
||||
@@ -18,6 +18,8 @@
|
||||
"""
|
||||
if sys.platform.startswith('cygwin'):
|
||||
pytest.skip('link fails on cygwin')
|
||||
+ if os.path.exists("/system/bin/app_process"):
|
||||
+ pytest.skip('link fails on Android')
|
||||
functions = [
|
||||
("get_default_policy", "METH_NOARGS", """
|
||||
Py_INCREF(PyDataMem_DefaultHandler);
|
||||
Reference in New Issue
Block a user