Coder Social home page Coder Social logo

1player / conda-build Goto Github PK

View Code? Open in Web Editor NEW

This project forked from conda/conda-build

0.0 1.0 0.0 15.62 MB

Commands and tools for building conda packages

Home Page: https://docs.conda.io/projects/conda-build/

License: Other

Shell 1.47% Python 95.66% Perl 0.06% C 0.07% Go 0.01% Rebol 0.01% Makefile 0.08% HTML 0.50% CMake 0.01% Batchfile 0.88% Jupyter Notebook 0.88% Jinja 0.36% Xonsh 0.04%

conda-build's Introduction

conda-build

CI Tests (GitHub Actions) Codecov Status latest release version

Installation

# Display information about current conda install
$ conda info

# Install conda-build in the base env
$ conda install -n base conda-build

Building Your Own Packages

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 AnacondaRecipes and conda-forge for many example recipes, and conda-build 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).

Gotchas/FAQ

  • OSError: [Errno 36] File name too long: - This error has been seen on Linux computers with encrypted folders. The solution is to install miniconda or anaconda to a location that is not encrypted. This error occurs because the encrypted form of the path that conda-build creates can be too long.

Getting Help

Contributing

Contributions to conda-build are welcome. See the contributing documentation for instructions on setting up a development environment.

conda-build's People

Contributors

alexbw avatar asmeurer avatar bezier89 avatar conda-bot avatar dan-blanchard avatar ddale avatar groutr avatar hargup avatar ilanschnell avatar isuruf avatar jakirkham avatar jezdez avatar jjhelmus avatar johanneskoester avatar kalefranz avatar kenodegard avatar mandeep avatar marcelotrevisani avatar mbargull avatar mingwandroid avatar mwcraig avatar nehaljwani avatar patricksnape avatar pre-commit-ci[bot] avatar rrigdon avatar scopatz avatar srossross avatar stuarteberg avatar teoliphant avatar tswicegood avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.