Skip to content

Commit

Permalink
makefile: add both lib and lib64 to the cuda library path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangqing committed Nov 25, 2013
1 parent 3f57281 commit c632b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TEST_BINS := ${TEST_OBJS:.o=.testbin}
# Derive include and lib directories
##############################
CUDA_INCLUDE_DIR := $(CUDA_DIR)/include
CUDA_LIB_DIR := $(CUDA_DIR)/lib64
CUDA_LIB_DIR := $(CUDA_DIR)/lib64 $(CUDA_DIR)/lib
MKL_INCLUDE_DIR := $(MKL_DIR)/include
MKL_LIB_DIR := $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64

Expand Down

0 comments on commit c632b4f

Please sign in to comment.