As usual, conda documentation does not provide a clear explanation
of what the options do...
pull/954/head
whitequark 2018-02-22 13:26:42 +00:00
parent e8d21adf30
commit 21b1757bfd
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ build:
script_env:
- ARTIQ_TARGET
- ARTIQ_VARIANT
detect_binary_files_with_prefix: False
ignore_prefix_files: True
outputs:
- name: artiq-{{ environ["ARTIQ_TARGET"] }}-{{ environ["ARTIQ_VARIANT"] }}

View File

@ -9,7 +9,7 @@ build:
noarch: python
number: {{ environ["GIT_DESCRIBE_NUMBER"] }}
string: {{ environ["GIT_DESCRIBE_NUMBER"] }}+git{{ environ["GIT_FULL_HASH"][:8] }}
detect_binary_files_with_prefix: False
ignore_prefix_files: True
requirements:
build:

View File

@ -19,7 +19,7 @@ build:
{% endfor %}
{% endfor %}
script: $PYTHON setup.py install --no-compile --single-version-externally-managed --record=record.txt
detect_binary_files_with_prefix: False
ignore_prefix_files: True
requirements:
build: