Add conda recipe
See original GitHub issueDescribe the new feature:
It would be great to have a conda recipe so that it can be included with projects that have more complicated build processes (for example, using libraries that need C/C++ compilers).
What is the current outcome?
Have a recipe for ptgnn
on the conda-forge channel.
Is it backward-compatible?
Yes, and it would be forward-compatible as well, because the conda bots can automatically fetch new sdists pushed to pypi.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Conda-build recipes
A conda-build recipe is a flat directory that contains the following files: ... conda-build will make an environment for you and install all...
Read more >How to build Conda packages?
To install conda-build, in your terminal window or an Anaconda Prompt, run: ... conda build requires a conda recipe which is usually a ......
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 >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 >Conda Packages — The Joy of Packaging 0.1 documentation
cd python-packaging-tutorial/conda_build_recipes conda build 01_minimum ... run_exports : add dependencies to downstream consumers to ensure compatibility.
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 Free
Top 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
Thanks a lot for this!
I don’t have any experience with conda packages, but if you can submit a PR on this, I’d be happy to review/merge it 🚀