We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b9e969 + 37f46f2 commit 37d456fCopy full SHA for 37d456f
1 file changed
Makefile
@@ -328,7 +328,7 @@ lapack-test :
328
$(MAKE) -j 1 -C $(NETLIB_LAPACK_DIR)/TESTING/EIG xeigtstc xeigtstd xeigtsts xeigtstz
329
$(MAKE) -j 1 -C $(NETLIB_LAPACK_DIR)/TESTING/LIN xlintstc xlintstd xlintstds xlintstrfd xlintstrfz xlintsts xlintstz xlintstzc xlintstrfs xlintstrfc
330
ifneq ($(CROSS), 1)
331
- ( cd $(NETLIB_LAPACK_DIR)/INSTALL; make all; ./testlsame; ./testslamch; ./testdlamch; \
+ ( cd $(NETLIB_LAPACK_DIR)/INSTALL; $(MAKE) all; ./testlsame; ./testslamch; ./testdlamch; \
332
./testsecond; ./testdsecnd; ./testieee; ./testversion )
333
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING)
334
endif
0 commit comments