Skip to content

Instantly share code, notes, and snippets.

@Sumith1896
Created June 26, 2015 18:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Sumith1896/7aaedeac8ce251cd5d4d to your computer and use it in GitHub Desktop.
cmake slowdown
sumith@sumith-Lenovo-Z50-70:~/github/csympy$ cmake -DWITH_MPFR=yes -DWITH_PIRANHA=yes .
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so;/usr/lib/x86_64-linux-gnu/libgmp.so
-- Found MPFR: /usr/local/lib/libmpfr.so
-- Found PIRANHA: /usr/local/include
-- Found MPFR: /usr/lib/x86_64-linux-gnu/libpthread.so
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- date_time
-- filesystem
-- system
-- serialization
Configuration results
---------------------
C++ compiler: /usr/bin/c++
Build type: Release
C++ compiler flags: -std=c++0x -Wall -Wextra -fPIC -O3 -march=native -ffast-math -funroll-loops -Wno-unused-parameter -DNDEBUG
Installation prefix: /usr/local
WITH_SYMENGINE_ASSERT: no
WITH_SYMENGINE_RCP: yes
WITH_SYMENGINE_THREAD_SAFE: no
GMP_INCLUDE_DIRS: /usr/include
GMP_LIBRARIES: /usr/lib/x86_64-linux-gnu/libgmpxx.so;/usr/lib/x86_64-linux-gnu/libgmp.so
WITH_BFD: no
WITH_PYTHON: no
WITH_ECM: no
WITH_PRIMESIEVE: no
WITH_ARB: no
WITH_MPFR: yes
MPFR_INCLUDE_DIRS: /usr/local/include
MPFR_LIBRARIES: /usr/local/lib/libmpfr.so
WITH_PIRANHA: yes
PIRANHA_INCLUDE_DIRS: /usr/local/include
WITH_BOOST: yes
BOOST_INCLUDE_DIRS: /usr/include
BOOST_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_serialization.so
WITH_PTHREAD: yes
PTHREAD_INCLUDE_DIRS: /usr/include
PTHREAD_LIBRARIES: /usr/lib/x86_64-linux-gnu/libpthread.so
WITH_MPC: no
WITH_TCMALLOC: no
WITH_OPENMP: no
Copying source of python wrappers into: /home/sumith/github/csympy
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sumith/github/csympy
sumith@sumith-Lenovo-Z50-70:~/github/csympy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment