Re: [Numpy-discussion] Building numpy on Solaris x86 with sun CC and libsunperf

2007-04-19 Thread David M. Cooke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter C. Norton wrote: Hello all, I'm trying to build numpy for some of my users, and I can't seem to get the [blas_opt] or the [lapack_opt] settings to be honored in my site.cfg: $ CFLAGS=-L$STUDIODIR/lib/ -l=sunperf

[Numpy-discussion] Building numpy on Solaris x86 with sun CC and libsunperf

2007-04-18 Thread Peter C. Norton
Hello all, I'm trying to build numpy for some of my users, and I can't seem to get the [blas_opt] or the [lapack_opt] settings to be honored in my site.cfg: $ CFLAGS=-L$STUDIODIR/lib/ -l=sunperf CPPFLAGS='-DNO_APPEND_FORTRAN' \ /scratch/nortonp/python-2.5.1c1/bin/python setup.py config Running