We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f68152 commit 516d265Copy full SHA for 516d265
conda.recipe/meta.yaml
@@ -6,6 +6,9 @@ build:
6
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
7
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
8
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }}{% endif %}
9
+ script_env:
10
+ - CC
11
+ - CXX
12
13
source:
14
git_url: ../
0 commit comments