artiq/conda/artiq-dev/meta.yaml

51 lines
1.0 KiB
YAML
Raw Normal View History

2017-02-01 13:24:08 +08:00
package:
name: artiq-dev
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
git_url: ../..
build:
2017-06-05 21:34:28 +08:00
noarch: python
2017-02-01 13:24:08 +08:00
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}
2017-02-01 13:24:08 +08:00
requirements:
run:
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
2017-09-29 16:38:33 +08:00
- migen 0.5
- misoc 0.8.dev py35_30+gitd95f4edb
2017-06-05 01:17:46 +08:00
- jesd204b 0.3
2017-02-01 13:24:08 +08:00
- binutils-or1k-linux >=2.27
- llvm-or1k
2017-09-29 21:10:28 +08:00
- llvmlite-artiq 0.12.0
- rust-core-or1k 1.20.0 16
2017-02-06 00:46:11 +08:00
- cargo 0.11.0
- openocd ==0.10.0
2017-02-01 13:24:08 +08:00
- lit
- outputcheck
2017-02-02 05:26:12 +08:00
- coverage
2017-02-01 13:24:08 +08:00
- scipy
- numpy
- prettytable
- asyncserial
- sphinx 1.4.8
- sphinx-argparse
- sphinxcontrib-wavedrom
- sphinx_rtd_theme
- h5py
2017-06-05 17:57:35 +08:00
- python-dateutil
2017-02-28 20:22:39 +08:00
- pyqt >=5.5
2017-02-01 13:24:08 +08:00
- quamash
- pyqtgraph
- pygit2
- aiohttp
2017-06-14 12:39:29 +08:00
- pythonparser >=1.1
2017-02-01 13:24:08 +08:00
- levenshtein
about:
home: https://m-labs.hk/artiq
2017-07-18 17:31:04 +08:00
license: LGPL
2017-02-01 13:24:08 +08:00
summary: 'ARTIQ development metapackage'