You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:43:31 UTC

[GitHub] [incubator-tvm] windclarion opened a new issue #6163: [DOC] xgboot require new cmake version

windclarion opened a new issue #6163:
URL: https://github.com/apache/incubator-tvm/issues/6163


   2020-02-20 xgboost 1.0 need cmake 3.12,  2020-05-17  xgboost 1.1 need 3.13,  both version > 3.10.2 which is ubuntu 18.04 default cmake verison.   And it is  > 3.2 which TVM required, too.
   
   our doc https://tvm.apache.org/docs/install/from_source.html#python-package-installation
   
   say  "pip3 install --user tornado psutil xgboost"
   
   Should we need to specify  these pip package version in the doc or
   
   just leave individual programmer  to decide whether install xgboost==0.9.0 or update cmake to 3.13 by himself/herself?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on issue #6163: [DOC] xgboost require new cmake version

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #6163:
URL: https://github.com/apache/incubator-tvm/issues/6163#issuecomment-665394034


   GIven that most of the platforms comes with xgboost binary wheel, so it shouldn't be a problem. Given that it is a dependency package problem, we won't put it as a requirement of TVM. But it might be helpful to put a note. @windclarion do you mind to send a PR?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] windclarion closed issue #6163: [DOC] xgboost require new cmake version

Posted by GitBox <gi...@apache.org>.
windclarion closed issue #6163:
URL: https://github.com/apache/incubator-tvm/issues/6163


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] windclarion commented on issue #6163: [DOC] xgboost require new cmake version

Posted by GitBox <gi...@apache.org>.
windclarion commented on issue #6163:
URL: https://github.com/apache/incubator-tvm/issues/6163#issuecomment-665443539


   Yes, you are right!  I make a mistake, I misunderstand the cmake requirement which it belong to xgboost building procedure, each platform has its binary wheel, so it's not a problem!         Thanks tianqi!!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org