Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch repo to openmm org in download wheel script + other fixes #2

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
duh auditwheel is a linux only thing
  • Loading branch information
mikemhenry committed May 17, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 348f3b7db7e143269aa777a8b14681a02b371a45
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ requirements:
# START WHEEL CHANGES
- unzip # [unix]
- patchelf # [linux]
- auditwheel <6 # [unix]
- auditwheel <6 # [linux]
- setuptools # [linux]
- delocate >=0.10.6
- pip
Loading