2015-01-23 23:07:56 +08:00
package :
name : artiq
2015-03-04 00:23:34 +08:00
version : {{ environ.get("GIT_DESCRIBE_TAG", "") }}
2015-01-23 23:07:56 +08:00
source :
git_url : https://github.com/m-labs/artiq
git_tag : master
build :
2015-03-04 00:23:34 +08:00
number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
2015-01-23 23:07:56 +08:00
entry_points :
- artiq_client = artiq.frontend.artiq_client:main
2015-04-07 15:41:32 +08:00
- artiq_compile = artiq.frontend.artiq_compile:main
2015-04-07 11:17:47 +08:00
- artiq_ctlmgr = artiq.frontend.artiq_ctlmgr:main
2015-01-23 23:07:56 +08:00
- artiq_master = artiq.frontend.artiq_master:main
2015-02-12 09:34:17 +08:00
- artiq_rpctool = artiq.frontend.artiq_rpctool:main
2015-01-23 23:07:56 +08:00
- artiq_run = artiq.frontend.artiq_run:main
- lda_controller = artiq.frontend.lda_controller:main
2015-04-07 11:17:47 +08:00
- novatech409b_controller = artiq.frontend.novatech409b_controller:main
2015-01-23 23:07:56 +08:00
- pdq2_client = artiq.frontend.pdq2_client:main
- pdq2_controller = artiq.frontend.pdq2_controller:main
2015-04-21 18:54:07 +08:00
- pxi6733_controller = artiq.frontend.pxi6733_controller:main
2015-04-22 10:00:56 +08:00
- thorlabs_tcube_controller = artiq.frontend.thorlabs_tcube_controller:main
2015-05-22 21:23:45 +08:00
- artiq_gui = artiq.frontend.artiq_gui:main
2015-01-23 23:07:56 +08:00
requirements :
build :
- python
- setuptools
- numpy
2015-03-04 00:23:34 +08:00
- migen
2015-04-04 22:27:43 +08:00
- pyelftools
2015-01-23 23:07:56 +08:00
run :
- python
- llvmlite-or1k
- scipy
- numpy
- prettytable
- pyserial
- sphinx
2015-03-04 00:23:34 +08:00
- sphinx-argparse
2015-02-07 02:03:36 +08:00
- h5py
- dateutil
2015-04-21 18:54:07 +08:00
- pydaqmx
2015-04-04 22:27:43 +08:00
- pyelftools
2015-05-22 21:23:45 +08:00
- quamash
- pyqtgraph
2015-01-23 23:07:56 +08:00
test :
imports :
- artiq
about :
home : http://m-labs.hk/artiq
license : 3 -clause BSD
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.'