Patagonicus / opencl

go-opencl is a wrapper around the C OpenCL 1.2 API for Go
MIT License
8 stars 2 forks source link

ld: library not found for -lOpenCL on mac os x 10.12.3 #1

Open linkerlin opened 7 years ago

linkerlin commented 7 years ago

$ go run -v main.go github.com/Patagonicus/opencl ld: library not found for -lOpenCL clang: error: linker command failed with exit code 1 (use -v to see invocation)


with golang 1.8

shuwang1 commented 4 years ago

how to solve this?