We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2163c30 commit 5fd01bbCopy full SHA for 5fd01bb
conda-recipe/bld.bat
@@ -20,6 +20,9 @@ FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20 21.0.0 21 22.0.0 22) DO @(
20
)
21
22
23
+rem TODO: remove once the compiler resolves an issue
24
+set "SYCL_LIBRARY_DIR_HINT=%BUILD_PREFIX%\Library"
25
+
26
set "PATCHED_CMAKE_VERSION=3.26"
27
set "PLATFORM_DIR=%PREFIX%\Library\share\cmake-%PATCHED_CMAKE_VERSION%\Modules\Platform"
28
set "FN=Windows-IntelLLVM.cmake"
0 commit comments