Fixed #147: LAPACK symbols were not being exported for version 3.4.2
authorZaheer Chothia <zaheer.chothia@gmail.com>
Fri, 12 Oct 2012 21:44:23 +0000 (23:44 +0200)
committerZaheer Chothia <zaheer.chothia@gmail.com>
Fri, 12 Oct 2012 21:44:23 +0000 (23:44 +0200)
.gitignore
exports/gensymbol

index 118205c..aaa1b31 100644 (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
index 64c92d3..c492eef 100644 (file)
 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);