Created
February 24, 2018 14:16
-
-
Save LaurentBerger/61172287dd5eb1f39e6f94bceef2530d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./buildcaffe2.sh | |
/g/lib/Build/Caffe2 /g/lib | |
-- The CXX compiler identification is MSVC 19.12.25834.0 | |
-- The C compiler identification is MSVC 19.12.25834.0 | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.12.25827/bin/Hostx64/x64/cl.exe | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.12.25827/bin/Hostx64/x64/cl.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.12.25827/bin/Hostx64/x64/cl.exe | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.12.25827/bin/Hostx64/x64/cl.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Performing Test CAFFE2_LONG_IS_INT32_OR_64 | |
-- Performing Test CAFFE2_LONG_IS_INT32_OR_64 - Failed | |
-- Need to define long as a separate typeid. | |
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING | |
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed | |
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS | |
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success | |
-- Current compiler supports avx2 extention. Will build perfkernels. | |
CMake Warning (dev) at cmake/MiscCheck.cmake:108 (if): | |
Policy CMP0054 is not set: Only interpret if() arguments as variables or | |
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy | |
details. Use the cmake_policy command to set the policy and suppress this | |
warning. | |
Quoted variables like "MSVC" will no longer be dereferenced when the policy | |
is set to NEW. Since the policy is not set the OLD behavior will be used. | |
Call Stack (most recent call first): | |
CMakeLists.txt:75 (include) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Build type not set - defaulting to Release | |
-- Found ZLIB: G:/lib/install/zlib/lib/zlibstatic.lib (found version "1.2.11") | |
-- Caffe2: Found protobuf with new-style protobuf targets. | |
-- Caffe2 protobuf include directory: G:/Lib/install/protobuf/include | |
-- Looking for pthread.h | |
-- Looking for pthread.h - not found | |
-- Found Threads: TRUE | |
-- Found Git: C:/Program Files/Git/mingw64/bin/git.exe (found version "2.16.2.windows.1") | |
-- The BLAS backend of choice:MKL | |
-- Found MKL: C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/include | |
-- Found MKL (include: C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/include, lib: C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/lib/intel64_win/mkl_intel_lp64.lib;C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/lib/intel64_win/mkl_intel_thread_dll.lib;C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/lib/intel64_win/mkl_core.lib;C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/lib/intel64_win/mkl_rt.lib;C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/lib/intel64_win/mkl_rt.lib | |
-- Caffe2: Found gflags with new-style gflags target. | |
-- Caffe2: Found glog with new-style glog target. | |
-- Found PythonInterp: C:/ProgramData/Anaconda3/python.exe (found version "3.6.2") | |
-- git Version: v0.0.0 | |
-- Version: 0.0.0 | |
-- Performing Test HAVE_STD_REGEX | |
-- Performing Test HAVE_STD_REGEX | |
-- Performing Test HAVE_STD_REGEX -- success | |
-- Performing Test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile | |
-- Performing Test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX -- failed to compile | |
-- Performing Test HAVE_STEADY_CLOCK | |
-- Performing Test HAVE_STEADY_CLOCK | |
-- Performing Test HAVE_STEADY_CLOCK -- success | |
-- OpenCV found (G:/Lib/install/opencv/x64/vc15/lib) | |
-- Found system Eigen at G:/Lib/install/Eigen3/include/eigen3 | |
-- Found PythonInterp: C:/ProgramData/Anaconda3/python.exe (found suitable version "3.6.2", minimum required is "2.7") | |
-- Found PythonLibs: C:/ProgramData/Anaconda3/libs/python36.lib (found suitable version "3.6.2", minimum required is "2.7") | |
-- Found NumPy: C:/Users/Laurent.PC-LAURENT-VISI/AppData/Roaming/Python/Python36/site-packages/numpy/core/include (found version "1.14.0") | |
-- NumPy ver. 1.14.0 found (include: C:/Users/Laurent.PC-LAURENT-VISI/AppData/Roaming/Python/Python36/site-packages/numpy/core/include) | |
-- Found pybind11: C:/ProgramData/Anaconda3/include/pybind11 | |
-- NCCL operators skipped due to no CUDA support | |
-- CUDA RTC operators skipped due to no CUDA support | |
-- Including image processing operators | |
-- Excluding video processing operators due to no opencv | |
-- Including MKL operators | |
-- MPI operators skipped due to no MPI support | |
-- Include Observer library | |
CMake Warning (dev) at cmake/Utils.cmake:160 (if): | |
Policy CMP0054 is not set: Only interpret if() arguments as variables or | |
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy | |
details. Use the cmake_policy command to set the policy and suppress this | |
warning. | |
Quoted variables like "MSVC" will no longer be dereferenced when the policy | |
is set to NEW. Since the policy is not set the OLD behavior will be used. | |
Call Stack (most recent call first): | |
cmake/Utils.cmake:191 (caffe_add_as_needed_flag) | |
caffe2/CMakeLists.txt:115 (caffe_add_linker_flag) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Using Lib\site-packages as python relative installation path | |
-- Automatically generating missing __init__.py files. | |
-- | |
-- ******** Summary ******** | |
-- General: | |
-- CMake version : 3.10.2 | |
-- CMake command : C:/Program Files/CMake/bin/cmake.exe | |
-- Git version : v0.8.1-1157-g04f4b46a6-dirty | |
-- System : Windows | |
-- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.12.25827/bin/Hostx64/x64/cl.exe | |
-- C++ compiler version : 19.12.25834.0 | |
-- Protobuf compiler : G:/Lib/install/protobuf/bin/protoc.exe | |
-- Protobuf include path : G:/Lib/install/protobuf/include | |
-- Protobuf libraries : optimized;G:/Lib/install/protobuf/lib/libprotobuf.lib;debug;G:/Lib/install/protobuf/lib/libprotobufd.lib | |
-- BLAS : MKL | |
-- CXX flags : /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP /bigobj | |
-- Build type : Release | |
-- Compile definitions : | |
-- | |
-- BUILD_BINARY : ON | |
-- BUILD_DOCS : OFF | |
-- BUILD_PYTHON : ON | |
-- Python version : 3.6.2 | |
-- Python library : C:/ProgramData/Anaconda3/libs/python36.lib | |
-- BUILD_SHARED_LIBS : ON | |
-- BUILD_TEST : ON | |
-- USE_ATEN : OFF | |
-- USE_ASAN : OFF | |
-- USE_CUDA : OFF | |
-- USE_EIGEN_FOR_BLAS : | |
-- USE_FFMPEG : OFF | |
-- USE_GFLAGS : ON | |
-- USE_GLOG : ON | |
-- USE_GLOO : OFF | |
-- USE_LEVELDB : OFF | |
-- USE_LITE_PROTO : OFF | |
-- USE_LMDB : OFF | |
-- USE_METAL : OFF | |
-- USE_MKL : 1 | |
-- USE_MOBILE_OPENGL : OFF | |
-- USE_MPI : OFF | |
-- USE_NCCL : OFF | |
-- USE_NERVANA_GPU : OFF | |
-- USE_NNPACK : OFF | |
-- USE_OBSERVERS : ON | |
-- USE_OPENCV : ON | |
-- OpenCV version : 3.4.0 | |
-- USE_OPENMP : OFF | |
-- USE_PROF : OFF | |
-- USE_REDIS : OFF | |
-- USE_ROCKSDB : OFF | |
-- USE_THREADS : ON | |
-- USE_ZMQ : OFF | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: G:/Lib/build/caffe2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment