Skip to content

Commit 836c7fb

Browse files
authored
Revert addition of test_install target
1 parent ddb6cee commit 836c7fb

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

Makefile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ endif
3434

3535
LAPACK_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

4242
all :: libs netlib $(RELA) tests shared
@@ -155,11 +155,6 @@ endif
155155
endif
156156
endif
157157

158-
test_install :
159-
mkdir -p install
160-
PREFIX=install $(MAKE) install
161-
$(MAKE) -C test_install all
162-
163158
libs :
164159
ifeq ($(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.

0 commit comments

Comments
 (0)