rapidsai / xgboost-conda

Conda recipes for xgboost
12 stars 22 forks source link

Ignore run_exports from nvcc #25

Closed jjacobelli closed 2 years ago

jjacobelli commented 2 years ago

nvcc has a run export looking like cudatoolkit >=11.5,<12. Since CEC, as we are using cudatoolkit version 11.5 while building, our cudatoolkit requirement can be cudatoolkit >=11,<12 instead, so we need to ignore run_exports from nvcc