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

26 lines
771 B
YAML
Raw Normal View History

2015-10-22 20:08:40 +08:00
package:
name: artiq-pipistrello-nist_qc1
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
git_url: ../..
2015-10-22 20:08:40 +08:00
build:
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
2015-10-22 20:08:40 +08:00
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
requirements:
build:
2015-11-04 16:49:35 +08:00
- migen 0.2
2016-08-16 15:06:29 +08:00
- misoc 0.2
2015-10-22 20:08:40 +08:00
- llvm-or1k
- binutils-or1k-linux
run:
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
2015-10-22 20:08:40 +08:00
about:
home: http://m-labs.hk/artiq
2015-10-23 09:09:45 +08:00
license: GPL
2015-10-22 20:08:40 +08:00
summary: 'Bitstream, BIOS and runtime for NIST_QC1 on the Pipistrello board'