Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Apr 2, 2024
1 parent 41e40af commit b56f3be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions recipe/build_openmm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ for %%f in (*.whl) do (
if errorlevel 1 exit 1
cd %SRC_DIR%\build\python\dist
set "fname=%%f"
dir
echo %fname% ..\fixed_wheels\%fname:~0,-7%win_amd64.whl
move %fname% ..\fixed_wheels\%fname:~0,-7%win_amd64.whl
if errorlevel 1 exit 1
)
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:
string: "py{{ PY_VER.replace('.', '') }}h{{ PKG_HASH }}_{{ build }}_{{ opencl_impl }}" # [osx]
track_features: # make Apple OpenCL low priority
- openmm_opencl_apple # [osx and (opencl_impl == 'apple')]
skip: true # [aarch64]
skip: true # [aarch64 or not win]
skip: true # [(cuda_compiler_version in (undefined, 'None') and (linux or win)) or ppc64le or (win and python_impl == 'pypy')]
script_env:
- CONFIG
Expand Down

0 comments on commit b56f3be

Please sign in to comment.