Enable EIGEN download by default (#469)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 3 Jul 2018 09:44:43 +0000 (18:44 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 3 Jul 2018 09:44:43 +0000 (18:44 +0900)
This commit enables eigen download by default, and revises docker
configuration to allow EIGEN_URL override inside CI build machines.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
CMakeLists.txt
scripts/docker.configuration

index 829b4ca..d332540 100644 (file)
@@ -17,7 +17,7 @@ endmacro(nncc_find_package)
 ###
 ### Configuration
 ###
-option(DOWNLOAD_EIGEN "Download Eigen source" OFF)
+option(DOWNLOAD_EIGEN "Download Eigen source" ON)
 option(DOWNLOAD_FARMHASH "Download farmhash source" ON)
 option(DOWNLOAD_GEMMLOWP "Download GEMM low precesion library source" OFF)
 option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
index c92c011..3bbd68d 100644 (file)
@@ -18,6 +18,7 @@ DOCKER_ENV_VARS+=" -e no_proxy"
 DOCKER_ENV_VARS+=" -e GIT_SSL_NO_VERIFY"
 DOCKER_ENV_VARS+=" -e CAFFE_URL"
 DOCKER_ENV_VARS+=" -e GTEST_URL"
+DOCKER_ENV_VARS+=" -e EIGEN_URL"
 DOCKER_ENV_VARS+=" -e FLATBUFFERS_URL"
 DOCKER_ENV_VARS+=" -e FARMHASH_URL"
 DOCKER_ENV_VARS+=" -e TENSORFLOW_URL"