Bogdan Opanchuk <manti...@gmail.com> writes:

> Hi Andreas,
>
> On Wed, Aug 1, 2012 at 8:58 AM, Andreas Kloeckner
> <li...@informa.tiker.net> wrote:
>> Actually, this result means exactly the opposite--it means that
>> distutils is innocent, and that something in PyOpenCL screws it up. Can
>> you please run ./configure.py and check what ends up in siteconf.py?
>
> BOOST_INC_DIR = []
> BOOST_LIB_DIR = []
> BOOST_COMPILER = 'gcc43'
> BOOST_PYTHON_LIBNAME = ['boost_python']
> USE_SHIPPED_BOOST = True
> CL_TRACE = False
> CL_ENABLE_GL = False
> CL_ENABLE_DEVICE_FISSION = True
> CL_INC_DIR = []
> CL_LIB_DIR = []
> CL_LIBNAME = []
> CXXFLAGS = ['-arch', 'i386', '-arch', 'x86_64', '-isysroot',
> '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk']
> LDFLAGS = ['-arch', 'i386', '-arch', 'x86_64', '-isysroot',
> '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk',
> '-Wl', '-framework', 'OpenCL']
>

Ah, ok. It really does get split here already.

Should be fixed in git.

Andreas

_______________________________________________
PyOpenCL mailing list
PyOpenCL@tiker.net
http://lists.tiker.net/listinfo/pyopencl

Reply via email to