We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 438d620 + 59fab30 commit 38d9993Copy full SHA for 38d9993
conda-recipe/bld.bat
@@ -17,7 +17,7 @@ rmdir /S /Q "%INSTALL_PREFIX%"
17
18
cmake -G Ninja ^
19
-DCMAKE_BUILD_TYPE=Release ^
20
- "-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX%" ^
+ "-DCMAKE_INSTALL_PREFIX=%INSTALL_PREFIX%" ^
21
"-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX%" ^
22
"-DDPCPP_ROOT=%DPCPP_ROOT%" ^
23
"%SRC_DIR%/backends"
@@ -29,7 +29,7 @@ IF %ERRORLEVEL% NEQ 0 exit 1
29
30
cd ..
31
xcopy install\lib\*.lib dpctl /E /Y
32
-xcopy install\lib\*.dll dpctl /E /Y
+xcopy install\bin\*.dll dpctl /E /Y
33
34
mkdir dpctl\include
35
xcopy backends\include dpctl\include /E /Y
0 commit comments