artiq/conda/artiq-dev/meta.yaml

48 lines
933 B
YAML
Raw Normal View History

2017-03-03 18:01:48 +08:00
package:
name: artiq-dev
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
git_url: ../..
build:
2017-06-06 13:34:23 +08:00
noarch: python
2017-03-03 18:01:48 +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-03-03 18:01:48 +08:00
requirements:
run:
2017-06-05 00:53:10 +08:00
- python >=3.5.3,<3.6
2017-06-05 12:06:35 +08:00
- setuptools 33.1.1
2017-03-03 18:01:48 +08:00
- migen 0.4
- misoc 0.3
- binutils-or1k-linux
- llvm-or1k
- llvmlite-artiq 0.10.0.dev py35_24
- openocd 0.10.0 1
2017-03-03 18:01:48 +08:00
- lit
- outputcheck
- coverage
- scipy
- numpy
- prettytable
- asyncserial
- sphinx 1.4.8
- sphinx-argparse
- sphinxcontrib-wavedrom
- sphinx_rtd_theme
- h5py
- dateutil
- pyqt >=5.5
- quamash
- pyqtgraph
- pygit2
- aiohttp
- pythonparser 1.0
- levenshtein
about:
home: https://m-labs.hk/artiq
2017-07-18 17:31:04 +08:00
license: LGPL
2017-03-03 18:01:48 +08:00
summary: 'ARTIQ development metapackage'