forked from M-Labs/artiq
1
0
Fork 0

Merge branch 'release-1' of github.com:m-labs/artiq into release-1

This commit is contained in:
Sebastien Bourdeauducq 2016-04-02 22:32:27 +08:00
commit 0808db6b40
3 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
# RUN: OutputCheck %s --file-to-check=%t.txt
# XFAIL: *
from artiq.language.core import *
from artiq.language.types import *

View File

@ -1,6 +1,5 @@
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
# RUN: OutputCheck %s --file-to-check=%t.txt
# XFAIL: *
from artiq.language.core import *
from artiq.language.types import *

View File

@ -37,7 +37,7 @@ requirements:
- binutils-or1k-linux
run:
- python >=3.5.1
- llvmlite-artiq 0.5.1
- llvmlite-artiq 0.5.1 py35_17
- scipy
- numpy
- prettytable