Re: [PyCuda] OS X 10.5.7

2009-05-21 Thread Eli Bressert
Okay, found the issue this morning. If you have installed Enthought's Python Distribution (EPD) installed, it's Python headers point to the OS X Python headers (bad). This proves quite a problem when you are trying to access PyCUDA in EPD's Python interpreter and boost is pointing to a different

Re: [PyCuda] OS X 10.5.7

2009-05-21 Thread Paul Rigor (uci)
Which video card are you using? On Thu, May 21, 2009 at 7:53 PM, Eli Bressert ebress...@cfa.harvard.eduwrote: Okay, found the issue this morning. If you have installed Enthought's Python Distribution (EPD) installed, it's Python headers point to the OS X Python headers (bad). This proves

Re: [PyCuda] OS X 10.5.7

2009-05-20 Thread Paul Rigor (ucla)
Make sure you have the folder containing libboost_python-xgcc40-mt-1_37.dylib in the DYLIB_LIBRARY_PATH. Paul On Wed, May 20, 2009 at 11:09 AM, Eli Bressert ebress...@cfa.harvard.eduwrote: Yep, that fixed it. Thanks for spotting the type. One other error came though. I ran the test_driver.py

Re: [PyCuda] OS X 10.5.7

2009-05-20 Thread Eli Bressert
Just to note, the boost installation placed the dylibs in the pool/lib directory while using the default build options. Eli On Wed, May 20, 2009 at 2:37 PM, Eli Bressert ebress...@cfa.harvard.edu wrote: So I should have something like this in the .bash_profile file? I'm still getting the

[PyCuda] OS X 10.5.7

2009-05-19 Thread Eli Bressert
Hi Everyone, I'm trying to install PyCuda 0.9.2 on OS X 10.5.7. Currently, I have CUDA 2.2 and Boost 1.37 (self-installed using gcc 4.0). Following a similar scheme to the PyCuda installation I had the Boost files placed in $HOME/pool/. To configure the pycuda install I did python configure.py \

Re: [PyCuda] OS X 10.5.7

2009-05-19 Thread Eli Bressert
Hi Paul, The siteconf.py values are below. I hope that helps and thanks for the help. Cheers, Eli BOOST_INC_DIR = ['/Users/bb/pool/include/boost-1_37'] BOOST_LIB_DIR = ['/Users/bb/pool/lib'] BOOST_PYTHON_LIBNAME = ['boost_python-xgcc40-mt'] CUDA_TRACE = False CUDA_ROOT = '/user/local/cuda'

Re: [PyCuda] OS X 10.5.7

2009-05-19 Thread Andreas Klöckner
On Mittwoch 20 Mai 2009, Eli Bressert wrote: CUDA_ROOT = '/user/local/cuda' ^^ Typo? Andreas signature.asc Description: This is a digitally signed message part. ___ PyCuda mailing list PyCuda@tiker.net

Re: [PyCuda] OS X 10.5.7

2009-05-19 Thread Paul Rigor (ucla)
Good eye!! On Tue, May 19, 2009 at 10:08 PM, Andreas Klöckner li...@informa.tiker.netwrote: On Mittwoch 20 Mai 2009, Eli Bressert wrote: CUDA_ROOT = '/user/local/cuda' ^^ Typo? Andreas ___ PyCuda mailing list