litex/conda/misoc/meta.yaml

27 lines
595 B
YAML
Raw Normal View History

2015-11-01 11:03:10 -05:00
package:
name: misoc
2015-11-01 22:52:28 -05:00
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
2015-11-01 11:03:10 -05:00
source:
git_url: https://github.com/m-labs/misoc
2015-11-04 03:46:28 -05:00
git_tag: master
2015-11-01 11:03:10 -05:00
build:
noarch_python: true
2015-11-01 22:52:28 -05:00
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
2015-11-01 11:03:10 -05:00
script: $PYTHON setup.py install
requirements:
build:
- migen
- python
run:
- migen
- python
about:
home: http://m-labs.hk/gateware.html
license: 3-clause BSD
summary: 'A high performance and small footprint SoC based on Migen'