Skip to content

Commit

Permalink
Merge pull request #228 from markito3/add_shell_for_lapack_makefile
Browse files Browse the repository at this point in the history
Add the SHELL variable, defined to be bash, so the double bracket not…
  • Loading branch information
markito3 authored Jan 11, 2022
2 parents 5b98a2d + 398dccb commit 767eb83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile_lapack
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SHELL=/bin/bash
ifndef LAPACK_VERSION
LAPACK_VERSION=3.6.0
endif
Expand Down

0 comments on commit 767eb83

Please sign in to comment.