You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/19 12:08:25 UTC

[GitHub] larroy opened a new issue #9494: We are building the sources twice on OSX with CMake

larroy opened a new issue #9494: We are building the sources twice on OSX with CMake
URL: https://github.com/apache/incubator-mxnet/issues/9494
 
 
   ## Description
   We build 371 files instead of 197 since we build the static and dynamic library with separate object files on OSX
   
   ## Environment info (Required)
   OSX
   
   Cmake build:
   ```
   mkdir -p build && cd build
   cmake -DUSE_CPP_PACKAGE=ON -DUSE_CUDA=OFF -DUSE_OPENMP=OFF -DUSE_OPENCV=OFF -DCMAKE_BUILD_TYPE=Debug -GNinja ..
   ninja -v
   ```
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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