Skip to content
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

Mac M1 support #25

Closed
rssdev10 opened this issue Jan 12, 2023 · 2 comments · Fixed by #26
Closed

Mac M1 support #25

rssdev10 opened this issue Jan 12, 2023 · 2 comments · Fixed by #26

Comments

@rssdev10
Copy link

Hello, I tried to rebuild and update liblinear_jll.jl to the latest version of the liblinear 2.45 with Mac M1 support. I prepared a patch rssdev10/Yggdrasil@0053178 and deployed all the binaries liblinear_jll.jl. But, API a little bit changed compared with 2.30.

E.g. struct model got a new field double rho; /* one-class SVM only */ . The method check_parameter gives an error Initial-solution specification supported only for solvers L2R_LR, L2R_L2LOSS_SVC, and L2R_L2LOSS_SVR. Maybe something other was also changed, but I'm not familiar with liblinear.

Who can help in aligning the julia-wrapper for the new binaries?

@ericphanson
Copy link
Contributor

I've updated the wrapper in #26

@ericphanson
Copy link
Contributor

maybe this should stay open until that gets merged? (hopefully soon, but I think it would depend on the maintainer's review bandwidth)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants