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-06-06 23:35:26 +08:00
- migen 0.7 py35_44+gitca28f4e
- misoc 0.11 py35_20+git2436a68d
2018-06-06 11:47:54 +08:00
- jesd204b 0.7
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_4
2018-05-15 20:47:51 +08:00
- rust-core-or1k 1.26.0 21
2018-06-13 01:13:14 +08:00
- openocd 0.10.0 7
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 2.8
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'