diff --git a/ci/build_python.sh b/ci/build_python.sh index 9ea12a2..7ef3309 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -11,7 +11,7 @@ export RAPIDS_VERSION="23.04" export XGBOOST_GIT_REPO="https://github.com/rapidsai/xgboost" export XGBOOST_GIT_REF="branch-${RAPIDS_VERSION}" export XGBOOST_VERSION="1.7.1dev.rapidsai${RAPIDS_VERSION}" -export XGBOOST_BUILD_NUMBER="2" +export XGBOOST_BUILD_NUMBER="3" rapids-print-env diff --git a/recipes/xgboost/meta.yaml b/recipes/xgboost/meta.yaml index 20f6a46..13cc207 100644 --- a/recipes/xgboost/meta.yaml +++ b/recipes/xgboost/meta.yaml @@ -59,6 +59,7 @@ outputs: string: cuda_{{ cuda_major }}_{{ build_number }} ignore_run_exports_from: - {{ compiler('cuda') }} + - librmm requirements: build: - {{ compiler('c') }}