artiq/conda/artiq-dev.yaml
Robert Jordens 6cb7f2e8e2 conda/artiq-dev: fix channel list
Now, with conda 4.1 packages are sorted by channel, version, build
number in decreasing priority. The highest matching package is
taken. https://conda.io/docs/user-guide/tasks/manage-channels.html

For the artiq-dev environment, the m-labs/label/dev channel should be
first, then the main channel, then defaults, and then conda-forge
(community supported packages).

closes #864
2017-12-11 07:30:36 +08:00

11 lines
248 B
YAML

# conda description for an environment to build and develop artiq
# $ conda env create -f conda/artiq-dev.yaml
name: artiq-dev
channels:
- m-labs/label/dev
- m-labs/label/main
- defaults
- conda-forge/label/main
dependencies:
- artiq-dev