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 3be4b2e commit 614c829Copy full SHA for 614c829
conda-recipe/bld.bat
@@ -2,6 +2,13 @@ REM A workaround for activate-dpcpp.bat issue to be addressed in 2021.4
2
set "LIB=%BUILD_PREFIX%\Library\lib;%BUILD_PREFIX%\compiler\lib;%LIB%"
3
SET "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%"
4
5
+REM Since the 60.0.0 release, setuptools includes a local, vendored copy
6
+REM of distutils (from late copies of CPython) that is enabled by default.
7
+REM It breaks build for Windows, so use distutils from "stdlib" as before.
8
+REM @TODO: remove the setting, once transition to build backend on Windows
9
+REM to cmake is complete.
10
+SET "SETUPTOOLS_USE_DISTUTILS=stdlib"
11
+
12
IF DEFINED DPLROOT (
13
ECHO "Sourcing DPLROOT"
14
SET "INCLUDE=%DPLROOT%\include;%INCLUDE%"
0 commit comments