We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5083cf8 commit d793508Copy full SHA for d793508
recipe/meta.yaml
@@ -91,8 +91,6 @@ outputs:
91
- {{ pin_compatible("cuda-version", lower_bound="11.2") }} # [cuda_compiler == "nvcc"]
92
- {{ pin_compatible("cuda-version", min_pin="x") }} # [cuda_compiler == "cuda-nvcc"]
93
- libgomp # [win]
94
- run_constrained:
95
- - {{ pin_compatible('librmm', max_pin='x.x') }} # [linux and cuda_compiler != "None"]
96
test:
97
commands:
98
- test -f "${PREFIX}/lib/libxgboost${SHLIB_EXT}" # [unix]
0 commit comments