Skip to content

Commit c9b7086

Browse files
committed
add some dependencies to clean up link check
1 parent 2997160 commit c9b7086

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

recipe/meta.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ outputs:
324324
- {{ compiler("cxx") }}
325325
host:
326326
- {{ pin_subpackage("libarrow", exact=True) }}
327+
- libabseil # [osx]
328+
- libprotobuf # [osx]
329+
- libopentelemetry-cpp # [osx]
327330
run:
328331
- {{ pin_subpackage("libarrow", exact=True) }}
329332
# run-constraints handled by libarrow, since we depend on it with exact=True
@@ -371,6 +374,9 @@ outputs:
371374
- {{ pin_subpackage("libarrow", exact=True) }}
372375
- {{ pin_subpackage("libarrow-acero", exact=True) }}
373376
- {{ pin_subpackage("libparquet", exact=True) }}
377+
- libabseil # [osx]
378+
- libprotobuf # [osx]
379+
- libopentelemetry-cpp # [osx]
374380
run:
375381
- {{ pin_subpackage("libarrow", exact=True) }}
376382
- {{ pin_subpackage("libarrow-acero", exact=True) }}
@@ -424,6 +430,7 @@ outputs:
424430
- libabseil
425431
- libgrpc
426432
- libprotobuf
433+
- libopentelemetry-cpp # [osx]
427434
run:
428435
- {{ pin_subpackage("libarrow", exact=True) }}
429436
# run-constraints handled by libarrow, since we depend on it with exact=True
@@ -475,6 +482,8 @@ outputs:
475482
- {{ pin_subpackage("libarrow-flight", exact=True) }}
476483
- libabseil
477484
- libprotobuf
485+
- libgrpc # [osx]
486+
- libopentelemetry-cpp # [osx]
478487
run:
479488
- {{ pin_subpackage("libarrow", exact=True) }}
480489
- {{ pin_subpackage("libarrow-flight", exact=True) }}
@@ -628,6 +637,9 @@ outputs:
628637
- {{ pin_subpackage("libarrow", exact=True) }}
629638
- openssl
630639
- thrift-cpp
640+
- libabseil # [osx]
641+
- libprotobuf # [osx]
642+
- libopentelemetry-cpp # [osx]
631643
run:
632644
- {{ pin_subpackage("libarrow", exact=True) }}
633645
# run-constraints handled by libarrow, since we depend on it with exact=True
@@ -670,8 +682,10 @@ outputs:
670682
- {{ compiler("c") }}
671683
- {{ compiler("cxx") }}
672684
host:
685+
- {{ pin_subpackage("libarrow", exact=True) }}
673686
- {{ pin_subpackage("libparquet", exact=True) }}
674687
run:
688+
- {{ pin_subpackage("libarrow", exact=True) }}
675689
- {{ pin_subpackage("libparquet", exact=True) }}
676690

677691
test:

0 commit comments

Comments
 (0)