projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c543714
)
Refs #259. Fixed missing LAPACK functions in shared library.
author
Zhang Xianyi
<traits.zhang@gmail.com>
Thu, 25 Jul 2013 17:32:32 +0000
(
01:32
+0800)
committer
Zhang Xianyi
<traits.zhang@gmail.com>
Thu, 25 Jul 2013 17:32:32 +0000
(
01:32
+0800)
exports/gensymbol
patch
|
blob
|
history
diff --git
a/exports/gensymbol
b/exports/gensymbol
index 894e2d2912a400b3d86dc3254655c0483d8ffdb0..0a9729a6c0b23ded492ea77a48bf5bc4d294b755 100644
(file)
--- a/
exports/gensymbol
+++ b/
exports/gensymbol
@@
-2676,7
+2676,7
@@
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" ||
- -d "../lapack-3.4.2") {
+ -d "../lapack-3.4.2"
|| -d "../lapack-netlib"
) {
@underscore_objs = (@blasobjs, @lapackobjs, @lapackobjs2, @misc_underscore_objs);
} else {
@underscore_objs = (@blasobjs, @lapackobjs, @misc_underscore_objs);