2015-01-23 23:07:56 +08:00
package :
2015-10-22 17:58:06 +08:00
name : artiq
2018-02-22 20:45:22 +08:00
version : {{ environ["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
2017-06-05 21:34:28 +08:00
{% set data = load_setup_py_data() %}
2015-01-23 23:07:56 +08:00
build :
2017-06-05 21:34:28 +08:00
noarch : python
2018-02-22 20:45:22 +08:00
number : {{ environ["GIT_DESCRIBE_NUMBER"] }}
string : {{ environ["GIT_DESCRIBE_NUMBER"] }}+git{{ environ["GIT_FULL_HASH"][:8] }}
2017-06-05 21:34:28 +08:00
entry_points :
# NOTE: conda-build cannot distinguish between console and gui scripts
{% for entry_point_type, entry_points in data.get("entry_points", dict()).items() -%}
{% for entry_point in entry_points -%}
- {{ entry_point }}
{% endfor %}
{% endfor %}
2018-02-22 21:26:42 +08:00
ignore_prefix_files : True
2015-01-23 23:07:56 +08:00
requirements :
2015-10-22 17:58:06 +08:00
build :
2017-06-05 00:50:54 +08:00
- python >=3.5.3,<3.6
2017-06-05 11:39:42 +08:00
- setuptools 33.1.1
2015-10-22 17:58:06 +08:00
run :
2017-06-05 00:50:54 +08:00
- python >=3.5.3,<3.6
2018-12-02 06:40:00 +08:00
- llvmlite-artiq 0.23.0.dev py35_5
2018-01-30 15:36:55 +08:00
- binutils-or1k-linux >=2.27
2017-06-14 11:35:54 +08:00
- pythonparser >=1.1
2018-02-21 10:35:31 +08:00
- openocd 0.10.0 6
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
2018-05-16 16:25:44 +08:00
- h5py 2.8
2017-06-05 17:57:35 +08:00
- python-dateutil
2017-02-28 20:22:39 +08:00
- pyqt >=5.5
2015-10-22 17:58:06 +08:00
- quamash
2017-04-13 00:55:16 +08:00
- pyqtgraph 0.10.0
2015-10-22 17:58:06 +08:00
- pygit2
- aiohttp
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
2017-07-18 17:31:04 +08:00
license : LGPL
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.'