Skip to content

Commit 63f1418

Browse files
committed
Refs #259. Fixed missing LAPACK functions in shared library.
1 parent c543714 commit 63f1418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exports/gensymbol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2676,7 +2676,7 @@ if ($ARGV[5] == 1) {
26762676
#NO_LAPACK=1
26772677
@underscore_objs = (@blasobjs, @misc_underscore_objs);
26782678
} elsif (-d "../lapack-3.1.1" || -d "../lapack-3.4.0" || -d "../lapack-3.4.1" ||
2679-
-d "../lapack-3.4.2") {
2679+
-d "../lapack-3.4.2" || -d "../lapack-netlib") {
26802680
@underscore_objs = (@blasobjs, @lapackobjs, @lapackobjs2, @misc_underscore_objs);
26812681
} else {
26822682
@underscore_objs = (@blasobjs, @lapackobjs, @misc_underscore_objs);

0 commit comments

Comments
 (0)