# Settings that the LAMMPS build will import when this package library is used
# settings for Nvidia CUDA and OpenCL builds
ifeq ($(CUDA_HOME),)
CUDA_HOME=/usr/local/cuda
endif
gpu_SYSINC =
gpu_SYSLIB = -lcudart -lcuda
gpu_SYSPATH = -L$(CUDA_HOME)/lib64 -L$(CUDA_HOME)/lib64/stubs