Skip to content

Commit

Permalink
conda: use new noarch system
Browse files Browse the repository at this point in the history
sbourdeauducq committed Sep 6, 2017
1 parent 1a145a5 commit 1ccf140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/migen/meta.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ source:
git_url: ../..

build:
noarch_python: true
noarch: python
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
script: python setup.py install

0 comments on commit 1ccf140

Please sign in to comment.