-
Notifications
You must be signed in to change notification settings - Fork 7
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
switch JLL #14
switch JLL #14
Conversation
This looks good to me. I assume most users have moved to Julia 1.3 and we can point to v0.1.0 for older use cases. Also, I admittedly haven't migrated my stuff to GH actions. I assume we need to merge your changes to run these on the main repo? |
@jalving yes, I think I can submit another PR to fix things if test is broken (but I think it's fine), I added 1.0 in CI, we can check if that that fails or not. |
Apparently it takes some work to support jll packages on Julia 1.0-1.2 (see the comments in https://github.com/JuliaBinaryWrappers/KaHyPar_jll.jl/blob/master/src/KaHyPar_jll.jl). I'm honestly ok with just requiring Julia 1.3. We can remove the 1.0 CI actions and I can cut a new release. |
fix #7 fix #12 (Maybe should file a seperaete issue for Windows and other platform)
the MacOS should be fixed by this PR, please enable the github action so that I can run the tests in CI.