This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
Split LAPACKE 3.7.0 obj list (take 2)
Missed the splitting of the actual ar call
tags/v0.2.20^2
Martin Kroeker
GitHub
8 years ago
parent
9f5cfd43dc
commit
7611a41f40
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
lapack-netlib/LAPACKE/src/Makefile
+ 2
- 1
lapack-netlib/LAPACKE/src/Makefile
View File
@@ -2381,7 +2381,8 @@ endif
all: ../../$(LAPACKELIB)
../../$(LAPACKELIB): $(ALLOBJA) $(ALLOBJB) $(ALLXOBJ) $(DEPRECATED)
$(ARCH) $(ARCHFLAGS) $@ $(ALLOBJA) $(ALLOBJB) $(ALLXOBJ) $(DEPRECATED)
$(ARCH) $(ARCHFLAGS) $@ $(ALLOBJA)
$(ARCH) $(ARCHFLAGS) $@ $(ALLOBJB) $(ALLXOBJ) $(DEPRECATED)
$(RANLIB) $@
.c.o:
Write
Preview
Loading…
Cancel
Save