Skip to content

Commit

Permalink
Merge pull request #69 from jakirkham-feedstocks/add_missing_noarch_xgb
Browse files Browse the repository at this point in the history
Add missing `noarch: python` to `xgboost` package
  • Loading branch information
jakirkham committed Jul 31, 2024
2 parents 865f816 + f87ae72 commit 1a1adc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "xgboost" %}
{% set version = "2.1.1" %}
{% set build_number = 2 %}
{% set build_number = 3 %}
{% set min_python = "3.8" %}

{% set string_prefix = "rapidsai" %}
Expand Down Expand Up @@ -130,6 +130,7 @@ outputs:

- name: xgboost
build:
noarch: python
string: {{ string_prefix }}_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}
force_use_keys:
- librmm # [linux and cuda_compiler != "None"]
Expand Down

0 comments on commit 1a1adc4

Please sign in to comment.