forked from M-Labs/artiq
conda: split build/run requirements for artiq-board.
Build requirements for packages in the outputs section seem to be ignored.
This commit is contained in:
parent
4e21a13be0
commit
1ef673c2d4
|
@ -19,11 +19,13 @@ outputs:
|
||||||
files:
|
files:
|
||||||
- lib
|
- lib
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
|
||||||
- artiq-dev {{ "{tag} {number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}
|
|
||||||
run:
|
run:
|
||||||
- artiq {{ "{tag} {number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}
|
- artiq {{ "{tag} {number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
build:
|
||||||
|
- artiq-dev {{ "{tag} {number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}
|
||||||
|
|
||||||
about:
|
about:
|
||||||
home: https://m-labs.hk/artiq
|
home: https://m-labs.hk/artiq
|
||||||
license: LGPL
|
license: LGPL
|
||||||
|
|
Loading…
Reference in New Issue