Skip to content

Commit

Permalink
Merge pull request #22 from getspams/fix_typo_lapack_opt_setup
Browse files Browse the repository at this point in the history
Fix typo in lapack_opt_info setup
  • Loading branch information
gdurif authored Apr 1, 2022
2 parents e173aa8 + 1c72313 commit b29561c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.5.3
2.6.5.4

0 comments on commit b29561c

Please sign in to comment.