conda-forge.github.io
conda-forge.github.io copied to clipboard
The conda-forge website.
### Your question: # Question How should Julia packages be named within conda-forge? # Introduction The [julia-feedstock](https://github.com/conda-forge/julia-feedstock) is now current with upstream Julia at version 1.8.0. Support is currently best...
The Python 2.7 command added to the docs in PR ( https://github.com/conda-forge/conda-forge.github.io/pull/1008 ) is no longer supported and should be dropped
PR Checklist: - [ ] note any issues closed by this PR with [closing keywords](https://help.github.com/articles/closing-issues-using-keywords) - [ ] put any other relevant information below
In the [context](https://github.com/conda-forge/arrow-cpp-feedstock/pull/146#issuecomment-634975825) of moving pyarrow into the arrow-cpp-feedstock, there was some discussion of naming the outputs, and I brought up the following: > Regarding the naming conventions, I think...
Static builds are already an exception in conda-forge (see CFEP-18), but some do exist for specific use-cases. The micromamba feedstock is a good [example](https://github.com/conda-forge/micromamba-feedstock/blob/main/recipe/meta.yaml#L58) of a user of static libs...
A typical rust package use dozens of packages which have different licenses and requirements. A rust package and its dependencies are usually compiled into one library or executable. For eg:...
I added some basic writing guidelines on how to contribute to the docs. @kathatherine @beckermr looking forward to feedback.
Things work pretty well for M1's with all the work that's gone into cross-compilation (and the daily(?) job testing published artefacts), but it would still be nice to be able...
### Your question: Hello — our organization is attempting to make updates to our package on conda-forge, but a previous developer is marked as the only maintainer. If possible, we...
While investigating https://github.com/conda-forge/zeromq-feedstock/issues/36 I learned that the libsodium package version (e.g. 1.0.16) doesn't reflect the ABI version (24 in 1.-.15-16, 23 in 13, 18 in 1.0.8, etc.). In the meantime,...