Skip to content

Commit

Permalink
conda on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 25, 2024
1 parent a114317 commit 4d44636
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conda-recipes/smurff/bld.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
setlocal

if "%blas_impl%"=="mkl" (
set "SKBUILD_CMAKE_ARGS=-DENABLE_MKL=ON -DENABLE_OPENBLAS=OFF"
) else (
Expand All @@ -9,5 +7,4 @@ if "%blas_impl%"=="mkl" (
echo extra CMAKE_ARGS: %SKBUILD_CMAKE_ARGS%

%PYTHON% -m pip install . --no-deps -vv

endlocal
if errorlevel 1 exit 1

0 comments on commit 4d44636

Please sign in to comment.