From c4bfc83b3831a90e9eeca3410a5e407ec2a783eb Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 15 Mar 2018 23:16:51 +0000 Subject: [PATCH] conda: mark the artiq-build output package as noarch, not toplevel. This also changes `noarch: python` to `noarch: generic` since this is semantically correct; the bitstream/firmware packages contain no Python code. Fixes #960. --- conda/artiq-board/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/artiq-board/meta.yaml b/conda/artiq-board/meta.yaml index 4ed3bc3a1..a25dac139 100644 --- a/conda/artiq-board/meta.yaml +++ b/conda/artiq-board/meta.yaml @@ -6,7 +6,6 @@ source: git_url: ../.. build: - noarch: python number: {{ environ["GIT_DESCRIBE_NUMBER"] }} string: {{ environ["GIT_DESCRIBE_NUMBER"] }}+git{{ environ["GIT_FULL_HASH"][:8] }} script_env: @@ -16,6 +15,7 @@ build: outputs: - name: artiq-{{ environ["ARTIQ_TARGET"] }}-{{ environ["ARTIQ_VARIANT"] }} + noarch: generic files: - lib