From 30f5e4bf563dc6889bcf09c2ccd9f80db31ad10f Mon Sep 17 00:00:00 2001 From: Florian Idelberger Date: Tue, 5 Nov 2024 16:50:35 +0100 Subject: [PATCH 1/2] add libblst --- recipe/conda_build_config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 7276859939..e9e9a99435 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -198,6 +198,8 @@ pin_run_as_build: max_pin: x.x vlfeat: max_pin: x.x.x + libblst: + max_pin: x.x # Pinning packages @@ -461,6 +463,8 @@ libavif: - 1 libblitz: - 1.0.2 +libblst: + - '0.3' libboost_devel: - '1.84' libboost_headers: From f319e3308a10d4f30582421f4b67b22806121037 Mon Sep 17 00:00:00 2001 From: Florian Idelberger Date: Tue, 5 Nov 2024 19:04:08 +0100 Subject: [PATCH 2/2] restore alphabetic order --- recipe/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index e9e9a99435..ef4a61a6d1 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -194,12 +194,12 @@ cdt_arch: armv7l # [armv7l] BUILD: armv7-conda_cos7-linux-gnueabihf # [armv7l] pin_run_as_build: + libblst: + max_pin: x.x netcdf-cxx4: max_pin: x.x vlfeat: max_pin: x.x.x - libblst: - max_pin: x.x # Pinning packages