Browse Source

Fix MingW build

tags/v0.2.20^2
Martin Köhler 9 years ago
parent
commit
5af06c764a
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      lapack-netlib/Makefile

+ 4
- 2
lapack-netlib/Makefile View File

@@ -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) )


Loading…
Cancel
Save