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) }}
|
2017-06-05 11:43:10 +08:00
|
|
|
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
|
2017-12-16 00:10:49 +08:00
|
|
|
- migen 0.6.dev py35_50+git82b06ee
|
2017-12-28 13:21:30 +08:00
|
|
|
- misoc 0.8.dev py35_41+gitc69cb371
|
2017-09-27 23:17:04 +08:00
|
|
|
- jesd204b 0.4
|
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
|
2017-12-27 05:46:20 +08:00
|
|
|
- llvmlite-artiq 0.20.0
|
2017-12-27 09:44:16 +08:00
|
|
|
- rustc 1.22.1 17
|
|
|
|
- rust-core-or1k 1.22.1 18
|
2017-10-23 23:26:41 +08:00
|
|
|
- openocd 0.10.0+git1
|
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
|
|
|
|
- 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'
|