[SciPy-Dev] Compiling scipy on AIX 6.1

Bruno Luciano Amadio Caires bruno at ft.unicamp.br
Fri Jul 5 15:25:02 EDT 2013


Hi 
I have trying install following
https://github.com/scipy/scipy/issues/1825?source=c.

I got this error
""
/opt/freeware/lib/python2.6/config/ld_so_aix /usr/bin/xlf95
-bI:/opt/freeware/lib/python2.6/config/python.exp -L/usr/lib -lessl
-L/home/bruno/local/lib -lblas -llapack
build/temp.aix-6.1-2.6/build/src.aix-6.1-2.6/build/src.aix-6.1-2.6/scipy/lib/lapack/flapackmodule.o
build/temp.aix-6.1-2.6/build/src.aix-6.1-2.6/fortranobject.o
-L/home/bruno/local/lib -Lbuild/temp.aix-6.1-2.6 -llapack -lblas -o
build/lib.aix-6.1-2.6/scipy/lib/lapack/flapack.so
ld: 0711-317 ERROR: Undefined symbol: sgbsv_
ld: 0711-317 ERROR: Undefined symbol: dgbsv_
...
""

I saw here
http://projects.scipy.org/scipy/attachment/ticket/1299/README.txt how to
solve, and I did something like this
""
ld -b64 -r liblapack.a -o liblapack-renamed.a -brename:sgbsv,sgbsv_ 
-brename:dgbsv,dgbsv_  -brename:cgbsv,cgbsv_  -brename:zgbsv,zgbsv_
......
""

Ok, I create a new lib "liblapack-renamed.a". What can I do now? Re-run
the command? How?

tks



On Mon, 01 Jul 2013 09:55:01 -0300, Bruno Luciano Amadio Caires
<bruno at ft.unicamp.br> wrote:
> Ok, I'll try
> 
> Tks Ralf
> 
> On Sun, 30 Jun 2013 21:48:57 +0200, Ralf Gommers
> <ralf.gommers at gmail.com> wrote:
>> On Thu, Jun 27, 2013 at 9:58 PM, Bruno Luciano Amadio Caires  wrote:
>>  Hi,
>>  I am trying install scipy on AIX 6.1 power7, but I'm getting errors.
>> I
>>  am using XL compiler, and scipy-0.12.0/scipy-0.8.0
>>  I have numpy-1.7.0 working that was compiling here with XL.
>>  Has someone a HOWTO?
>>
>> Did you see this: https://github.com/scipy/scipy/issues/1825?source=c
>> [2] ?
>>
>> Ralf
>>
>>
>>
>> Links:
>> ------
>> [1] mailto:bruno at ft.unicamp.br
>> [2] https://github.com/scipy/scipy/issues/1825?source=c

-- 
Bruno L. Amadio Caires 

Informática - FT 

Universidade Estadual de Campinas 

Fone:(19)2113-3470



More information about the SciPy-Dev mailing list