forked from firesim/FireMarshal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda-reqs.yaml
49 lines (47 loc) · 798 Bytes
/
conda-reqs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
channels:
- conda-forge
- ucb-bar
- nodefaults
# non-standard key used in conda-lock: https://github.com/conda-incubator/conda-lock#platform-specification
platforms:
- linux-64
dependencies:
- qemu # from ucb-bar channel - https://github.com/ucb-bar/qemu-feedstock
- python>=3.8
- rsync
- psutil
- doit>=0.34
- git
- gitpython
- humanfriendly
- e2fsprogs
- ctags
- bison
- flex
- expat
- make
- pyyaml
- pip
- bc
- sphinx
- sphinx_rtd_theme
- unzip
- gcc
- gxx
- conda-gcc-specs
- binutils
- sysroot_linux-64>=2.17
- patch
- which
- sed
- make
- diffutils
- bash
- gzip
- bzip2
- perl
- tar
- file
- wget
- findutils
- lzop