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 2019/12/17 05:45:10 UTC

[GitHub] [incubator-tvm] yurivict opened a new issue #4530: Please allow to use the external dmlc-core: include/dmlc/any.h conflicts with the package dmlc-core

yurivict opened a new issue #4530: Please allow to use the external dmlc-core: include/dmlc/any.h conflicts with the package dmlc-core
URL: https://github.com/apache/incubator-tvm/issues/4530
 
 
   With ```INSTALL_DEV=ON``` ```tvm``` fails to install:
   ```
   pkg-static: tvm-0.6.0_2 conflicts with dmlc-core-0.3.123 (installs files into the same place).  Problematic file: /usr/local/include/dmlc/any.h
   ```
   
   ```dmlc-core``` exists as a package on several systems: https://repology.org/project/dmlc-core/versions
   
   On FreeBSD the ```tvm``` port uses ```dmlc-core``` as a dependency. Please add a cmake option to use the external ```dmlc-core``` to prevent this conflict.

----------------------------------------------------------------
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


With regards,
Apache Git Services