49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
channels:
|
|
- ucb-bar
|
|
- conda-forge
|
|
- litex-hub
|
|
- 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
|
|
|
|
|
|
# handy tool for introspecting package relationships and file ownership
|
|
# see https://github.com/rvalieris/conda-tree
|
|
- conda-tree
|
|
|
|
# bundle FireSim driver with deps into installer shell-script
|
|
- constructor
|
|
|
|
- gcc<12
|
|
- gxx<12
|
|
- sysroot_linux-64=2.17 # needed to match pre-built CI XRT glibc version
|
|
- conda-gcc-specs
|
|
- binutils
|
|
|
|
# misc
|
|
- autoconf
|
|
- pre-commit
|
|
- readline
|
|
- coreutils
|
|
- jq
|
|
- pip
|
|
|
|
# firemarshal deps
|
|
- sbt
|
|
- openjdk=20
|
|
- dtc
|
|
- verilator==5.020
|
|
- screen
|
|
- elfutils
|
|
- libdwarf-dev==0.0.0.20190110_28_ga81397fc4 # from ucb-bar channel - using mainline libdwarf-feedstock
|
|
- conda-lock=1.4
|