This is an automated email from the ASF dual-hosted git repository.

cjolivier01 pushed a commit to branch cython
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 9a6cfccef04440aeb4f2cb3c5ed9c990cd797876
Author: Olivier <cooli...@amazon.com>
AuthorDate: Thu Mar 8 09:10:05 2018 -0800

    cython timing tests
---
 src/cython/cy2/CMakeLists.txt | 5 +++++
 src/cython/cy3/CMakeLists.txt | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/src/cython/cy2/CMakeLists.txt b/src/cython/cy2/CMakeLists.txt
index da67ba6..b554975 100644
--- a/src/cython/cy2/CMakeLists.txt
+++ b/src/cython/cy2/CMakeLists.txt
@@ -19,6 +19,11 @@ cmake_minimum_required(VERSION 3.0.2)
 
 project(cy2 C CXX)
 
+# Since this will start a new sub-build that's nbot related to the "100%" 
displayed above it
+message(STATUS "=====================================================")
+message(STATUS "= BUILDING CYTHON MODULES FOR PYTHON 2              =")
+message(STATUS "=====================================================")
+
 include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/CythonUtil.cmake)
 
 set(cython_modules "")
diff --git a/src/cython/cy3/CMakeLists.txt b/src/cython/cy3/CMakeLists.txt
index e5df735..4b99417 100644
--- a/src/cython/cy3/CMakeLists.txt
+++ b/src/cython/cy3/CMakeLists.txt
@@ -19,6 +19,11 @@ cmake_minimum_required(VERSION 3.0.2)
 
 project(cy3 C CXX)
 
+# Since this will start a new sub-build that's nbot related to the "100%" 
displayed above it
+message(STATUS "=====================================================")
+message(STATUS "= BUILDING CYTHON MODULES FOR PYTHON 3              =")
+message(STATUS "=====================================================")
+
 include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/CythonUtil.cmake)
 
 set(cython_modules "")

-- 
To stop receiving notification emails like this one, please contact
cjolivie...@apache.org.

Reply via email to