[packages/bullet] - avoid misdetection of intel/nvidia OpenCL
qboosh
qboosh at pld-linux.org
Mon Dec 2 16:08:31 CET 2013
commit 8780d1afb6933a4fe08984f9fcf6c202b8fdbe08
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Dec 2 16:09:44 2013 +0100
- avoid misdetection of intel/nvidia OpenCL
bullet.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/bullet.spec b/bullet.spec
index 0abe7c5..760b6cc 100644
--- a/bullet.spec
+++ b/bullet.spec
@@ -54,6 +54,8 @@ install -d pkgbuild
cd pkgbuild
%cmake .. \
%{!?with_opencl_amd:-DAMD_OPENCL_BASE_DIR:BOOL=OFF} \
+ %{!?with_opencl_intel:-DINTEL_OPENCL_BASE_DIR:BOOL=OFF} \
+ %{!?with_opencl_nvidia:-DNVIDIA_OPENCL_BASE_DIR:BOOL=OFF} \
-DBUILD_DEMOS=OFF \
-DBUILD_EXTRAS=ON \
-DBUILD_MULTITHREADING=ON \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bullet.git/commitdiff/8780d1afb6933a4fe08984f9fcf6c202b8fdbe08
More information about the pld-cvs-commit
mailing list