File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast -O -Og -Os,$(LAPACK_FFLAGS))
4040SUBDIRS_ALL = $(SUBDIRS ) test ctest utest exports benchmark ../laswp ../bench cpp_thread_test
4141
4242.PHONY : all libs netlib $(RELA ) test ctest shared install
43- .NOTPARALLEL : all libs $( RELA ) prof lapack-test install blas-test
43+ .NOTPARALLEL : shared
4444
45- all :: libs netlib $( RELA ) tests shared
45+ all :: tests
4646 @echo
4747 @echo " OpenBLAS build complete. ($( LIB_COMPONENTS) )"
4848 @echo
@@ -150,7 +150,7 @@ ifeq ($(OSNAME), CYGWIN_NT)
150150endif
151151endif
152152
153- tests : libs netlib $( RELA ) shared
153+ tests : shared
154154ifeq ($(NOFORTRAN ) , $(filter 0,$(NOFORTRAN ) ) )
155155 touch $(LIBNAME)
156156ifndef NO_FBLAS
You can’t perform that action at this time.
0 commit comments