[clblas] 21/125: CUDA uses Win32 to store 32 bit libraries
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clblas.
commit bffcca7065ce4cd47f48cc2a3c2ad979ae7e6256
Author: Pavan Yalamanchili <pavan at accelereyes.com>
Date: Wed Sep 11 18:21:28 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 7398e03..4491269 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/clblas.git
More information about the debian-science-commits
mailing list