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

Julia compatibility should be [1.6, 2.0) #31

Open
1 task done
mkitti opened this issue Jan 3, 2022 · 1 comment
Open
1 task done

Julia compatibility should be [1.6, 2.0) #31

mkitti opened this issue Jan 3, 2022 · 1 comment

Comments

@mkitti
Copy link

mkitti commented Jan 3, 2022

Issue:

I am wondering why the Julia version is pinned between [1.6, 1.7) ?

The JLL package declares compat with Julia 1.6, meaning [1.6,2.0) according to semver.

https://github.com/JuliaBinaryWrappers/libcxxwrap_julia_jll.jl/blob/700a4ed56763315cd6e9120216af0ef2449d3c7c/Project.toml#L13

Also in the julia-feedstock, the 1.7 branch will have a conda environment specific Julia depot, while the 1.6 branch will likely stick with the default depot in ~/.julia so as to not break existing setups using 1.6.x and needing patch updates.


Environment (conda list):
$ conda list


Details about conda and system ( conda info ):
$ conda info

@mkitti
Copy link
Author

mkitti commented Jan 8, 2022

@SylvainCorlay I also noticed that you are building against Julia 1.6. The Julia 1.7 branch on conda-forge are the first builds that actually move the JULIA_DEPOT into the conda environment, so I highly recommend considering using Julia 1.7.1.

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

No branches or pull requests

1 participant