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["GIT_DESCRIBE_TAG"] }}
2017-02-01 13:24:08 +08:00
source:
git_url: ../..
build:
2017-06-05 21:34:28 +08:00
noarch: python
number: {{ environ["GIT_DESCRIBE_NUMBER"] }}
string: {{ environ["GIT_DESCRIBE_NUMBER"] }}+git{{ environ["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
2018-04-27 23:38:57 +08:00
- migen 0.7 py35_30+git5c2c144
2018-04-18 00:58:34 +08:00
- misoc 0.11 py35_7+git269b6502
2018-02-26 19:48:48 +08:00
- jesd204b 0.5
2017-12-28 15:03:14 +08:00
- microscope
2017-02-01 13:24:08 +08:00
- binutils-or1k-linux >=2.27
- llvm-or1k 6.0.0
- llvmlite-artiq 0.23.0.dev py35_2
- rust-core-or1k 1.25.0 20
2018-02-17 13:21:10 +08:00
- openocd 0.10.0 6
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 0.10.0
2017-02-01 13:24:08 +08:00
- 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'