Files
chipyard/conda-reqs/chipyard-base.yaml
Vighnesh Iyer b0819a66df bump to gcc 13
2024-03-13 13:45:46 -07:00

36 lines
797 B
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
- gcc=13.2
- gxx=13.2
- sysroot_linux-64=2.17 # needed to match pre-built CI XRT glibc version
- conda-gcc-specs
- binutils
# misc
- autoconf
- coreutils
- jq
- pip
- make
- git
- sbt
- openjdk=20
- dtc
- verilator==5.022
- conda-lock=1.4