artiq/conda/artiq/meta.yaml

46 lines
1.0 KiB
YAML
Raw Normal View History

package:
2015-10-22 17:58:06 +08:00
name: artiq
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
git_url: ../..
build:
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
requirements:
2015-10-22 17:58:06 +08:00
build:
2017-03-29 09:39:02 +08:00
- python 3.5.3
2015-10-22 17:58:06 +08:00
- setuptools
run:
2017-03-29 09:39:02 +08:00
- python 3.5.3
2017-01-27 19:14:53 +08:00
- llvmlite-artiq 0.12.0.dev py35_30
2017-02-02 05:26:12 +08:00
- binutils-or1k-linux
- pythonparser 1.0
- openocd >=0.10
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
2015-10-22 17:58:06 +08:00
- h5py
- dateutil
2017-02-28 20:22:39 +08:00
- pyqt >=5.5
2015-10-22 17:58:06 +08:00
- quamash
- pyqtgraph
- pygit2
- aiohttp
2015-12-02 19:12:58 +08:00
- levenshtein
test:
2015-10-22 17:58:06 +08:00
imports:
- artiq
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.'