Check new LAPACK version in generating shared library.
This commit is contained in:
parent
0a696bd4ce
commit
70abe10fc0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue