[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #42931] Compiling --with-blas=/opt/OpenBLAS gi
From: |
Ceral Paquet |
Subject: |
[Octave-bug-tracker] [bug #42931] Compiling --with-blas=/opt/OpenBLAS giving problem |
Date: |
Wed, 06 Aug 2014 22:08:50 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20140618 Firefox/24.0 PaleMoon/24.6.2 |
URL:
<http://savannah.gnu.org/bugs/?42931>
Summary: Compiling --with-blas=/opt/OpenBLAS giving problem
Project: GNU Octave
Submitted by: octavebugs
Submitted on: Wed 06 Aug 2014 10:08:48 PM GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 3.8.1
Operating System: GNU/Linux
_______________________________________________________
Details:
I'm not very good at compiling things so please bear that in mind... I just
compiled octave 3.8.1 with the following settings:
./configure --enable-jit --with-blas=/opt/OpenBLAS/lib/libopenblas.so
make
It all appeared successful (apart from missing the texlive package). However
./run-octave
does not launch octave but instead gives the following message:
/home/ceral/octave-3.8.1/src/.libs/lt-octave-cli: error while loading shared
libraries: libblas.so.3gf: cannot open shared object file: No such file or
directory
I looked in the config.log there is a warning:
/usr/bin/ld: warning: libblas.so.3gf, needed by
/usr/lib/gcc/i486-linux-gnu/4.8/../../../../lib/libcholmod.so, not found (try
using -rpath or -rpath-link)
This is all slightly mysterious. I have tried apt-get installing
libatlas3gf-base, libblas3gf and various other blas/atlas packages to make it
work but nothing provides the file libblas.so.3gf. In any case, why would it
want a different blas when I have told it which one to use?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42931>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #42931] Compiling --with-blas=/opt/OpenBLAS giving problem,
Ceral Paquet <=