rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

Unable to load lapack #2835

Open rtoy opened 2 months ago

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-06 23:09:22 Created by danielvolinski on 2015-01-26 20:13:51 Original: https://sourceforge.net/p/maxima/bugs/2896


Hi Robert,

Using Maxima Windows 5.35.1.2 on Windows 8.1 x64. I have problems loading lapack in wxMaxima, XMaxima and command line Maxima.

1) In wxMaxima the software stops on the command load(lapack). 2) In XMaxima and command line Maxima I get the messages in the file attached and the package won't load.

Noticed that the file attached contains: C:/Program Files/Maxima-sbcl-5.35.1.2/share/maxima/5.35.1.2/share/lapack/load-lapack.lisp but Maxima is installed in C:\Program Files (x86)\Maxima-sbcl-5.35.1.2

I should I solve the problem?

Thanks,

Daniel

Attachments:

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-06 23:09:23 Created by robert_dodier on 2015-01-26 22:17:55 Original: https://sourceforge.net/p/maxima/bugs/2896/#0343


rtoy commented 2 months ago

Imported from SourceForge on 2024-07-06 23:09:26 Created by robert_dodier on 2015-01-26 22:17:55 Original: https://sourceforge.net/p/maxima/bugs/2896/#fc19


Hi Daniel, unfortunately I don't have a Windows computer so I can't offer specific advice. My advice is to post a message to the maxima-discuss mailing list; see: https://lists.sourceforge.net/lists/listinfo/maxima-discuss I think similar problems have been discussed recently.

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-06 23:09:30 Created by dauti on 2015-01-27 23:41:05 Original: https://sourceforge.net/p/maxima/bugs/2896/#a228


Maybe you can solve the problem, if you create a shortcut from C:/Program Files/Maxima-sbcl-5.35.1.2 to C:\Program Files (x86)\Maxima-sbcl-5.35.1.2

Otherwise perhaps my (Clisp-based) Windows installer might work (not tested in Windows 8.1).

Best regards, Wolfgang

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-06 23:09:33 Created by robert_dodier on 2023-02-12 06:01:48 Original: https://sourceforge.net/p/maxima/bugs/2896/#86c9


rtoy commented 2 months ago

Imported from SourceForge on 2024-07-06 23:09:37 Created by peterpall on 2023-02-12 07:36:49 Original: https://sourceforge.net/p/maxima/bugs/2896/#ddf0


If loading lapack fails it normally fails on sbcl and fails due to an out-of-memory error. Normally if that Happens Wolfgang changes the windows installer to make sbcl allocate more memory on start-up. This might mean that the problem currently doesn't happen but might reoccur if sbcl starts to do more memory -hungry optimizations on compiling packages.