We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afc561 commit 37f46f2Copy full SHA for 37f46f2
1 file changed
Makefile
@@ -317,7 +317,7 @@ lapack-test :
317
$(MAKE) -j 1 -C $(NETLIB_LAPACK_DIR)/TESTING/EIG xeigtstc xeigtstd xeigtsts xeigtstz
318
$(MAKE) -j 1 -C $(NETLIB_LAPACK_DIR)/TESTING/LIN xlintstc xlintstd xlintstds xlintstrfd xlintstrfz xlintsts xlintstz xlintstzc xlintstrfs xlintstrfc
319
ifneq ($(CROSS), 1)
320
- ( cd $(NETLIB_LAPACK_DIR)/INSTALL; make all; ./testlsame; ./testslamch; ./testdlamch; \
+ ( cd $(NETLIB_LAPACK_DIR)/INSTALL; $(MAKE) all; ./testlsame; ./testslamch; ./testdlamch; \
321
./testsecond; ./testdsecnd; ./testieee; ./testversion )
322
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING)
323
endif
0 commit comments