bugfix for cross compiling
authorWerner Saar <wernsaar@googlemail.com>
Fri, 20 Nov 2015 12:47:22 +0000 (13:47 +0100)
committerWerner Saar <wernsaar@googlemail.com>
Fri, 20 Nov 2015 12:47:22 +0000 (13:47 +0100)
lapack-netlib/INSTALL/Makefile
lapack-netlib/Makefile

index 7f7ecc0..6760df0 100644 (file)
@@ -1,7 +1,8 @@
 include ../make.inc
 
 .SUFFIXES : .o .f 
-all:  testlsame testslamch testdlamch testsecond testdsecnd testieee testversion 
+# all:  testlsame testslamch testdlamch testsecond testdsecnd testieee testversion 
+all: slamch.o dlamch.o
 
 testlsame:  lsame.o lsametst.o
        $(LOADER) $(LOADOPTS) -o testlsame lsame.o lsametst.o
index abab588..3b0b660 100644 (file)
@@ -14,8 +14,7 @@ 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); )
 
 blaslib:
        ( cd BLAS/SRC; $(MAKE) )