lebeg commented on a change in pull request #13179: [MXNET-908] Enable minimal 
OSX Travis build (v1.3.x)
URL: https://github.com/apache/incubator-mxnet/pull/13179#discussion_r232552955
 
 

 ##########
 File path: src/initialize.cc
 ##########
 @@ -60,7 +60,7 @@ class LibraryInitializer {
         // Make children single threaded since they are typically workers
         dmlc::SetEnv("MXNET_CPU_WORKER_NTHREADS", 1);
         dmlc::SetEnv("OMP_NUM_THREADS", 1);
-#if MXNET_USE_OPENCV
+#if MXNET_USE_OPENCV && !__APPLE__
 
 Review comment:
   @KellenSunderland do you know why this is done? As said previously, my task 
here was to port commits from master to the release branch and make only 
necessary changes.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to