artiq/conda/artiq-dev/meta.yaml

50 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
2018-01-27 23:13:58 +08:00
- migen 0.7 py35_0+gite554f07
2018-03-22 11:16:50 +08:00
- misoc 0.11 py35_0+git3388e6ba
2017-06-05 01:17:46 +08:00
- jesd204b 0.3
2017-02-01 13:24:08 +08:00
- binutils-or1k-linux >=2.27
2017-12-26 21:47:27 +08:00
- llvm-or1k 4.0.1
- llvmlite-artiq 0.20.0
2018-01-09 05:39:15 +08:00
- rust-core-or1k 1.23.0 19
2018-01-30 18:12:33 +08:00
- openocd 0.10.0 1
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'