Add conda recipe for Migen

This commit is contained in:
Yann Sionneau 2015-03-17 17:58:45 +01:00 committed by Sebastien Bourdeauducq
parent 2f45d4640b
commit 7280bdb9d4
2 changed files with 27 additions and 0 deletions

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

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

26
conda/migen/meta.yaml Normal file
View File

@ -0,0 +1,26 @@
package:
name: migen
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source:
git_url: https://github.com/m-labs/migen
git_tag: master
build:
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
script: $PYTHON setup.py install
requirements:
build:
- python
run:
- python
test:
imports:
- migen
about:
home: http://m-labs.hk/gateware.html
license: 3-clause BSD
summary: 'A Python toolbox for building complex digital hardware'