Skip to content

Commit

Permalink
Merge pull request numpy#10916 from mhsmith/check_embedded_lapack
Browse files Browse the repository at this point in the history
Add missing underscore to prototype in check_embedded_lapack
  • Loading branch information
charris authored Apr 16, 2018
2 parents e39c080 + b3e82b5 commit 3b79c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/distutils/system_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ def check_embedded_lapack(self, info):
c = customized_ccompiler()

tmpdir = tempfile.mkdtemp()
s = """void zungqr();
s = """void zungqr_();
int main(int argc, const char *argv[])
{
zungqr_();
Expand Down

0 comments on commit 3b79c44

Please sign in to comment.