Skip to content

Commit

Permalink
add conda build scripts
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 1, 2015
1 parent 2a81866 commit 08ec922
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/misoc/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
%PYTHON% setup.py install
25 changes: 25 additions & 0 deletions conda/misoc/meta.yaml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 08ec922

Please sign in to comment.