From 6cb009737b463a978b0b3787c8e3dc1dccbc4e92 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:32:28 -0700 Subject: [PATCH 1/3] patch 0.6.0 build 0 --- recipe/patch_yaml/asapdiscovery.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipe/patch_yaml/asapdiscovery.yaml diff --git a/recipe/patch_yaml/asapdiscovery.yaml b/recipe/patch_yaml/asapdiscovery.yaml new file mode 100644 index 000000000..428792f1d --- /dev/null +++ b/recipe/patch_yaml/asapdiscovery.yaml @@ -0,0 +1,13 @@ +# We need to pin to a newer version of openfe due to changes in openmm api +# https://github.com/conda-forge/asapdiscovery-feedstock/issues/17 +if: + name: asapdiscovery + timestamp_lt: 1739481327000 + version_in: 0.6.0 + build_number_in: 0 +then: + - replace_depends: + # str of thing to be replaced + old: openfe =>0.14.0 + # thing to replace `old` with + new: openfe =>1.1.0 From d62db4f275ef640f045854035ff8c8bd3446d390 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:36:34 -0700 Subject: [PATCH 2/3] remove trailing space --- recipe/patch_yaml/asapdiscovery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/patch_yaml/asapdiscovery.yaml b/recipe/patch_yaml/asapdiscovery.yaml index 428792f1d..c578f01c7 100644 --- a/recipe/patch_yaml/asapdiscovery.yaml +++ b/recipe/patch_yaml/asapdiscovery.yaml @@ -1,4 +1,4 @@ -# We need to pin to a newer version of openfe due to changes in openmm api +# We need to pin to a newer version of openfe due to changes in openmm api # https://github.com/conda-forge/asapdiscovery-feedstock/issues/17 if: name: asapdiscovery From 902c4155ac1ed252af7b492df9a2f65a2919eba2 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:36:45 -0700 Subject: [PATCH 3/3] match what is in the package.json --- recipe/patch_yaml/asapdiscovery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/patch_yaml/asapdiscovery.yaml b/recipe/patch_yaml/asapdiscovery.yaml index c578f01c7..7872e500f 100644 --- a/recipe/patch_yaml/asapdiscovery.yaml +++ b/recipe/patch_yaml/asapdiscovery.yaml @@ -8,6 +8,6 @@ if: then: - replace_depends: # str of thing to be replaced - old: openfe =>0.14.0 + old: openfe >0.14.0* # thing to replace `old` with new: openfe =>1.1.0