On Sun, May 27, 2007 at 12:29:30PM -0600, Travis Oliphant wrote:
> Yang, Lu wrote:
> > Thanks, Travis. I don't have problem building other applications on the
> > same platform.
> > Are there any files in the extracted /numpy-1.0.3 that I can modify the
> > path of the C
> > compiler? I have chec
Yang, Lu wrote:
> Thanks, Travis. I don't have problem building other applications on the same
> platform.
> Are there any files in the extracted /numpy-1.0.3 that I can modify the path
> of the C
> compiler? I have checked all the files in it withouth luck.
>
The C-compiler that is used is t
Thanks, Travis. I don't have problem building other applications on the same
platform.
Are there any files in the extracted /numpy-1.0.3 that I can modify the path of
the C
compiler? I have checked all the files in it withouth luck.
Thanks a lot.
Quoting Travis Oliphant <[EMAIL PROTECTED]>:
>
Yang, Lu wrote:
> Hi,
> I am installing Numpy 1.0.3 on Solaris 10. I am new to Numpy install. Here
> are what I
> did and the result of 'python setup.py install'. Please help. Thanks in
> advance.
>
>
[snip]
> C compiler: /opt/SUNWspro/bin/cc -i -xO4 -xspace -xstrconst -xpentium -mr
> -DANSIC
Hi,
I am installing Numpy 1.0.3 on Solaris 10. I am new to Numpy install. Here are
what I
did and the result of 'python setup.py install'. Please help. Thanks in advance.
I set:
setenv CFLAGS "-xchip=opteron "
setenv CXXFLAGS "-xchip=opteron "
setenv CC /opt/SUNWspro/bin/cc
setenv CXX /opt/SUNWsp