From db60d8f8cafb76150554371c7cb6392eb648e8e0 Mon Sep 17 00:00:00 2001 From: Sergey Pokhodenko Date: Mon, 5 Oct 2020 22:12:15 +0300 Subject: [PATCH 1/2] CC=clang.exe --- conda-recipe/bld.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat index a951f8a1f6..8a5738b0c2 100644 --- a/conda-recipe/bld.bat +++ b/conda-recipe/bld.bat @@ -3,7 +3,7 @@ IF ERRORLEVEL 1 exit 1 REM conda uses %ERRORLEVEL% but FPGA scripts can set it. So it should be reseted. set ERRORLEVEL= -set "CC=dpcpp.exe" +set "CC=clang.exe" set "CXX=dpcpp.exe" rmdir /S /Q build_cmake From 47597a67efb1e4bf81ea10b35b3ec0d5011fad26 Mon Sep 17 00:00:00 2001 From: Sergey Pokhodenko Date: Mon, 5 Oct 2020 23:07:11 +0300 Subject: [PATCH 2/2] CC=clang-cl.exe --- conda-recipe/bld.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat index 8a5738b0c2..31c40e0d24 100644 --- a/conda-recipe/bld.bat +++ b/conda-recipe/bld.bat @@ -3,7 +3,7 @@ IF ERRORLEVEL 1 exit 1 REM conda uses %ERRORLEVEL% but FPGA scripts can set it. So it should be reseted. set ERRORLEVEL= -set "CC=clang.exe" +set "CC=clang-cl.exe" set "CXX=dpcpp.exe" rmdir /S /Q build_cmake