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:
79120bf
)
Fixed the bug about testing the exist of lapack tar package.
author
Zhang Xianyi
<traits.zhang@gmail.com>
Fri, 24 May 2013 07:52:35 +0000
(15:52 +0800)
committer
Zhang Xianyi
<traits.zhang@gmail.com>
Fri, 24 May 2013 07:52:35 +0000
(15:52 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2668ab3
..
c6aa96a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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 :