add conda build scripts

This commit is contained in:
Sebastien Bourdeauducq 2015-11-02 00:03:10 +08:00
parent 2a818661e1
commit 08ec92277e
2 changed files with 26 additions and 0 deletions

1
conda/misoc/bld.bat Normal file
View File

@ -0,0 +1 @@
%PYTHON% setup.py install

25
conda/misoc/meta.yaml Normal file
View File

@ -0,0 +1,25 @@
package:
name: misoc
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.{{ environ.get("GIT_DESCRIBE_HASH") }}
source:
git_url: https://github.com/m-labs/misoc
git_tag: new
build:
noarch_python: true
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
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'