-
Notifications
You must be signed in to change notification settings - Fork 648
add libimagequant #10853
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
add libimagequant #10853
Conversation
Co-authored-by: Mosè Giordano <[email protected]>
|
ran out of space on one: on another, which seems like it has come up before: |
|
|
I got the wrapper working at least :) https://github.com/ericphanson/LibImageQuant.jl |
|
somehow buildkite did not use the latest commit from my PR :/ https://buildkite.com/julialang/yggdrasil/builds/19292#019612b6-16a3-4420-adf6-ca57ed06dc02/689-841 but that line isn't in da58b41, the commit the CI is running on... |
|
ok! this is finally working. Good to go from my side. |
L/libimagequant/build_tarballs.jl
Outdated
|
|
||
| # Dependencies that must be installed before this package can be built | ||
| dependencies = [ | ||
| BuildDependency("OpenSSL_jll"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this a build-only dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, neither. I think it was a cargo-c dep but I'm not using that anymore. Removed
Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
not sure I got it right