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:
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
requirements:
run:
- python 3.5.2
- setuptools
2017-02-20 15:52:05 +08:00
- migen 0.5.dev py_57+gitd4afdeb
2017-02-12 21:48:38 +08:00
- misoc 0.6.dev py_9+gite52727a
2017-02-01 13:24:08 +08:00
- jesd204b 0.2
- binutils-or1k-linux >=2.27
- llvm-or1k
- llvmlite-artiq 0.12.0.dev py35_30
2017-02-05 17:00:45 +08:00
- rust-core-or1k 1.17.0 12
2017-02-06 00:46:11 +08:00
- cargo 0.11.0
- openocd >=0.10
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
- dateutil
- pyqt
2017-02-01 13:24:08 +08:00
- quamash
- pyqtgraph
- pygit2
- aiohttp
- pythonparser 1.0
- levenshtein
about:
home: https://m-labs.hk/artiq
license: GPL
summary: 'ARTIQ development metapackage'