Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Apr 1, 2024
1 parent b09b429 commit 41e40af
Showing 1 changed file with 1 addition and 1 deletion.
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=={setupKeywords["version"]}.12", "cuda11.2": f"openmm-cuda=={setupKeywords["version"]}.11.2", "cuda11.8": f"openmm-cuda=={setupKeywords["version"]}.11.8"}
+ setupKeywords["extras_require"] = {"cuda12": f"openmm-cuda=={setupKeywords['version']}.12", "cuda11.2": f"openmm-cuda=={setupKeywords['version']}.11.2", "cuda11.8": f"openmm-cuda=={setupKeywords['version']}.11.8"}

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

0 comments on commit 41e40af

Please sign in to comment.