Fixed #16. Print the user-friendly message when detecting CPU failed.
This commit is contained in:
parent
b8d93812f0
commit
2aab238c61
3
Makefile
3
Makefile
|
@ -96,6 +96,9 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libs :
|
libs :
|
||||||
|
ifeq ($(CORE), UNKOWN)
|
||||||
|
$(error OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.)
|
||||||
|
endif
|
||||||
-ln -fs $(LIBNAME) libopenblas.$(LIBSUFFIX)
|
-ln -fs $(LIBNAME) libopenblas.$(LIBSUFFIX)
|
||||||
for d in $(SUBDIRS) ; \
|
for d in $(SUBDIRS) ; \
|
||||||
do if test -d $$d; then \
|
do if test -d $$d; then \
|
||||||
|
|
Loading…
Reference in New Issue