summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Smith <smith@chaquo.com>2018-04-16 14:04:24 +0100
committerAllan Haldane <allan.haldane@gmail.com>2018-04-23 15:02:57 -0400
commit0f016592ed6fa1266e95d4985598137b3906c492 (patch)
tree5e86f561e82019b5119037da993fd40e5f2c8fd6
parentc79fa6c18d9248d68b001d38dae68e420621b344 (diff)
downloadnumpy-0f016592ed6fa1266e95d4985598137b3906c492.tar.gz
Add missing underscore to prototype in check_embedded_lapack
-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 bea120cf9..93a8e6f75 100644
--- a/numpy/distutils/system_info.py
+++ b/numpy/distutils/system_info.py
@@ -1876,7 +1876,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_();