forked from M-Labs/artiq
Merge branch 'release-1' of github.com:m-labs/artiq into release-1
This commit is contained in:
commit
0808db6b40
|
@ -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 *
|
||||
|
|
|
@ -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 *
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue