[SciPy-dev] scipy on irix -- problems with bsplines
Pearu Peterson
pearu at cens.ioc.ee
Sat Jun 29 11:24:43 CDT 2002
On Thu, 27 Jun 2002, eric jones wrote:
> I also tried building python with MIPSPro C compiler and then SciPy
> using
> The MIPSPro compiler suite. The python build worked fine after getting
> readline issues sorted out, and it appeared to work fine. However,
> python core dumped in the middle of building the flapack wrappers with
> f2py, so it looks like something is working quite right in the python
> build. I'd like to get this working, so if anyone has built
> SciPy/Python entirely with MIPSPro, fill me in on the secrets.
Did you disable g77 compiler from the header
of scipy/linalg/setup_linalg.py?
In the latest CVS version of linalg the g77 compiler is forced only for
win32.
Another question: does your irix have ranlib? In irix64-6.5-2.1 that I can
access it is missing.
Pearu
More information about the Scipy-dev
mailing list