Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit b29561cb authored by gdurif's avatar gdurif Committed by GitHub
Browse files

Merge pull request #22 from getspams/fix_typo_lapack_opt_setup

Fix typo in lapack_opt_info setup
parents e173aa8b 1c723134
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ def get_config():
lapack_opt_info = np.__config__.lapack_opt_info
except:
try:
lapack_opt_info = np.__config__.bla_ilp64_opt_info
lapack_opt_info = np.__config__.lapack_ilp64_opt_info
except:
lapack_opt_info = None
......
2.6.5.3
2.6.5.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment