octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53704] Segfault in Octave


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #53704] Segfault in Octave
Date: Tue, 24 Apr 2018 22:41:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #16, bug #53704 (project octave):

Also this is irrelevant to the original issue, but since ~2013
(which is way before Fedora 24) Fedora started to include libtatlas (for
threaded library) and libsatatlas (serial). 
So there should be no libatlas and your -latals should fail
and it would build against either openblas or reference blas.
Also the library in /usr/lib64/atlas/ directory which is not in the standard
path. So you need to do 



--with-blas="-L/usr/lib64/atals -ltatlas" --with-lapack="-L/usr/lib64/atals
-ltatlas"



the "--with-lapack" parameter may be redundant, but should not hurt. 

Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53704>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]