This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Check new LAPACK version in generating shared library.
tags/v0.1.0^2
Xianyi Zhang
14 years ago
parent
0a696bd4ce
commit
70abe10fc0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
exports/gensymbol
+ 1
- 1
exports/gensymbol
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save