Browse Source

Fixed #16. Print the user-friendly message when detecting CPU failed.

tags/v0.1alpha2
Xianyi Zhang 14 years ago
parent
commit
2aab238c61
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@@ -96,6 +96,9 @@ endif
endif

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)
for d in $(SUBDIRS) ; \
do if test -d $$d; then \


Loading…
Cancel
Save