xgboost: add version 0.90 (#15321)

This commit is contained in:
Peter Scheibel
2020-03-04 18:19:03 -08:00
committed by GitHub
parent 1757ec9eae
commit c5dc4a722e

View File

@@ -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):