From a7a10d78143ad8e9c922143d075bc3473cc6646d Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Tue, 10 Dec 2024 20:50:17 +0100 Subject: [PATCH] Add zlib for cross --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index be1324f..381bb46 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -37,6 +37,7 @@ requirements: - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform] - numpy # [build_platform != target_platform] + - zlib # [build_platform != target_platform] - unzip - rsync # [(cuda_compiler_version or "").startswith("12")] # Keep bazel listed twice here to help the migrators track dependencies