[Request] Conda recipe
See original GitHub issueWould it be possible for you to release a conda-forge recipe of flax?
We officially released the beta of netket 3, and I was trying to update our conda recipe and since we depend on flax, we need flax to be packaged for conda too.
It’s rather an easy process: just run conda skeleton pypi flax
(flax is just a source package so everything should be smooth) and then open a PR against the right conda repository.
Nowydays, conda reecipes self-update themselves so after setup there would be almost no more maintenance work.
if you want I can also volunteer the work.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Defining metadata (meta.yaml) - Conda
Specifies whether conda-build should skip the build of this recipe. Particularly useful for defining recipes that are platform specific. The default is False...
Read more >conda-forge/requests-feedstock - GitHub
A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations...
Read more >Contributing packages - Conda-Forge
To submit a package to the conda-forge channel, add its recipe and licence to the staged-recipes repository and create a pull request. Once...
Read more >Patching Source Code to Conda Build Recipes - Anaconda
We need a starting point for our recipe. There are three typical choices: * Manually create a meta.yaml from scratch or copy an...
Read more >How to build Conda packages?
The conda build process · Deletes the build environment and source directory to ensure that the new conda package does not inadvertantly depend ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes indeed
@PhilipVinc I presume the command is
conda install conda-forge::flax
? Withconda
instead ofcondo
, I guess there was typo.