Skip to content

Commit

Permalink
update gflags/glog situation
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 15, 2023
1 parent 2af3d60 commit bda7682
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ outputs:
- {{ pin_subpackage("libarrow", max_pin="x.x.x") }}
ignore_run_exports_from:
- {{ compiler("cuda") }} # [cuda_compiler_version != "None"]
# arrow only uses headers, apparently
- gflags
# shared lib linked on unix, not on win
- glog # [win]
track_features: {{ "[arrow-cuda]" if cuda_enabled else "" }}
missing_dso_whitelist:
- '*/libcuda.so.*' # [linux]
Expand Down Expand Up @@ -232,7 +236,6 @@ outputs:
- clangdev {{ llvm_version }}
- llvmdev {{ llvm_version }}
- cython
- gflags # [unix]
- numpy
- python
- setuptools
Expand Down

0 comments on commit bda7682

Please sign in to comment.