On Montag 08 März 2010, Daniel Kubas wrote:
> However I just can't find the piece which is 
> not in 32 bit.

Is your boost library 32-bit?
Ian (I believe) wrote this here on the wiki at one point:

Since CUDA is 32-bit-only, boost needs to be built to match. On a Snow
Leopard Mac, replace the boostrap and bjam commands with:

$ ./bootstrap.sh --prefix=$HOME/pool --libdir=$HOME/pool/lib --with-
libraries=signals,thread,python 
$ ./bjam address-model=32_64 architecture=x86 variant=release link=shared 
install 

The architecture setting comes from
http://old.nabble.com/Boost-on-Snow-Leopard-failing-to-build-32-bit-target-
td25218466.html
and is the key to not getting "the architecture is invalid" error when
running PyCuda's tests. 

(see http://wiki.tiker.net/BoostInstallationHowto)

HTH,
Andreas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PyCUDA mailing list
pyc...@host304.hostmonster.com
http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net

Reply via email to