-
Notifications
You must be signed in to change notification settings - Fork 2
Successful Builds
Kyungmin Lee edited this page Mar 26, 2018
·
2 revisions
- Commit: https://github.com/kyungminlee/PiTensor/commit/e7c15331d3ec13a553df94cbb91b6fdd91c5eabe
- Environment: Windows 10, MSYS2 + MinGW64, Anaconda Python 3.6.4
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