Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 22, 2024
1 parent 76663cc commit df7add3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/build_openmm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rmdir /s /q dist
rmdir /s /q fixed_wheels
set "OPENMM_LIB_PATH=%LIBRARY_LIB%"
set "OPENMM_INCLUDE_PATH=%LIBRARY_INC%"
%PYTHON% -m pip wheel . --wheel-dir=dist
%PYTHON% -m pip wheel . --wheel-dir=dist -vv
if errorlevel 1 exit 1

mkdir -p fixed_wheels
Expand Down Expand Up @@ -64,7 +64,7 @@ for %%f in (dist\*.whl) do (
)

cd openmm-cuda
%PYTHON% -m pip wheel . --wheel-dir=%SRC_DIR%\build\python\dist
%PYTHON% -m pip wheel . --wheel-dir=%SRC_DIR%\build\python\dist -vv
cd ..

for %%f in (dist\*.whl) do (
Expand Down

0 comments on commit df7add3

Please sign in to comment.