From f469cd3e9498f3722205ad273b1da31f1fa8db2b Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 22 Feb 2022 14:05:24 -0800 Subject: [PATCH] Remove libhwloc Since UCX < 1.11.1 support is being dropped by UCX-Py, it doesn't require libhwloc anymore so it may be removed. UCX-Py PR removing libhwloc: https://github.com/rapidsai/ucx-py/pull/829 --- conda/recipes/rapids-build-env/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda/recipes/rapids-build-env/meta.yaml b/conda/recipes/rapids-build-env/meta.yaml index 03b9ffcf..c303f048 100644 --- a/conda/recipes/rapids-build-env/meta.yaml +++ b/conda/recipes/rapids-build-env/meta.yaml @@ -88,7 +88,6 @@ requirements: - libcypher-parser - libgcc-ng {{ build_stack_version }} - libgfortran-ng {{ build_stack_version }} - - libhwloc - liblapack - librdkafka {{ librdkafka_version }} - libstdcxx-ng {{ build_stack_version }}