[clfft] 18/109: CUDA uses Win32 to store 32 bit libraries
Jérôme Kieffer
kieffer-guest at moszumanska.debian.org
Wed May 20 07:29:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
kieffer-guest pushed a commit to branch debian
in repository clfft.
commit 2b1227f01fe78cafd4a0bb623ed078dca1fc7725
Author: Pavan Yalamanchili <pavan at accelereyes.com>
Date: Wed Sep 11 18:23:58 2013 -0400
CUDA uses Win32 to store 32 bit libraries
---
src/FindOpenCL.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/FindOpenCL.cmake b/src/FindOpenCL.cmake
index 374cf0d..ab58252 100644
--- a/src/FindOpenCL.cmake
+++ b/src/FindOpenCL.cmake
@@ -85,7 +85,7 @@ else( )
${OPENCL_ROOT}/lib
ENV AMDAPPSDKROOT/lib
DOC "OpenCL dynamic library path"
- PATH_SUFFIXES x86
+ PATH_SUFFIXES x86 Win32
)
endif( )
mark_as_advanced( OPENCL_LIBRARIES )
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list