summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-04-16 15:20:39 -0600
committerGitHub <noreply@github.com>2018-04-16 15:20:39 -0600
commit3b79c4405690227087022a943fd78217b700a3f5 (patch)
treeb807531efdcf6a4377875bbbc11de22f12b7eb2c /numpy/distutils/system_info.py
parente39c080f36e8cbaeecf9fcf8b277538318c2abe9 (diff)
parentb3e82b579baafaa2002e51a9cde68643087d455c (diff)
downloadnumpy-3b79c4405690227087022a943fd78217b700a3f5.tar.gz
Merge pull request #10916 from mhsmith/check_embedded_lapack
Add missing underscore to prototype in check_embedded_lapack
Diffstat (limited to 'numpy/distutils/system_info.py')
-rw-r--r--numpy/distutils/system_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
index d12381028..2a3ff2e52 100644
--- a/numpy/distutils/system_info.py
+++ b/numpy/distutils/system_info.py
@@ -1882,7 +1882,7 @@ class openblas_lapack_info(openblas_info):
c = customized_ccompiler()
tmpdir = tempfile.mkdtemp()
- s = """void zungqr();
+ s = """void zungqr_();
int main(int argc, const char *argv[])
{
zungqr_();