forked from M-Labs/artiq
Robert Jordens
69b2d1abfc
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
11 lines
248 B
YAML
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
|