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 b2c0c48 commit b34b3e1Copy full SHA for b34b3e1
conda-recipe-cf/bld.bat
@@ -16,6 +16,6 @@ set "CC=icx"
16
set "CMAKE_GENERATOR=Ninja"
17
set "VERBOSE=1"
18
19
-set MKLROOT=%PREFIX%
+set "MKLROOT=%PREFIX%"
20
%PYTHON% -m pip install --no-build-isolation --no-deps .
21
if errorlevel 1 exit 1
conda-recipe/bld.bat
0 commit comments