-
Notifications
You must be signed in to change notification settings - Fork 1
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
ENH: Support native osx-arm64 conda install #77
Comments
Are we still missing tsv-utils which is osx-64/linux-64? Line 83 in 224ad39
|
@jameshadfield no 😀 I migrated it to conda-forge a few days ago as it's of general utility and not bio limited. check it out at conda-forge/tsv-utils |
There are two stages here - the first one is making sure that dependencies can be installed natively which looked like a big undertaking, thank you for taking care of that! Next, we have to update the build to produce the package for
For (2) I think we'll want to append to the list rather than replace |
Nice @victorlin - I didn't see this comment of yours just now but came to the same conclusions when trying a PR. I've made one here: It turns out that gzip isn't yet available for osx-arm64. We could potentially drop that for osx-arm64 as gzip is available from the system on macOS arm64. But I made a migration pr to conda-forge anyways: |
@corneliusroemer let me know if you need any help pushing #80 through. I've prioritized task under my name at our biweekly priorities meetings because it seems close to done, and I think it'd be great to take advantage of all the work that you and others have done to make it possible. |
Context
Now that bioconda supports osx-arm64, we can finally try to make a native environment, which will speed up local builds by around a factor of 2.
There's quite a lot of work to do: all our dependencies will need to be supported by osx-arm64, but it should be doable!
This issue is a tracker, to help us see what's still missing.
Tasks
Migrate all bioconda dependencies to osx-arm64:
Ensure conda-forge packages are available under osx-arm64
feat: Make osx-arm64 version of conda-base #80
The text was updated successfully, but these errors were encountered: