From 9f9b1d496c8fedcf75cfc76a9fecee8fd6818b72 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Thu, 22 May 2025 09:51:01 +0200 Subject: [PATCH] added expat to host section --- conda-recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index b6523a7e6..8dde14f70 100755 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -27,6 +27,7 @@ requirements: - libgl-devel - libtiff - zlib + - expat run: - libstdcxx-ng @@ -87,6 +88,7 @@ outputs: - {{ compiler('c') }} - {{compiler('cxx')}} - {{ pin_subpackage('slsdetlib', exact=True) }} + run: - {{ pin_subpackage('slsdetlib', exact=True) }}