Skip to content

Commit 36bcfa6

Browse files
committed
Major update to add new features to LDMatrix data structure + support for LDLinearOperator.
1 parent 66a2fc6 commit 36bcfa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def find_blas_libraries():
5858
try:
5959
blas_packages = [pkg for pkg in pkgconfig.list_all()
6060
if "blas" in pkg]
61-
except FileNotFoundError:
61+
except Exception as e:
62+
print(e)
6263
blas_packages = []
6364

6465
# First check: Make sure that compiler flags are defined and a

0 commit comments

Comments
 (0)