Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ source:


build:
number: 1
number: 2
# Windows has issues updating python if conda is using files itself.
# Copy rather than link.
no_link:
Expand All @@ -100,6 +100,11 @@ build:
skip: True # [win and int(float(vc)) < 14]
# Would like to be able to append to the calculated build string here, ping @msarahan, is this possible?
string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}{{ linkage_nature }}{{ debug }}_cpython
run_exports:
noarch:
- python
weak:
- python_abi 3.8.* cp38
script_env:
- PY_INTERP_LINKAGE_NATURE
- PY_INTERP_DEBUG
Expand Down