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 55546cf commit 3a18c02Copy full SHA for 3a18c02
conda-recipe/bld.bat
@@ -16,20 +16,6 @@ FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20 21.0.0 21) DO @(
16
)
17
18
19
-set "PATCHED_CMAKE_VERSION=3.26"
20
-set "PLATFORM_DIR=%PREFIX%\Library\share\cmake-%PATCHED_CMAKE_VERSION%\Modules\Platform"
21
-set "FN=Windows-IntelLLVM.cmake"
22
-
23
-rem Save the original file, and copy patched file to
24
-rem fix the issue with IntelLLVM integration with cmake on Windows
25
-if EXIST "%PLATFORM_DIR%" (
26
- dir "%PLATFORM_DIR%\%FN%"
27
- copy /Y "%PLATFORM_DIR%\%FN%" .
28
- if %ERRORLEVEL% neq 0 exit 1
29
- copy /Y ".github\workflows\Windows-IntelLLVM_%PATCHED_CMAKE_VERSION%.cmake" "%PLATFORM_DIR%\%FN%"
30
31
-)
32
33
set "CC=icx"
34
set "CXX=icx"
35
0 commit comments