From 1e486428435ebb08100c410357b6c56cdce44373 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Thu, 16 May 2024 11:40:22 -0700 Subject: [PATCH] adjust patch slightly since gh4498.patch modifies setup.py as well --- recipe/gh4537.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipe/gh4537.patch b/recipe/gh4537.patch index 9cc084b..19ec14f 100644 --- a/recipe/gh4537.patch +++ b/recipe/gh4537.patch @@ -1,12 +1,13 @@ diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py -index d2a147065..20e1c6758 100644 +index f5de33531..da3ffd36a 100644 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py -@@ -164,6 +164,7 @@ def buildKeywordDictionary(major_version_num=MAJOR_VERSION_NUM, - (through custom forces and integrators), openness, and high performance +@@ -166,6 +166,7 @@ def buildKeywordDictionary(major_version_num=MAJOR_VERSION_NUM, (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["install_requires"] = ["numpy"] define_macros = [('MAJOR_VERSION', major_version_num), ('MINOR_VERSION', minor_version_num)] +