Re: [OpenIndiana-discuss] Conflicting packages

2012-12-10 Thread Milan Jurik
Hi, I obsoleted blas package, refreshed xblas and lapack and published new octave, I hope it resolved your problems. Best regards, Milan On čt, 2012-11-29 at 08:56 +, Paul Johnston wrote: > Hi > I'm trying to build octave this is the tail of my first attempt: > > ... > checking for sgemm_

Re: [OpenIndiana-discuss] Conflicting packages

2012-11-29 Thread Milan Jurik
Hi, I will look at it in the next days. Best regards, Milan On 29.11.2012 11:29, Aurélien Larcher wrote: Indeed you are right: larcher@na75:~$ pkg contents -r blas PATH usr usr/lib usr/lib/libblas.a usr/lib/libblas.so larcher@na75:~$ pkg contents -r lapack PATH usr usr/lib usr/lib/libblas.a

Re: [OpenIndiana-discuss] Conflicting packages

2012-11-29 Thread Aurélien Larcher
BTW I am trying to package Scilab 5.4..0 I am progressing slowly though: https://bitbucket.org/alarcher/oi-scientific/wiki/ScilabDependencies Any help to package the java components would be appreciated. Just writing an initial spec file with the metadata, even if it is just passing the prep stag

Re: [OpenIndiana-discuss] Conflicting packages

2012-11-29 Thread Aurélien Larcher
Indeed you are right: larcher@na75:~$ pkg contents -r blas PATH usr usr/lib usr/lib/libblas.a usr/lib/libblas.so larcher@na75:~$ pkg contents -r lapack PATH usr usr/lib usr/lib/libblas.a usr/lib/libblas.so usr/lib/liblapack.a usr/lib/liblapack.so usr/lib/liblapacke.a usr/lib/liblapacke.so I guess

Re: [OpenIndiana-discuss] Conflicting packages

2012-11-29 Thread L'oiseau de mer
Maybe you also can use SCILAB: http://www.openfoundry.org/of/download_path/osscd/5.1/scilab-5.1-jblopen.tar.bz2 2012/11/29 Paul Johnston : > Hi > I'm trying to build octave this is the tail of my first attempt: > > ... > checking for sgemm_ in -lblas... (cached) no > checking for sgemm_ in -lblas.

[OpenIndiana-discuss] Conflicting packages

2012-11-29 Thread Paul Johnston
Hi I'm trying to build octave this is the tail of my first attempt: ... checking for sgemm_ in -lblas... (cached) no checking for sgemm_ in -lblas... (cached) no configure: error: You are required to have BLAS and LAPACK libraries paulj@smartos1:~/Downloads/octave-3.6.3$ pfexec pkg install blas