Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Apr 1, 2024
1 parent 775d1bd commit a586135
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe/0001-wheels.patch
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ index d2a147065..4cbac13a8 100644
(through custom forces and integrators), openness, and high performance
(especially on recent GPUs) that make it truly unique among simulation codes.
"""
+ setupKeywords["extras_require"] = {"cuda12": f"openmm-cuda=={__version__}.12", "cuda11.2": f"openmm-cuda=={__version__}.11.2"}
+ setupKeywords["extras_require"] = {"cuda12": f"openmm-cuda=={__version__}.12", "cuda11.2": f"openmm-cuda=={__version__}.11.2", "cuda11.8": f"openmm-cuda=={__version__}.11.8"}

define_macros = [('MAJOR_VERSION', major_version_num),
('MINOR_VERSION', minor_version_num)]
Expand Down

0 comments on commit a586135

Please sign in to comment.