Fixed #147: LAPACK symbols were not being exported for version 3.4.2

This commit is contained in:
Zaheer Chothia 2012-10-12 23:44:23 +02:00
parent 6c5899dff5
commit ca4136cf41
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -8,6 +8,8 @@ lapack-3.1.1
lapack-3.1.1.tgz
lapack-3.4.1
lapack-3.4.1.tgz
lapack-3.4.2
lapack-3.4.2.tgz
*.so
*.a
.svn

View File

@ -2669,7 +2669,8 @@
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") {
} elsif (-d "../lapack-3.1.1" || -d "../lapack-3.4.0" || -d "../lapack-3.4.1" ||
-d "../lapack-3.4.2") {
@underscore_objs = (@blasobjs, @lapackobjs, @lapackobjs2, @misc_underscore_objs);
} else {
@underscore_objs = (@blasobjs, @lapackobjs, @misc_underscore_objs);