https://github.com/tango-controls/tango-conda-recipes
https://github.com/tango-controls/tango-conda-recipes
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tango-controls/tango-conda-recipes
- Owner: tango-controls
- Archived: true
- Created: 2020-02-14T11:56:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T11:03:46.000Z (over 4 years ago)
- Last Synced: 2025-10-12T04:32:20.107Z (8 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Conda recipes
=============
Conda recipes for the TANGO project.
Deployed at [conda tango-controls](https://anaconda.org/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:
``` none
$ conda build . \
--prefix-length=40 \
--output-folder=../dist/ \
--channel=tango-controls
```