Skip to content

Commit be48d45

Browse files
committed
numpy: none of the C99 works on Android 6 (seen on one tablet RCS)
1 parent 15a3770 commit be48d45

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
--- a/numpy/core/setup_common.py 2019-01-08 00:21:05.012501539 +0100
2-
+++ b/numpy/core/setup_common.py 2019-01-08 00:21:15.532266407 +0100
3-
@@ -189,7 +189,7 @@
1+
--- a/numpy/core/setup_common.py.orig 2019-01-08 11:27:18.508528536 +0100
2+
+++ b/numpy/core/setup_common.py 2019-01-08 11:29:05.782787928 +0100
3+
@@ -189,8 +189,5 @@
44
]
55
C99_COMPLEX_FUNCS = [
6-
"cabs", "cacos", "cacosh", "carg", "casin", "casinh", "catan",
6+
- "cabs", "cacos", "cacosh", "carg", "casin", "casinh", "catan",
77
- "catanh", "ccos", "ccosh", "cexp", "cimag", "clog", "conj", "cpow",
8-
+ "catanh", "ccos", "ccosh", "cexp", "cimag", "clog", "conj",
9-
"cproj", "creal", "csin", "csinh", "csqrt", "ctan", "ctanh"
8+
- "cproj", "creal", "csin", "csinh", "csqrt", "ctan", "ctanh"
109
]
10+
11+
def fname2def(name):

0 commit comments

Comments
 (0)