Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "conda-forge-ci-setup" %}
{% set version = "4.2.0" %}
{% set version = "4.3.0" %}
{% set build = 0 %}
{% set cuda_compiler_version = cuda_compiler_version or "None" %}
{% if cuda_compiler_version == "None" %}
Expand Down
8 changes: 8 additions & 0 deletions recipe/run_conda_forge_build_setup_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ if not "%CUDA_PATH%" == "" (
echo set "BUILD_PLATFORM=%BUILD_PLATFORM%" >> "%CONDA_PREFIX%\etc\conda\activate.d\conda-forge-ci-setup-activate.bat"
echo set "HOST_PLATFORM=%HOST_PLATFORM%" >> "%CONDA_PREFIX%\etc\conda\activate.d\conda-forge-ci-setup-activate.bat"

if "%HOST_PLATFORM%-%BUILD_PLATFORM%-%PROCESSOR_ARCHITECTURE%" == "win-arm64-win-64-ARM64" (
echo set "CROSSCOMPILING_EMULATOR=1" >> "%CONDA_PREFIX%\etc\conda\activate.d\conda-forge-ci-setup-activate.bat"
echo "CROSSCOMPILING_EMULATOR:" >> ".ci_support\%CONFIG%.yaml"
echo "- 1" >> ".ci_support\%CONFIG%.yaml"
)

call activate base

conda.exe info
conda.exe config --show-sources
conda.exe list --show-channel-urls