From ed142aa34eeaf76b307a783c719b57cd10137b17 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-recipes/main-library/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conda-recipes/main-library/meta.yaml b/conda-recipes/main-library/meta.yaml index 8b11b4536..d0841d6f4 100755 --- a/conda-recipes/main-library/meta.yaml +++ b/conda-recipes/main-library/meta.yaml @@ -28,7 +28,8 @@ requirements: - libgl-devel # [linux] - libtiff - zlib - + - expat + run: - libstdcxx-ng - libgcc-ng @@ -57,6 +58,7 @@ outputs: - {{ compiler('c') }} - {{compiler('cxx')}} - {{ pin_subpackage('slsdetlib', exact=True) }} + run: - {{ pin_subpackage('slsdetlib', exact=True) }}