Check new LAPACK version in generating shared library.

This commit is contained in:
Xianyi Zhang 2012-03-07 23:14:25 +08:00
parent 0a696bd4ce
commit 70abe10fc0
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@
if ($ARGV[5] == 1) {
#NO_LAPACK=1
@objs = (@blasobjs);
} elsif (-d "../lapack-3.1.1") {
} elsif (-d "../lapack-3.1.1" || -d "../lapack-3.4.0") {
@objs = (@blasobjs, @lapackobjs, @lapackobjs2);
} else {
@objs = (@blasobjs, @lapackobjs);