From 5c9a773bb6e994889354c181de5a872e867aa35b Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Sun, 26 Oct 2014 00:35:25 +0000 Subject: [PATCH] Maybe some stuff changed --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b5ad1eb..29dccbb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc GPU=1 -COMMON=-Wall -Wfatal-errors `pkg-config --cflags opencv` -I/usr/local/cuda/include/ +COMMON=-Wall -Wfatal-errors `pkg-config --cflags opencv` -I/usr/local/cuda/include/ -I/usr/local/clblas/include/ ifeq ($(GPU), 1) COMMON+=-DGPU else @@ -15,7 +15,7 @@ else OPTS+= -march=native ifeq ($(GPU), 1) -LDFLAGS= -lOpenCL +LDFLAGS= -lOpenCL -lclBLAS endif endif CFLAGS= $(COMMON) $(OPTS) -- Gitblit v1.10.0