xgboost: add version 0.90 (#15321)
This commit is contained in:
parent
1757ec9eae
commit
c5dc4a722e
1 changed files with 2 additions and 0 deletions
|
@ -13,7 +13,9 @@ class Xgboost(CMakePackage, CudaPackage):
|
|||
|
||||
homepage = "https://xgboost.ai/"
|
||||
url = "https://github.com/dmlc/xgboost/releases/download/v0.81/xgboost-0.81.tar.bz2"
|
||||
git = "https://github.com/dmlc/xgboost.git"
|
||||
|
||||
version('0.90', tag='v0.90', submodules=True)
|
||||
version('0.81', sha256='9d8ff161699111d45c96bd15229aa6d80eb1cab7cbbef7e8eaa60ccfb5a4f806')
|
||||
|
||||
def cmake_args(self):
|
||||
|
|
Loading…
Reference in a new issue