Skip to content

Commit

Permalink
fix libabseil package name typo (#310)
Browse files Browse the repository at this point in the history
Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #310
  • Loading branch information
cwharris authored Apr 10, 2023
1 parent aef6919 commit a4c1f3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/conda/recipes/libmrc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}.*
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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) }}
Expand All @@ -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/
Expand Down

0 comments on commit a4c1f3b

Please sign in to comment.