diff --git a/ci/conda/recipes/libmrc/meta.yaml b/ci/conda/recipes/libmrc/meta.yaml index f60e301a4..fb742a60a 100644 --- a/ci/conda/recipes/libmrc/meta.yaml +++ b/ci/conda/recipes/libmrc/meta.yaml @@ -50,7 +50,7 @@ requirements: - sysroot_linux-64 >=2.17 host: # Libraries necessary to build. Keep sorted! - - libaseil + - libabseil - boost-cpp - cuda-nvml-dev {{ cuda_version }}.* - cudatoolkit {{ cuda_version }}.* @@ -92,7 +92,7 @@ outputs: - sysroot_linux-64 2.17 host: # Any libraries with weak run_exports need to go here to be added to the run. Keep sorted! - - libaseil # Needed for transitive run_exports from grpc-cpp. Does not need a version + - libabseil # Needed for transitive run_exports from grpc-cpp. Does not need a version - boost-cpp - flatbuffers 2.0.* - gflags @@ -127,7 +127,7 @@ outputs: host: # Only should need libmrc and python. Keep sorted! - {{ pin_subpackage('libmrc', exact=True) }} - - libaseil # mrc does not require abseil at build time. See https://github.com/conda-forge/arrow-cpp-feedstock/issues/814 + - libabseil # mrc does not require abseil at build time. See https://github.com/conda-forge/arrow-cpp-feedstock/issues/814 - python {{ python }} run: - {{ pin_subpackage('libmrc', exact=True) }} @@ -146,7 +146,7 @@ outputs: - numpy - nvtx - pytest - - cuml {{ rapids_version }}.* # Ensure we can install cuml. This can cause issues solving libaseil + - cuml {{ rapids_version }}.* # Ensure we can install cuml. This can cause issues solving libabseil about: home: https://www.nvidia.com/