Skip to content

Commit b2dadb8

Browse files
committed
force to use ninja
1 parent 5fbb5cc commit b2dadb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conda/meta.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ source:
88
build:
99
script_env:
1010
- CMAKE_GENERATOR=Ninja
11+
- SETUPTOOLS_USE_DISTUTILS=stdlib # Avoid easy_install
12+
- DISTUTILS_USE_SDK=1
13+
- MSSdk=1
14+
- CONDA_BUILD_SYSROOT=
15+
ignore_run_exports_from:
16+
- cmake
1117
script: {{ PYTHON }} setup.py install
1218

1319
requirements:

0 commit comments

Comments
 (0)