mirror of https://github.com/m-labs/artiq.git
conda: add binutils-or1k-linux dependency to artiq package
This commit is contained in:
parent
93a2e7fd85
commit
4a907dcb33
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
packages="http://us.archive.ubuntu.com/ubuntu/pool/universe/i/iverilog/iverilog_0.9.7-1_amd64.deb"
|
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
|
mkdir -p packages
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@ requirements:
|
||||||
- numpy
|
- numpy
|
||||||
- migen
|
- migen
|
||||||
- pyelftools
|
- pyelftools
|
||||||
|
- binutils-or1k-linux
|
||||||
run:
|
run:
|
||||||
- python >=3.4.3
|
- python >=3.4.3
|
||||||
- llvmlite-artiq
|
- llvmlite-artiq
|
||||||
|
@ -51,6 +52,7 @@ requirements:
|
||||||
- flterm # [linux]
|
- flterm # [linux]
|
||||||
- pygit2
|
- pygit2
|
||||||
- aiohttp
|
- aiohttp
|
||||||
|
- binutils-or1k-linux
|
||||||
|
|
||||||
test:
|
test:
|
||||||
imports:
|
imports:
|
||||||
|
|
Loading…
Reference in New Issue