Skip to content

Commit

Permalink
fix location
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 21, 2024
1 parent 5d14d6a commit c886e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/build_openmm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ if errorlevel 1 exit 1
dir
dir dist

cd %LIBRARY_PREFIX%
for %%f in (dist\*.whl) do (
echo "fixing %%f"
cd %LIBRARY_PREFIX%
%PYTHON% ^
%RECIPE_DIR%\vendor_wheel.py ^
%%f ^
%SRC_DIR%\build\python\%%f ^
include\openmm ^
include\lepton ^
lib\OpenMM.dll ^
Expand All @@ -57,14 +57,14 @@ for %%f in (dist\*.whl) do (
lib\plugins\OpenMMAmoebaReference.dll ^
lib\plugins\OpenMMDrudeReference.dll
if errorlevel 1 exit 1
cd %SRC_DIR%\build\python
delvewheel repair ^
-w %cd%\fixed_wheels ^
--lib-sdir=.libs\lib ^
----ignore-in-wheel ^
--no-dll OpenCL.dll
if errorlevel 1 exit 1
)
cd %SRC_DIR%\build\python

for %%f in (fixed_wheels\*.whl) do (
copy %%f %RECIPE_DIR%\..\build_artifacts\pypi_wheels\
Expand Down

0 comments on commit c886e10

Please sign in to comment.