-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cl-num-utils #4
Comments
Hi, thanks for raising this issue! I haven't used Lisp for years, so please refresh my background if I miss something. After updating the Quicklisp client |
It sounds like you need to update the software distributions list in addition to the client. Try |
Thanks; that did the trick! I replaced |
Yes, it should. Does cl-mlep have a test suite we can try? |
We have, unfortunately, no test suite, but we can try to replicate the usage examples. When loading
I guess this is due to the |
Yes, that's exactly correct. I'm in the process of getting the new LLA into Quicklisp. Now that cl-mlep is 'ready', I'll go back and get that process moving. Once Quicklisp's LLA is the new one, then all should work. I'll report back here once that's done. For reference, that is quicklisp/quicklisp-projects#2276 |
Great, thanks for your efforts! 👍 |
@Symbolics, can we close this issue? |
Yes, let's do that. I wasn't able to test, but the new LLA seems to be functionally equivalent. |
I verified that the PCA example from the documentation (where LLA is used) is working after updating quicklip, with a minor additional commit I have done now. Thanks! |
Hello Frank,
I'm glad to have found this library; I've been looking for some machine learning code in Common Lisp that doesn't have a restrictive license, and found this because I'm the new maintainer of LLA, and when updating it in Quicklisp discovered some breakage.
cl-num-utils
has been updated and renamednum-utils
, and that's what now LLA uses. Here, when used together, there is a package name clash because LLA and cl-num-utils aren't in sync.The fix is to change
cl-num-utils
->num-utils
in the mlep-add ASDF file.The text was updated successfully, but these errors were encountered: