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 :
2015-12-02 18:47:48 +08:00
path : ../..
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-10-22 17:58:06 +08:00
entry_points :
- artiq_client = artiq.frontend.artiq_client:main
- artiq_compile = artiq.frontend.artiq_compile:main
2015-12-24 18:51:11 +08:00
- artiq_coreanalyzer = artiq.frontend.artiq_coreanalyzer:main
- artiq_coreconfig = artiq.frontend.artiq_coreconfig:main
- artiq_corelog = artiq.frontend.artiq_corelog:main
2015-10-22 17:58:06 +08:00
- artiq_ctlmgr = artiq.frontend.artiq_ctlmgr:main
- artiq_gui = artiq.frontend.artiq_gui:main
- artiq_influxdb = artiq.frontend.artiq_influxdb:main
- artiq_master = artiq.frontend.artiq_master:main
- artiq_mkfs = artiq.frontend.artiq_mkfs:main
- artiq_rpctool = artiq.frontend.artiq_rpctool:main
- artiq_run = artiq.frontend.artiq_run:main
2016-01-05 07:52:53 +08:00
- artiq_flash = artiq.frontend.artiq_flash:main
2015-10-22 17:58:06 +08:00
- lda_controller = artiq.frontend.lda_controller:main
- novatech409b_controller = artiq.frontend.novatech409b_controller:main
- pdq2_client = artiq.frontend.pdq2_client:main
- pdq2_controller = artiq.frontend.pdq2_controller:main
- pxi6733_controller = artiq.frontend.pxi6733_controller:main
- thorlabs_tcube_controller = artiq.frontend.thorlabs_tcube_controller:main
2015-01-23 23:07:56 +08:00
requirements :
2015-10-22 17:58:06 +08:00
build :
2015-12-20 23:26:48 +08:00
- python >=3.5.1
2015-10-22 17:58:06 +08:00
- setuptools
- numpy
- pyelftools
- binutils-or1k-linux
run :
2015-12-20 23:26:48 +08:00
- python >=3.5.1
2015-10-22 17:58:06 +08:00
- llvmlite-artiq
- scipy
- numpy
- prettytable
- pyserial
- sphinx
- sphinx-argparse
- h5py
- dateutil
- pydaqmx
- pyelftools
- quamash
- pyqtgraph
- pygit2
- aiohttp
- binutils-or1k-linux
2015-12-02 18:53:58 +08:00
- pythonparser
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 :
2015-10-22 17:58:06 +08:00
home : http://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.'