From 669cd13c692cfe8476e24dad3d42bbbd94547727 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 7 Dec 2019 14:40:48 +0200 Subject: ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalg Revise the BLAS name mangling to support the general scheme. --- numpy/testing/_private/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing/_private/utils.py') diff --git a/numpy/testing/_private/utils.py b/numpy/testing/_private/utils.py index 8599222d3..23267a9e1 100644 --- a/numpy/testing/_private/utils.py +++ b/numpy/testing/_private/utils.py @@ -54,7 +54,7 @@ verbose = 0 IS_PYPY = platform.python_implementation() == 'PyPy' HAS_REFCOUNT = getattr(sys, 'getrefcount', None) is not None -HAS_LAPACK64 = hasattr(numpy.__config__, 'lapack64__opt_info') +HAS_LAPACK64 = hasattr(numpy.__config__, 'lapack_ilp64_opt_info') def import_nose(): -- cgit v1.2.1