This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Adjust build rules for ?chkee.F
tags/v0.3.14^2
Martin Kroeker
GitHub
4 years ago
parent
9cf861e8fa
commit
90c1776c86
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
lapack-netlib/TESTING/EIG/Makefile
+ 4
- 4
lapack-netlib/TESTING/EIG/Makefile
View File
@@ -157,11 +157,11 @@ cleanobj:
cleanexe:
rm -f xeigtst*
schkee.o: schkee.
f
schkee.o: schkee.
F
$(FC) $(FFLAGS_DRV) -c -o $@ $<
dchkee.o: dchkee.
f
dchkee.o: dchkee.
F
$(FC) $(FFLAGS_DRV) -c -o $@ $<
cchkee.o: cchkee.
f
cchkee.o: cchkee.
F
$(FC) $(FFLAGS_DRV) -c -o $@ $<
zchkee.o: zchkee.
f
zchkee.o: zchkee.
F
$(FC) $(FFLAGS_DRV) -c -o $@ $<
Write
Preview
Loading…
Cancel
Save