Lisp-Stat / lisp-stat

Lisp-Stat main system
https://lisp-stat.github.io/lisp-stat
Microsoft Public License
140 stars 11 forks source link

Foreign Libraries #28

Closed snunez1 closed 8 months ago

snunez1 commented 11 months ago

Discussed in https://github.com/Lisp-Stat/lisp-stat/discussions/27

Originally posted by **MonadMania** October 20, 2023 (ql:quickload :lisp-stat) fails due to the lack of foreign libraries for things like the Gamma Function. I don't see any mention of foreign dependencies in the installation guide. Can you please let me know what needs to be installed and how to go about it on Windows 10 and Fedora? I have installed LAPACK and BLAS on my path. I have GSL, too. I still get the following error: > arithmetic error FLOATING-POINT-INVALID-OPERATION signalled > Operation was (> # #). > [Condition of type FLOATING-POINT-INVALID-OPERATION] > > Restarts: > 0: [RETRY] Retry loading FASL for #. > 1: [ACCEPT] Continue, treating loading FASL for # as having been successful. > 2: [RETRY] Retry ASDF operation. > 3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration. > 4: [RETRY] Retry ASDF operation. > 5: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration. > --more--