18 lines
565 B
YAML
18 lines
565 B
YAML
channels:
|
|
- ucb-bar
|
|
- conda-forge
|
|
- nodefaults
|
|
|
|
platforms:
|
|
- linux-64
|
|
|
|
dependencies:
|
|
# https://conda-forge.org/feedstock-outputs/
|
|
# filterable list of all conda-forge packages
|
|
# https://conda-forge.org/#contribute
|
|
# instructions on adding a recipe
|
|
# https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/pkg-specs.html#package-match-specifications
|
|
# documentation on package_spec syntax for constraining versions
|
|
|
|
- riscv-tools # from ucb-bar channel - https://github.com/ucb-bar/riscv-tools-feedstock
|