File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast,$(LAPACK_FFLAGS ) )
3636
37- SUBDIRS_ALL = $(SUBDIRS ) test ctest utest test_install exports benchmark ../laswp ../bench cpp_thread_test
37+ SUBDIRS_ALL = $(SUBDIRS ) test ctest utest exports benchmark ../laswp ../bench cpp_thread_test
3838
39- .PHONY : all libs netlib $(RELA ) test ctest test_install shared install
39+ .PHONY : all libs netlib $(RELA ) test ctest shared install
4040.NOTPARALLEL : all libs $(RELA ) prof lapack-test install blas-test
4141
4242all :: libs netlib $(RELA ) tests shared
@@ -155,11 +155,6 @@ endif
155155endif
156156endif
157157
158- test_install :
159- mkdir -p install
160- PREFIX=install $(MAKE ) install
161- $(MAKE ) -C test_install all
162-
163158libs :
164159ifeq ($(CORE ) , UNKNOWN)
165160 $(error OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.)
@@ -404,5 +399,4 @@ endif
404399 @$(MAKE) -C relapack clean
405400 @rm -f *.grd Makefile.conf_last config_last.h
406401 @(cd $(NETLIB_LAPACK_DIR)/TESTING && rm -f x* *.out testing_results.txt)
407- @rm -rf install
408402 @echo Done.
You can’t perform that action at this time.
0 commit comments