Skip to content
Snippets Groups Projects
Commit cebb8016 authored by John Romein's avatar John Romein
Browse files

Fix for Ubuntu.

parent 8281a778
No related branches found
No related tags found
No related merge requests found
Pipeline #58720 passed
......@@ -10,7 +10,7 @@ CC= gcc
CXX= g++ #-Wno-deprecated-declarations
NVCC= nvcc
INCLUDES= -I.
CUDAWRAPPERS_LIBDIR=external/cuda-wrappers/build-${ARCH}/lib64
CUDAWRAPPERS_LIBDIR=external/cuda-wrappers/build-${ARCH}
CUDAWRAPPERS_INCLUDE=external/cuda-wrappers/include
CUDAWRAPPERSFLAGS= -Xlinker -rpath=${CUDAWRAPPERS_LIBDIR} ${CUDAWRAPPERS_LIBDIR}/cudawrappers-cu.so ${CUDAWRAPPERS_LIBDIR}/cudawrappers-nvrtc.so
INCLUDES+= -I$(CUDA_INCLUDE) -I${CUDAWRAPPERS_INCLUDE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment