Update Makefile
This commit is contained in:
parent
187233953c
commit
c329de2931
2
Makefile
2
Makefile
|
@ -131,7 +131,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libs :
|
libs :
|
||||||
ifeq ($(CORE), UNKOWN)
|
ifeq ($(CORE), UNKNOWN)
|
||||||
$(error OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.)
|
$(error OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.)
|
||||||
endif
|
endif
|
||||||
ifeq ($(NOFORTRAN), 1)
|
ifeq ($(NOFORTRAN), 1)
|
||||||
|
|
Loading…
Reference in New Issue