From 4d446360851304dc5a214f1b6c0b69400e3442f2 Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Thu, 20 Jun 2024 12:10:14 +0200 Subject: [PATCH] conda on windows --- conda-recipes/smurff/bld.bat | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conda-recipes/smurff/bld.bat b/conda-recipes/smurff/bld.bat index 19e8b825..45979a3b 100644 --- a/conda-recipes/smurff/bld.bat +++ b/conda-recipes/smurff/bld.bat @@ -1,5 +1,3 @@ -setlocal - if "%blas_impl%"=="mkl" ( set "SKBUILD_CMAKE_ARGS=-DENABLE_MKL=ON -DENABLE_OPENBLAS=OFF" ) else ( @@ -9,5 +7,4 @@ if "%blas_impl%"=="mkl" ( echo extra CMAKE_ARGS: %SKBUILD_CMAKE_ARGS% %PYTHON% -m pip install . --no-deps -vv - -endlocal \ No newline at end of file +if errorlevel 1 exit 1 \ No newline at end of file