From d3b0048cd7de3f87d643cb9ed3c1fa0789734eac Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 13 Dec 2009 11:14:44 +0000 Subject: [PATCH] Let's remove pyOpenCL for now until we really need it. it gives me a headache --- direct/src/p3d/thirdparty.pdef | 6 ------ 1 file changed, 6 deletions(-) diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index d8200d1414..1c1f9d96a5 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -90,12 +90,6 @@ class pyopengl(package): module('OpenGL', 'OpenGL.*') -class pyopencl(package): - config(display_name = "PyOpenCL") - require('panda3d', 'numpy') - - module('pyopencl') - class httplib2(package): config(display_name = "httplib2") require('panda3d')