2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-12 03:53:34 +08:00

conda: use new noarch system for board packages as well

This commit is contained in:
Sebastien Bourdeauducq 2017-06-06 16:01:31 +08:00
parent b740023598
commit 596800e391
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ source:
git_url: ../..
build:
noarch_python: true
noarch: generic
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}

View File

@ -6,7 +6,7 @@ source:
git_url: ../..
build:
noarch_python: true
noarch: generic
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}

View File

@ -6,7 +6,7 @@ source:
git_url: ../..
build:
noarch_python: true
noarch: generic
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}