2015-01-23 23:07:56 +08:00
package :
2015-10-22 17:58:06 +08:00
name : artiq
version : {{ environ.get("GIT_DESCRIBE_TAG", "") }}
2015-01-23 23:07:56 +08:00
source :
2016-02-14 00:01:13 +08:00
git_url : ../..
2015-01-23 23:07:56 +08:00
build :
2015-10-22 17:59:18 +08:00
noarch_python : true
2016-01-06 00:06:05 +08:00
number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
2015-10-22 17:59:00 +08:00
string : py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
2015-01-23 23:07:56 +08:00
requirements :
2015-10-22 17:58:06 +08:00
build :
2016-07-07 14:55:21 +08:00
- python >=3.5.2
2015-10-22 17:58:06 +08:00
- setuptools
- numpy
- binutils-or1k-linux
run :
2016-07-07 14:55:21 +08:00
- python >=3.5.2
2016-11-12 21:58:00 +08:00
- llvmlite-artiq 0.12.0.dev py35_29
2016-06-19 09:58:02 +08:00
- lit
2016-06-19 09:59:42 +08:00
- outputcheck
2015-10-22 17:58:06 +08:00
- scipy
- numpy
- prettytable
2016-03-22 21:56:09 +08:00
- asyncserial
2017-01-26 07:53:43 +08:00
- sphinx 1.4.8
2015-10-22 17:58:06 +08:00
- sphinx-argparse
2016-08-25 18:16:05 +08:00
- sphinxcontrib-wavedrom
2016-08-26 03:52:46 +08:00
- sphinx_rtd_theme
2015-10-22 17:58:06 +08:00
- h5py
- dateutil
2016-02-21 17:14:59 +08:00
- pyqt5
2015-10-22 17:58:06 +08:00
- quamash
- pyqtgraph
- pygit2
- aiohttp
2016-02-11 06:42:24 +08:00
- binutils-or1k-linux
2016-11-09 23:19:27 +08:00
- pythonparser 1.0
2015-12-02 19:12:58 +08:00
- levenshtein
2015-01-23 23:07:56 +08:00
test :
2015-10-22 17:58:06 +08:00
imports :
- artiq
2015-01-23 23:07:56 +08:00
about :
2016-02-11 00:20:29 +08:00
home : https://m-labs.hk/artiq
2015-10-23 09:09:45 +08:00
license : GPL
2015-10-22 17:58:06 +08:00
summary : 'ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a next-generation control system for quantum information experiments. It is being developed in partnership with the Ion Storage Group at NIST, and its applicability reaches beyond ion trapping.'