conda-forge / conda-forge-repodata-patches-feedstock

A conda-smithy repository for conda-forge-repodata-patches.
BSD 3-Clause "New" or "Revised" License
13 stars 156 forks source link

Pin libitk for two latest releases of ANTs #807

Closed effigies closed 1 month ago

effigies commented 1 month ago

Checklist

$ python show_diff.py
================================================================================
================================================================================
linux-armv7l
================================================================================
================================================================================
win-32
================================================================================
================================================================================
osx-arm64
osx-arm64::ants-2.5.1-h2ffa867_0.conda
-    "libitk"
+    "libitk >=5.3,<5.4"
osx-arm64::ants-2.5.3-h420ef59_0.conda
-    "libitk"
+    "libitk >=5.4,<5.5"
================================================================================
================================================================================
linux-ppc64le
================================================================================
================================================================================
linux-aarch64
================================================================================
================================================================================
noarch
================================================================================
================================================================================
win-64
================================================================================
================================================================================
osx-64
osx-64::ants-2.5.1-h7728843_0.conda
-    "libitk"
+    "libitk >=5.3,<5.4"
osx-64::ants-2.5.3-h3c5361c_0.conda
-    "libitk"
+    "libitk >=5.4,<5.5"
================================================================================
================================================================================
linux-64
linux-64::ants-2.5.3-h434a139_0.conda
-    "libitk",
+    "libitk >=5.4,<5.5",
linux-64::ants-2.5.1-h00ab1b0_0.conda
-    "libitk",
+    "libitk >=5.3,<5.4",

cc @ghisvail, who maintains the feedstock.

xref https://github.com/conda-forge/ants-feedstock/pull/12, which patches the recipe to ensure the libitk dependency does get pinned in the future.

conda-forge-webservices[bot] commented 1 month ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

hmaarrfk commented 1 month ago

I'm trying to fix this long term with: https://github.com/conda-forge/libitk-feedstock/pull/93