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:
7cd26f7
)
Fix MingW build
author
Martin Köhler
<koehlerm@mpi-magdeburg.mpg.de>
Wed, 26 Oct 2016 14:03:00 +0000
(16:03 +0200)
committer
Martin Köhler
<koehlerm@mpi-magdeburg.mpg.de>
Wed, 26 Oct 2016 14:03:00 +0000
(16:03 +0200)
lapack-netlib/Makefile
patch
|
blob
|
history
diff --git
a/lapack-netlib/Makefile
b/lapack-netlib/Makefile
index
022334f
..
252322b
100644
(file)
--- a/
lapack-netlib/Makefile
+++ b/
lapack-netlib/Makefile
@@
-14,8
+14,10
@@
lib: lapacklib tmglib
clean: cleanlib cleantesting cleanblas_testing cleancblas_testing
lapack_install:
- ( cd INSTALL; $(MAKE); ./testlsame; ./testslamch; ./testdlamch; \
- ./testsecond; ./testdsecnd; ./testieee; ./testversion )
+ ( cd INSTALL; $(MAKE) )
+# MingW build fails if they are executed.
+# ; ./testlsame; ./testslamch; ./testdlamch; \
+# ./testsecond; ./testdsecnd; ./testieee; ./testversion )
blaslib:
( cd BLAS/SRC; $(MAKE) )