Skip to content

Commit

Permalink
conda: add binutils-or1k-linux dependency to artiq package
Browse files Browse the repository at this point in the history
fallen committed Sep 1, 2015
1 parent 93a2e7f commit 4a907dc
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/get-toolchain.sh
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions conda/artiq/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 4a907dc

Please sign in to comment.