Skip to content

Successful Builds

Kyungmin Lee edited this page Mar 26, 2018 · 2 revisions

2018/03/25

kyungminlee@tyr MINGW64 ~/code/PiTensor/build
$ cmake .. -G"MSYS Makefiles" -DPYBIND11_LTO_CXX_FLAGS=""
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: D:/msys64/mingw64/bin/gcc.exe
-- Check for working C compiler: D:/msys64/mingw64/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: D:/msys64/mingw64/bin/g++.exe
-- Check for working CXX compiler: D:/msys64/mingw64/bin/g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: C:/Users/kyungminlee/Anaconda3/python.exe (found version "3.6.4")
-- Found PythonLibs: C:/Users/kyungminlee/Anaconda3/libs/Python36.lib
-- pybind11 v2.3.dev0
-- Configuring done
-- Generating done
-- Build files have been written to: D:/msys64/home/kyungminlee/code/PiTensor/build
Clone this wiki locally