-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Supporting newer versions #81
Comments
I'd say try combining #76 with some of the newer versions? |
As a complete novice to conda-forge feedstocks, I have been trying to look into this a bit. From the Azure pipeline output (as generated by #82) it gets stuck during the system build bootstrapping process. I get the same result when I build the feedstock recipe locally (using the provided python script). This still occurs even if I remove the relevant line in In the Julia github build docs they note that
The solution is to run Is there some way to force the N.B. although I don't think the issue resolved in #76 is the direct cause of this problem, it was (via #14) what originally motivated me to investigate this issue. It seems at v1.1.1 Julia was in a transitional phase towards using |
Have now worked out that this is all controlled in Unfortunately it went on to fail one of the |
I realised from reading through other issues that getting all dependencies via conda-forge is desired and that this workaround is probably not a solution. But at least hopefully this might someone who knows what they are doing some time (i.e. the PCRE package dependency is what is stalling the builds). |
#102 seems to be echo this plea to have an up-to-date version of Julia available through conda-forge. I would like to use virtual environments for reproducibility, but the Julia environment vs conda environment chicken and egg dilemma is complicating this. Anyway, I don't know how to update this so Julia 1.6+ can work in conda, so I'm resurrecting this issue to add a request that this be updated and maintained 🙂 |
Thanks for everyone's work towards making Julia available via conda! It looks like there are some changes to the Julia build system post 1.1 that are preventing this conda build from succeeding (see #74, #78. and #80). I just wanted to check if there looks to be a quick fix to anyone more experienced with building Julia than myself, before I dig into the details.
The text was updated successfully, but these errors were encountered: