share_testsuite of version 5.28.02



On Tue, Aug 28, 2012 at 11:44 AM, <fbp at isep.ipp.pt> wrote:

> Hi,
>
> many thanks for the fast help and answers.
> 1) No load of lapack and graphs in Windows XP sp3:
>
> Maxima 5.28.0-2 http://maxima.sourceforge.net
> using Lisp GNU Common Lisp (GCL) GCL 2.6.8 (a.k.a. GCL)
> 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) load(lapack);
>
> Compiling
> /PROGRA~2/MAXIMA~1.0-2/share/maxima/5.28.0-2/share/lapack/lapack-package.lisp.
>
> I don't have gcl available, but if you could do an experiment for me, that
would be very helpful.

In lapack-package.lisp, every occurrence of #:foo should be changed to
"FOO".  That is, remove the "#:" and change the following stuff to upper
case, inside double quotes.  I'm pretty sure that will fix the issue.

Ray