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
Fixed the bug about testing the exist of lapack tar package.
tags/v0.2.7
Zhang Xianyi
12 years ago
parent
79120bf9a0
commit
947457fb7c
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
Makefile
+ 0
- 2
Makefile
View File
@@ -263,7 +263,6 @@ LAPACK_URL=http://www.netlib.org/lapack/lapack-3.4.2.tgz
lapack-3.4.2.tgz :
ifndef NOFORTRAN
if [ ! -a $< ]; then
#http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or
ifeq ($(OSNAME), $(filter $(OSNAME),Darwin NetBSD))
curl -O $(LAPACK_URL);
@@ -274,7 +273,6 @@ else
wget -O $@ $(LAPACK_URL);
endif
endif
fi
endif
large.tgz :
Write
Preview
Loading…
Cancel
Save