-
Notifications
You must be signed in to change notification settings - Fork 102
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
Have a Conda backend #70
Comments
What's required for a Conda package? |
Here is a Conda package for my dftatom Fortran package: https://github.com/conda-forge/dftatom-feedstock/ The main config file: Linux / macOS build script: And Windows build script: All of which could be generated. The build process could simply just call |
That seems like it wouldn't actually require any changes to FPM. |
One still has to generate things like "description", "name" (both of which |
Now that we have a fpm version at conda-forge, packaging fpm projects is quite straight-forward except for some minor issues. Is there anything further required on the fpm side? |
Do we have some example of a Conda package that uses fpm? I think there is a number of issues:
The same issue will happen when packaging for Debian and other distros. They like to have a clean upstream tarball, and then no downloads happening during the build. So we need to improve |
This is related to #69 but it's a separate issue.
fpm
should be able to create a Conda package for the project, so that it's easy to submit it to conda-forge.The text was updated successfully, but these errors were encountered: