From 63f14189e307b05b2c6c29281a41244a894f1eb2 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Fri, 26 Jul 2013 01:32:32 +0800 Subject: [PATCH] Refs #259. Fixed missing LAPACK functions in shared library. --- exports/gensymbol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exports/gensymbol b/exports/gensymbol index 894e2d29..0a9729a6 100644 --- a/exports/gensymbol +++ b/exports/gensymbol @@ -2676,7 +2676,7 @@ if ($ARGV[5] == 1) { #NO_LAPACK=1 @underscore_objs = (@blasobjs, @misc_underscore_objs); } elsif (-d "../lapack-3.1.1" || -d "../lapack-3.4.0" || -d "../lapack-3.4.1" || - -d "../lapack-3.4.2") { + -d "../lapack-3.4.2" || -d "../lapack-netlib") { @underscore_objs = (@blasobjs, @lapackobjs, @lapackobjs2, @misc_underscore_objs); } else { @underscore_objs = (@blasobjs, @lapackobjs, @misc_underscore_objs); -- 2.34.1