Skip to content

tango-controls/tango-conda-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conda recipes

Conda recipes for the TANGO project.

Deployed at conda tango-controls.

So far, the following conda packages are handled here:

  • tango (cppTango & docs)

How to build a package manually?

Go to the recipe directory and run:

$ conda build . \
  --prefix-length=40 \
  --output-folder=../dist/ \
  --channel=tango-controls