Skip to content

Custom conda channel for building packages not currently available through conda

License

Notifications You must be signed in to change notification settings

alan-turing-institute/conda-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

conda-channel

Custom conda channel for building packages not currently available through conda

Prerequisites

You will need a local conda installation. See official instructions for details on how to set this up.

Getting started

Make a new conda environment and activate it

conda create -y --verbose --name condachannel27 python=2.7
conda activate condachannel27

Install conda build which is needed for package creation and update your tools.

conda install -y conda-build
conda update conda
conda update conda-build
conda install conda-verify

Setting up build for a new package

To add a new build

conda skeleton pypi --recursive <package name on pypi>

This will create the <package name on pypi> directory, containing meta.yaml. You may need to change this, the following resources can help you with this:

Running package builds

To run the build you can do the following:

conda build <package name on pypi>
conda build purge

About

Custom conda channel for building packages not currently available through conda

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published