Lapack integration issues (help in solving packaging problems)
Subject: Lapack integration issues (help in solving packaging problems)
From: Sergio Callegari
Date: Thu, 19 Aug 2010 17:19:42 +0200
On 19/08/2010 17:17, Robert Dodier wrote:
> :lisp (load "/usr/share/maxima/5.22.1/share/lapack/load-lapack.lisp")
>
Well, that was useful. I get a message that can be a starting point:
Maxima 5.22.1 http://maxima.sourceforge.net
using Lisp SBCL 1.0.29.11.debian
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) :lisp (load "/usr/share/maxima/5.22.1/share/lapack/load-lapack.lisp")
Maxima encountered a Lisp error:
File
"/home/callegar/.maxima/binary/binary-sbcl/share/lapack/blas/dtrsv.fasl"
has a fasl file type, but no fasl header:
Expected
"# FASL", but got #(0 0 0 0 0 0).
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.
;
; compilation unit aborted
; caught 1 fatal ERROR condition
;
; compilation unit aborted
; caught 1 fatal ERROR condition
;
; compilation unit aborted
; caught 1 fatal ERROR condition
Sergio