artiq/conda/artiq-kc705-nist_qc1/meta.yaml

29 lines
716 B
YAML
Raw Normal View History

2015-10-22 21:00:31 +08:00
package:
name: artiq-kc705-nist_qc1
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
git_url: https://github.com/m-labs/artiq
git_tag: master
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:
build:
# We don't get meaningful GIT_DESCRIBE_* values until before conda installs build dependencies.
- artiq 0.0
2015-11-04 16:49:35 +08:00
- migen 0.2
- misoc 0.1
2015-10-22 21:00:31 +08:00
- llvm-or1k
- binutils-or1k-linux
run:
- artiq 0.0
2015-10-22 21:00:31 +08:00
about:
home: http://m-labs.hk/artiq
2015-10-23 09:09:45 +08:00
license: GPL
2015-10-22 21:00:31 +08:00
summary: 'Bitstream, BIOS and runtime for NIST_QC1 on the KC705 board'