summaryrefslogtreecommitdiff
path: root/system_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'system_info.py')
-rw-r--r--system_info.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/system_info.py b/system_info.py
index 641e23bcf..3e53b3a18 100644
--- a/system_info.py
+++ b/system_info.py
@@ -1158,6 +1158,8 @@ from distutils.util import get_platform
class lapack_opt_info(system_info):
+ notfounderror = LapackNotFoundError
+
def calc_info(self):
if sys.platform=='darwin' and not os.environ.get('ATLAS',None):
@@ -1253,6 +1255,8 @@ class lapack_opt_info(system_info):
class blas_opt_info(system_info):
+ notfounderror = BlasNotFoundError
+
def calc_info(self):
if sys.platform=='darwin' and not os.environ.get('ATLAS',None):