Name : conda-build
| |
Version : 24.7.1
| Vendor : Fedora Project
|
Release : 1.fc41
| Date : 2024-09-14 05:50:05
|
Group : Unspecified
| Source RPM : conda-build-24.7.1-1.fc41.src.rpm
|
Size : 0.14 MB
| |
Packager : Fedora Project
| |
Summary : Commands and tools for building conda packages
|
Description :
You can easily build your own packages for conda, and upload them to anaconda.org, a free service for hosting packages for conda, as well as other package managers. To build a package, create a recipe. See http://github.com/conda/conda-recipes for many example recipes, and http://conda.pydata.org/docs/build.html for documentation on how to build recipes.
To upload to anaconda.org, create an account. Then, install the anaconda-client and login
$ conda install anaconda-client $ anaconda login
Then, after you build your recipe
$ conda build < recipe-dir>
you will be prompted to upload to anaconda.org.
To add your anaconda.org channel, or the channel of others to conda so that conda install will find and install their packages, run
$ conda config --add channels https://conda.anaconda.org/username
(replacing username with the user name of the person whose channel you want to add).
|
RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora-secondary/development/41/Everything/s390x/os/Packages/c |