Hi Bogdan,

Bogdan Opanchuk <manti...@gmail.com> writes:
>> This is a bit mystifying. Where does that config option come from in
>> your case? Can you check your siteconf.py or ~/.aksetup-defaults.py? If
>> it's not coming from there, the default should pass the correct, unsplit
>> (i.e. with comma) version to distutils. You can check this by putting
>>
>> print conf["LDFLAGS"]
>>
>> into setup.py before the call to setup(). If the correct thing is passed
>> to distutils and it still comes out split, then that's a distutils
>> issue. Otherwise, please report back, and we'll investigate.
>
> It seems that the incorrect value is indeed coming from distutils. If
> I remove siteconf.py and just run "setup.py build", the flags are
> correct (and siteconf.py is not created).

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?

Thanks,
Andreas


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

Reply via email to