forked from M-Labs/artiq
conda: add binutils-or1k-linux dependency to artiq package
This commit is contained in:
parent
93a2e7fd85
commit
4a907dcb33
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
packages="http://us.archive.ubuntu.com/ubuntu/pool/universe/i/iverilog/iverilog_0.9.7-1_amd64.deb"
|
||||
archives="http://fehu.whitequark.org/files/binutils-or1k.tbz2 http://fehu.whitequark.org/files/llvm-or1k.tbz2"
|
||||
archives="http://fehu.whitequark.org/files/llvm-or1k.tbz2"
|
||||
|
||||
mkdir -p packages
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ requirements:
|
|||
- numpy
|
||||
- migen
|
||||
- pyelftools
|
||||
- binutils-or1k-linux
|
||||
run:
|
||||
- python >=3.4.3
|
||||
- llvmlite-artiq
|
||||
|
@ -51,6 +52,7 @@ requirements:
|
|||
- flterm # [linux]
|
||||
- pygit2
|
||||
- aiohttp
|
||||
- binutils-or1k-linux
|
||||
|
||||
test:
|
||||
imports:
|
||||
|
|
Loading…
Reference in New Issue