Trouble when compiling with g++-9 or g++-7

Asked by Sacha Duverger

Hello,

I recently upgraded g++ to 9.3.0 and tried to compile YADE from scratch using the latest version (427f64cbe), but it failed. See [1] for the outputs of the cmake and make commands (I am using Ubuntu 18.04 ).
I tried using g++ 7.5.0 by specifying “-DCMAKE_CXX_COMPILER=g++-7” in the cmake command, this time it compiled but YADE crashes as soon as it starts. See [2] for the outputs of cmake and make commands, and [3] for the output I get when I try to launch YADE.
I used gdb to investigate (see [4]) but I don’t really understand the output. It looks like the problem originates from the library libstdc++.so.6.
Should I try to use another version of gcc ?

Thank you

####################################################################################################################################################################################
[1] : Running cmake and make with g++-9

## cmake command

cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_INSTALL_PREFIX=../install ../trunk

## cmake output

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version is set to 2020-10-20.git-427f64c
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Log filtering: enabled
-- Enabling boost::log library and DEBUG=OFF. Logging will work nicely, backtraces will not have debug info, files will be small.
Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Python version 3.6.9 found, try to import dependencies...
-- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
-- Found IPython: /usr/lib/python3/dist-packages/IPython
-- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
-- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
-- Found Xlib: /usr/lib/python3/dist-packages/Xlib
-- Found future: /usr/lib/python3/dist-packages/future
-- Found past: /usr/lib/python3/dist-packages/past
-- Found tkinter: /usr/lib/python3.6/tkinter
-- Boost_VERSION: 106501
-- Boost_LIB_VERSION: 1_65_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_log.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so/usr/lib/x86_64-linux-gnu/libboost_log_setup.so
Found all python dependencies with version 3.6.9, will compile yade with that.
-- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong
-- Determining preferred precision of Real numbers
-- Will now try to find python-mpmath using /usr/bin/python3.6
-- Warning: RealHP<N> higher precision types will use slow boost cpp_bin_float, consider passing cmake option ENABLE_MPFR=ON to fix this.
-- Enabling RealHP<N>, double, quadruple and more precisions are available: RealHP<N> for N ∈ {1,2,3,4,8,10,20}. See file lib/high-precision/RealHPConfig.hpp
-- python-mpmath found, version: 1.0.0
-- mpfr disabled
-- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOParallelXML' component is 'IOParallelXML'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkCommonCore' component is 'CommonCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOImage' component is 'IOImage'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOXML' component is 'IOXML'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkFiltersCore' component is 'FiltersCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingCore' component is 'ImagingCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkRenderingCore' component is 'RenderingCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingGeneral' component is 'ImagingGeneral'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingHybrid' component is 'ImagingHybrid'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

-- Found Threads: TRUE
-- Found VTK
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (glib2). This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  cMake/Findglib2.cmake:30 (INCLUDE)
  CMakeLists.txt:675 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Found GTS
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available. Run "cmake --help-policy CMP0072" for policy details. Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:693 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- USE QT5
-- Found QGLVIEWER-qt5: /usr/include/QGLViewer
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found CGAL
-- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
-- Found GL2PS
-- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found OpenBlas
-- Found Lapack
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Yade will be installed to /home/sacha.duverger/packages/yade/install
-- Suffix is set to -2020-10-20.git-427f64c
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
-- Could NOT find gts (missing: PY_gts)
-- Use embedded version of gts. Please, consider installing the corresponding package
-- linking -lquadmath
-- VTK version >7 is found
-- ===========================================================
-- Yade configured with following features: BoostLog RealHP mpmath PrecisionDouble Odeint VTK OpenMP GTS GUI-Qt5 CGAL FEMLIKE GL2PS PotentialParticles
-- Disabled features: MPFR PFVFLOW PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
-- Using MAX_LOG_LEVEL=5, ENABLE_LOGGER=ON
-- Optimized build
-- C++ standard version: 17
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sacha.duverger/packages/yade/build

## make output

Scanning dependencies of target _GLViewer_autogen
[ 0%] Automatic MOC for target _GLViewer
[ 0%] Built target _GLViewer_autogen
Scanning dependencies of target _GLViewer
[ 1%] Building CXX object gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o
In file included from /usr/include/boost/cstdfloat.hpp:27,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:74,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/usr/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:539:43: error: 'boost::math::cstdfloat::detail::float_internal128_t boost::math::cstdfloat::detail::abs(boost::math::cstdfloat::detail::float_internal128_t)' conflicts with a previous declaration
  539 | using boost::math::cstdfloat::detail::abs;
      | ^~~
In file included from /usr/include/c++/9/cstdlib:77,
                 from /usr/include/c++/9/stdlib.h:36,
                 from /usr/include/python3.6m/Python.h:34,
                 from /usr/include/boost/python/detail/wrap_python.hpp:151,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:14,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/usr/include/c++/9/bits/std_abs.h:103:3: note: previous declaration 'constexpr __float128 std::abs(__float128)'
  103 | abs(__float128 __x)
      | ^~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:39:61: error: 'CGAL::cpp98' has not been declared
   39 | template <int levelHP> class RealHP_Is_valid : public CGAL::cpp98::unary_function<::yade::RealHP<levelHP>, bool> {
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:39:68: error: expected '{' before 'unary_function'
   39 | template <int levelHP> class RealHP_Is_valid : public CGAL::cpp98::unary_function<::yade::RealHP<levelHP>, bool> {
      | ^~~~~~~~~~~~~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:71:30: error: 'CGAL::cpp98' has not been declared
   71 | class Square : public CGAL::cpp98::unary_function<Type, Type> {
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:71:37: error: expected '{' before 'unary_function'
   71 | class Square : public CGAL::cpp98::unary_function<Type, Type> {
      | ^~~~~~~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:71:37: error: expected ';' at end of member declaration
   71 | class Square : public CGAL::cpp98::unary_function<Type, Type> {
      | ^~~~~~~~~~~~~~
      | ;
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:71:51: error: expected unqualified-id before '<' token
   71 | class Square : public CGAL::cpp98::unary_function<Type, Type> {
      | ^
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:76:28: error: 'CGAL::cpp98' has not been declared
   76 | class Sqrt : public CGAL::cpp98::unary_function<Type, Type> {
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:76:35: error: expected '{' before 'unary_function'
   76 | class Sqrt : public CGAL::cpp98::unary_function<Type, Type> {
      | ^~~~~~~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:76:35: error: expected ';' at end of member declaration
   76 | class Sqrt : public CGAL::cpp98::unary_function<Type, Type> {
      | ^~~~~~~~~~~~~~
      | ;
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:76:35: error: redeclaration of 'int CGAL::RealHP_Algebraic_structure_traits<levelHP>::unary_function'
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:71:37: note: previous declaration 'int CGAL::RealHP_Algebraic_structure_traits<levelHP>::unary_function'
   71 | class Square : public CGAL::cpp98::unary_function<Type, Type> {
      | ^~~~~~~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:76:49: error: expected unqualified-id before '<' token
   76 | class Sqrt : public CGAL::cpp98::unary_function<Type, Type> {
      | ^
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:86:32: error: 'CGAL::cpp98' has not been declared
   86 | class Kth_root : public CGAL::cpp98::binary_function<int, Type, Type> {
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:86:39: error: expected '{' before 'binary_function'
   86 | class Kth_root : public CGAL::cpp98::binary_function<int, Type, Type> {
      | ^~~~~~~~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:86:39: error: expected ';' at end of member declaration
   86 | class Kth_root : public CGAL::cpp98::binary_function<int, Type, Type> {
      | ^~~~~~~~~~~~~~~
      | ;
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:86:54: error: expected unqualified-id before '<' token
   86 | class Kth_root : public CGAL::cpp98::binary_function<int, Type, Type> {
      | ^
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:102:35: error: 'CGAL::cpp98' has not been declared
  102 | class To_interval : public CGAL::cpp98::unary_function<Type, std::pair<double, double>> {
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:102:42: error: expected '{' before 'unary_function'
  102 | class To_interval : public CGAL::cpp98::unary_function<Type, std::pair<double, double>> {
      | ^~~~~~~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:102:42: error: expected ';' at end of member declaration
  102 | class To_interval : public CGAL::cpp98::unary_function<Type, std::pair<double, double>> {
      | ^~~~~~~~~~~~~~
      | ;
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:102:56: error: expected unqualified-id before '<' token
  102 | class To_interval : public CGAL::cpp98::unary_function<Type, std::pair<double, double>> {
      | ^
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:114:27: error: 'CGAL::cpp98' has not been declared
  114 | class Sgn : public CGAL::cpp98::unary_function<Type, CGAL::Sign> {
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:114:34: error: expected '{' before 'unary_function'
  114 | class Sgn : public CGAL::cpp98::unary_function<Type, CGAL::Sign> {
      | ^~~~~~~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:114:34: error: expected ';' at end of member declaration
  114 | class Sgn : public CGAL::cpp98::unary_function<Type, CGAL::Sign> {
      | ^~~~~~~~~~~~~~
      | ;
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:114:34: error: redeclaration of 'int CGAL::RealHP_embeddable_traits<levelHP>::unary_function'
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:102:42: note: previous declaration 'int CGAL::RealHP_embeddable_traits<levelHP>::unary_function'
  102 | class To_interval : public CGAL::cpp98::unary_function<Type, std::pair<double, double>> {
      | ^~~~~~~~~~~~~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:114:48: error: expected unqualified-id before '<' token
  114 | class Sgn : public CGAL::cpp98::unary_function<Type, CGAL::Sign> {
      | ^
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:123:33: error: 'CGAL::cpp98' has not been declared
  123 | class Is_finite : public CGAL::cpp98::unary_function<Type, bool> {
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:123:40: error: expected '{' before 'unary_function'
  123 | class Is_finite : public CGAL::cpp98::unary_function<Type, bool> {
      | ^~~~~~~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:123:40: error: expected ';' at end of member declaration
  123 | class Is_finite : public CGAL::cpp98::unary_function<Type, bool> {
      | ^~~~~~~~~~~~~~
      | ;
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:123:40: error: redeclaration of 'int CGAL::RealHP_embeddable_traits<levelHP>::unary_function'
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:102:42: note: previous declaration 'int CGAL::RealHP_embeddable_traits<levelHP>::unary_function'
  102 | class To_interval : public CGAL::cpp98::unary_function<Type, std::pair<double, double>> {
      | ^~~~~~~~~~~~~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:123:54: error: expected unqualified-id before '<' token
  123 | class Is_finite : public CGAL::cpp98::unary_function<Type, bool> {
      | ^
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:153:24: error: 'CGAL::cpp98' has not been declared
  153 | : public CGAL::cpp98::unary_function<::yade::Real, NT_converter<::yade::Real, __gmp_expr<GMP1, GMP2>>> {
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:153:31: error: expected '{' before 'unary_function'
  153 | : public CGAL::cpp98::unary_function<::yade::Real, NT_converter<::yade::Real, __gmp_expr<GMP1, GMP2>>> {
      | ^~~~~~~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:165:24: error: 'CGAL::cpp98' has not been declared
  165 | : public CGAL::cpp98::unary_function<::yade::Real, NT_converter<::yade::Real, boost::multiprecision::mpq_rational>> {
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:165:31: error: expected '{' before 'unary_function'
  165 | : public CGAL::cpp98::unary_function<::yade::Real, NT_converter<::yade::Real, boost::multiprecision::mpq_rational>> {
      | ^~~~~~~~~~~~~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:244,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPEigenCgal.hpp:123:58: error: invalid use of incomplete type 'class CGAL::RealHP_Is_valid<2>'
  123 | YADE_REGISTER_SELECTED_HP_LEVELS(YADE_CGAL_SUPPORT_REAL_HP)
      | ^~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:39:30: note: declaration of 'class CGAL::RealHP_Is_valid<2>'
   39 | template <int levelHP> class RealHP_Is_valid : public CGAL::cpp98::unary_function<::yade::RealHP<levelHP>, bool> {
      | ^~~~~~~~~~~~~~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:244,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPEigenCgal.hpp:123:357: error: invalid use of incomplete type 'class CGAL::RealHP_Is_valid<3>'
  123 | YADE_REGISTER_SELECTED_HP_LEVELS(YADE_CGAL_SUPPORT_REAL_HP)
      | ^
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:39:30: note: declaration of 'class CGAL::RealHP_Is_valid<3>'
   39 | template <int levelHP> class RealHP_Is_valid : public CGAL::cpp98::unary_function<::yade::RealHP<levelHP>, bool> {
      | ^~~~~~~~~~~~~~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:244,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPEigenCgal.hpp:123:656: error: invalid use of incomplete type 'class CGAL::RealHP_Is_valid<4>'
  123 | YADE_REGISTER_SELECTED_HP_LEVELS(YADE_CGAL_SUPPORT_REAL_HP)
      | ^
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:39:30: note: declaration of 'class CGAL::RealHP_Is_valid<4>'
   39 | template <int levelHP> class RealHP_Is_valid : public CGAL::cpp98::unary_function<::yade::RealHP<levelHP>, bool> {
      | ^~~~~~~~~~~~~~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:244,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPEigenCgal.hpp:123:955: error: invalid use of incomplete type 'class CGAL::RealHP_Is_valid<8>'
  123 | YADE_REGISTER_SELECTED_HP_LEVELS(YADE_CGAL_SUPPORT_REAL_HP)
      | ^
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:39:30: note: declaration of 'class CGAL::RealHP_Is_valid<8>'
   39 | template <int levelHP> class RealHP_Is_valid : public CGAL::cpp98::unary_function<::yade::RealHP<levelHP>, bool> {
      | ^~~~~~~~~~~~~~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:244,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPEigenCgal.hpp:123:1255: error: invalid use of incomplete type 'class CGAL::RealHP_Is_valid<10>'
  123 | YADE_REGISTER_SELECTED_HP_LEVELS(YADE_CGAL_SUPPORT_REAL_HP)
      | ^
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:39:30: note: declaration of 'class CGAL::RealHP_Is_valid<10>'
   39 | template <int levelHP> class RealHP_Is_valid : public CGAL::cpp98::unary_function<::yade::RealHP<levelHP>, bool> {
      | ^~~~~~~~~~~~~~~
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:244,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPEigenCgal.hpp:123:1560: error: invalid use of incomplete type 'class CGAL::RealHP_Is_valid<20>'
  123 | YADE_REGISTER_SELECTED_HP_LEVELS(YADE_CGAL_SUPPORT_REAL_HP)
      | ^
In file included from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:230,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/home/sacha.duverger/packages/yade/trunk/lib/high-precision/CgalNumTraits.hpp:39:30: note: declaration of 'class CGAL::RealHP_Is_valid<20>'
   39 | template <int levelHP> class RealHP_Is_valid : public CGAL::cpp98::unary_function<::yade::RealHP<levelHP>, bool> {
      | ^~~~~~~~~~~~~~~
gui/CMakeFiles/_GLViewer.dir/build.make:81: recipe for target 'gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o' failed
make[2]: *** [gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o] Error 1
CMakeFiles/Makefile2:301: recipe for target 'gui/CMakeFiles/_GLViewer.dir/all' failed
make[1]: *** [gui/CMakeFiles/_GLViewer.dir/all] Error 2
Makefile:148: recipe for target 'all' failed
make: *** [all] Error 2

####################################################################################################################################################################################
[2] : Running cmake and make with g++-7

## cmake command

cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_CXX_COMPILER=g++-7 -DCMAKE_INSTALL_PREFIX=../install ../trunk

## cmake output

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 7.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-7 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version is set to 2020-10-20.git-427f64c
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Log filtering: enabled
-- Enabling boost::log library and DEBUG=OFF. Logging will work nicely, backtraces will not have debug info, files will be small.
Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Python version 3.6.9 found, try to import dependencies...
-- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
-- Found IPython: /usr/lib/python3/dist-packages/IPython
-- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
-- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
-- Found Xlib: /usr/lib/python3/dist-packages/Xlib
-- Found future: /usr/lib/python3/dist-packages/future
-- Found past: /usr/lib/python3/dist-packages/past
-- Found tkinter: /usr/lib/python3.6/tkinter
-- Boost_VERSION: 106501
-- Boost_LIB_VERSION: 1_65_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_log.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so/usr/lib/x86_64-linux-gnu/libboost_log_setup.so
Found all python dependencies with version 3.6.9, will compile yade with that.
-- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-int-in-bool-context -Wno-error=cpp -fdce -fstack-protector-strong
-- Determining preferred precision of Real numbers
-- Will now try to find python-mpmath using /usr/bin/python3.6
-- Disabling RealHP<N>, this compiler is too old to make this work.
-- mpfr disabled
-- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOParallelXML' component is 'IOParallelXML'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkCommonCore' component is 'CommonCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOImage' component is 'IOImage'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOXML' component is 'IOXML'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkFiltersCore' component is 'FiltersCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingCore' component is 'ImagingCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkRenderingCore' component is 'RenderingCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingGeneral' component is 'ImagingGeneral'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingHybrid' component is 'ImagingHybrid'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

-- Found Threads: TRUE
-- Found VTK
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (glib2). This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  cMake/Findglib2.cmake:30 (INCLUDE)
  CMakeLists.txt:675 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Found GTS
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available. Run "cmake --help-policy CMP0072" for policy details. Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:693 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- USE QT5
-- Found QGLVIEWER-qt5: /usr/include/QGLViewer
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found CGAL
-- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
-- Found GL2PS
-- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found OpenBlas
-- Found Lapack
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Yade will be installed to /home/sacha.duverger/packages/yade/install
-- Suffix is set to -2020-10-20.git-427f64c
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
-- Could NOT find gts (missing: PY_gts)
-- Use embedded version of gts. Please, consider installing the corresponding package
-- linking -lquadmath skipped
-- VTK version >7 is found
-- ===========================================================
-- Yade configured with following features: BoostLog PrecisionDouble Odeint VTK OpenMP GTS GUI-Qt5 CGAL FEMLIKE GL2PS PotentialParticles
-- Disabled features: RealHP mpmath MPFR PFVFLOW PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
-- Using MAX_LOG_LEVEL=5, ENABLE_LOGGER=ON
-- Optimized build
-- C++ standard version: 17
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sacha.duverger/packages/yade/build

## make output

[ 0%] Automatic MOC for target _GLViewer
[ 0%] Built target _GLViewer_autogen
[ 1%] Building CXX object gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o
[ 1%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o
[ 2%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o
[ 2%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o
[ 3%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o
[ 3%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o
[ 4%] Linking CXX shared library lib/x86_64-linux-gnu/_GLViewer.so
[ 4%] Built target _GLViewer
Scanning dependencies of target yade
[ 4%] Building CXX object CMakeFiles/yade.dir/core/Body.cpp.o
[ 5%] Building CXX object CMakeFiles/yade.dir/core/BodyContainer.cpp.o
[ 5%] Building CXX object CMakeFiles/yade.dir/core/Cell.cpp.o
[ 6%] Building CXX object CMakeFiles/yade.dir/core/Clump.cpp.o
[ 6%] Building CXX object CMakeFiles/yade.dir/core/Engine.cpp.o
[ 7%] Building CXX object CMakeFiles/yade.dir/core/FileGenerator.cpp.o
[ 7%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o
[ 7%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o
[ 8%] Building CXX object CMakeFiles/yade.dir/core/Interaction.cpp.o
[ 8%] Building CXX object CMakeFiles/yade.dir/core/InteractionContainer.cpp.o
/home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp:82:2: warning: #warning ("is cpu cost of this mutex known?") [-Wcpp]
 #warning("is cpu cost of this mutex known?")
  ^~~~~~~
[ 9%] Building CXX object CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o
[ 9%] Building CXX object CMakeFiles/yade.dir/core/Material.cpp.o
[ 10%] Building CXX object CMakeFiles/yade.dir/core/Omega.cpp.o
[ 10%] Building CXX object CMakeFiles/yade.dir/core/Scene.cpp.o
[ 11%] Building CXX object CMakeFiles/yade.dir/core/SimulationFlow.cpp.o
[ 11%] Building CXX object CMakeFiles/yade.dir/core/State.cpp.o
[ 11%] Building CXX object CMakeFiles/yade.dir/core/Subdomain.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/ThreadRunner.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/ThreadWorker.cpp.o
[ 13%] Building CXX object CMakeFiles/yade.dir/core/corePlugins.cpp.o
[ 13%] Building CXX object CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o
[ 14%] Building CXX object CMakeFiles/yade.dir/pkg/common/Collider.cpp.o
[ 14%] Building CXX object CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o
[ 15%] Building CXX object CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o
[ 15%] Building CXX object CMakeFiles/yade.dir/pkg/common/Facet.cpp.o
[ 15%] Building CXX object CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o
[ 16%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o
[ 16%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o
[ 17%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o
[ 17%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o
[ 18%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o
[ 18%] Building CXX object CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o
[ 19%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid.cpp.o
[ 19%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o
[ 19%] Building CXX object CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o
[ 20%] Building CXX object CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o
[ 20%] Building CXX object CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Wall.cpp.o
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/common.cpp.o
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o
In file included from /home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.cpp:3:0:
/home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.hpp: In member function 'virtual void yade::Law2_ScGeom_MindlinPhys_Mindlin::pySetAttr(const string&, const boost::python::api::object&)':
/home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.hpp:160:2776: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
   YADE_CLASS_BASE_DOC_ATTRS_INIT_CTOR_PY(Law2_ScGeom_MindlinPhys_Mindlin,LawFunctor,"Constitutive law for the Hertz-Mindlin formulation. It includes non linear elasticity in the normal direction as predicted by Hertz for two non-conforming elastic contact bodies. In the shear direction, instead, it reseambles the simplified case without slip discussed in Mindlin's paper, where a linear relationship between shear force and tangential displacement is provided. Finally, the Mohr-Coulomb criterion is employed to established the maximum friction force which can be developed at the contact. Moreover, it is also possible to include the effect of linear viscous damping through the definition of the parameters $\\beta_{n}$ and $\\beta_{s}$.",
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^
/home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.hpp:160:2892: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
   YADE_CLASS_BASE_DOC_ATTRS_INIT_CTOR_PY(Law2_ScGeom_MindlinPhys_Mindlin,LawFunctor,"Constitutive law for the Hertz-Mindlin formulation. It includes non linear elasticity in the normal direction as predicted by Hertz for two non-conforming elastic contact bodies. In the shear direction, instead, it reseambles the simplified case without slip discussed in Mindlin's paper, where a linear relationship between shear force and tangential displacement is provided. Finally, the Mohr-Coulomb criterion is employed to established the maximum friction force which can be developed at the contact. Moreover, it is also possible to include the effect of linear viscous damping through the definition of the parameters $\\beta_{n}$ and $\\beta_{s}$.",
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
/home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.hpp:160:3006: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
   YADE_CLASS_BASE_DOC_ATTRS_INIT_CTOR_PY(Law2_ScGeom_MindlinPhys_Mindlin,LawFunctor,"Constitutive law for the Hertz-Mindlin formulation. It includes non linear elasticity in the normal direction as predicted by Hertz for two non-conforming elastic contact bodies. In the shear direction, instead, it reseambles the simplified case without slip discussed in Mindlin's paper, where a linear relationship between shear force and tangential displacement is provided. Finally, the Mohr-Coulomb criterion is employed to established the maximum friction force which can be developed at the contact. Moreover, it is also possible to include the effect of linear viscous damping through the definition of the parameters $\\beta_{n}$ and $\\beta_{s}$.",
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ^
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809:0,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/lib/pyutil/numpy_boost.hpp:45,
                 from /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp:22:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o
In file included from /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.cpp:1:0:
/home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.hpp: In member function 'virtual void yade::Law2_ScGeom_ViscElCapPhys_Basic::pySetAttr(const string&, const boost::python::api::object&)':
/home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.hpp:89:1245: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
  YADE_CLASS_BASE_DOC_ATTRS_CTOR_PY(Law2_ScGeom_ViscElCapPhys_Basic,LawFunctor,"Extended version of Linear viscoelastic model with capillary parameters.",
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ^
/home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.hpp:89:1347: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
  YADE_CLASS_BASE_DOC_ATTRS_CTOR_PY(Law2_ScGeom_ViscElCapPhys_Basic,LawFunctor,"Extended version of Linear viscoelastic model with capillary parameters.",
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ^
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Node.cpp.o
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o
[ 71%] Building CXX object CMakeFiles/yade.dir/lib/base/Math.cpp.o
[ 71%] Building CXX object CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o
[ 72%] Building CXX object CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o
[ 72%] Building CXX object CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o
[ 73%] Building CXX object CMakeFiles/yade.dir/lib/base/Logging.cpp.o
[ 73%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o
[ 74%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o
[ 74%] Building CXX object CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o
[ 75%] Building CXX object CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o
[ 75%] Building CXX object CMakeFiles/yade.dir/core/main/pyboot.cpp.o
[ 75%] Building CXX object CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o
[ 76%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o
[ 76%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o
[ 77%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o
[ 77%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o
[ 79%] Linking CXX shared library lib/x86_64-linux-gnu/libyade.so
[ 79%] Built target yade
Scanning dependencies of target boot
[ 80%] Building CXX object CMakeFiles/boot.dir/core/main/pyboot.cpp.o
[ 80%] Linking CXX shared library lib/x86_64-linux-gnu/boot.so
[ 80%] Built target boot
Scanning dependencies of target _gts
[ 80%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o
[ 81%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o
[ 81%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o
[ 82%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o
[ 82%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o
[ 83%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o
[ 83%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o
[ 83%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o
[ 84%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o
[ 84%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o
[ 85%] Linking CXX shared library lib/x86_64-linux-gnu/_gts.so
[ 85%] Built target _gts
Scanning dependencies of target _libVersions
[ 85%] Building CXX object py/CMakeFiles/_libVersions.dir/_libVersions.cpp.o
[ 86%] Linking CXX shared library lib/x86_64-linux-gnu/_libVersions.so
[ 86%] Built target _libVersions
Scanning dependencies of target _polyhedra_utils
[ 87%] Building CXX object py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809:0,
                 from /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp:14:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
[ 87%] Linking CXX shared library lib/x86_64-linux-gnu/_polyhedra_utils.so
[ 87%] Built target _polyhedra_utils
Scanning dependencies of target _packObb
[ 87%] Building CXX object py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o
[ 88%] Linking CXX shared library lib/x86_64-linux-gnu/_packObb.so
[ 88%] Built target _packObb
Scanning dependencies of target _log
[ 88%] Building CXX object py/CMakeFiles/_log.dir/_log.cpp.o
[ 89%] Linking CXX shared library lib/x86_64-linux-gnu/_log.so
[ 89%] Built target _log
Scanning dependencies of target _minieigenHP
[ 89%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o
[ 90%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o
[ 90%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o
[ 92%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o
[ 92%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o
[ 92%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o
[ 93%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o
[ 93%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o
[ 94%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o
[ 94%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o
[ 95%] Linking CXX shared library lib/x86_64-linux-gnu/_minieigenHP.so
[ 95%] Built target _minieigenHP
Scanning dependencies of target _packPredicates
[ 95%] Building CXX object py/CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o
[ 95%] Linking CXX shared library lib/x86_64-linux-gnu/_packPredicates.so
[ 95%] Built target _packPredicates
Scanning dependencies of target _math
[ 95%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_math.cpp.o
[ 95%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o
[ 96%] Linking CXX shared library lib/x86_64-linux-gnu/_math.so
[ 96%] Built target _math
Scanning dependencies of target WeightedAverage2d
[ 96%] Building CXX object py/CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o
[ 96%] Linking CXX shared library lib/x86_64-linux-gnu/WeightedAverage2d.so
[ 96%] Built target WeightedAverage2d
Scanning dependencies of target _utils
[ 97%] Building CXX object py/CMakeFiles/_utils.dir/_utils.cpp.o
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809:0,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp:8:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
[ 97%] Linking CXX shared library lib/x86_64-linux-gnu/_utils.so
[ 97%] Built target _utils
Scanning dependencies of target _packSpheres
[ 98%] Building CXX object py/CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o
[ 98%] Linking CXX shared library lib/x86_64-linux-gnu/_packSpheres.so
[ 98%] Built target _packSpheres
Scanning dependencies of target wrapper
[ 98%] Building CXX object py/CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o
[ 99%] Linking CXX shared library lib/x86_64-linux-gnu/wrapper.so
[ 99%] Built target wrapper
Scanning dependencies of target _customConverters
[ 99%] Building CXX object py/CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o
[100%] Linking CXX shared library lib/x86_64-linux-gnu/_customConverters.so
[100%] Built target _customConverters

## make install output

[ 0%] Automatic MOC for target _GLViewer
[ 0%] Built target _GLViewer_autogen
[ 4%] Built target _GLViewer
[ 79%] Built target yade
[ 80%] Built target boot
[ 85%] Built target _gts
[ 86%] Built target _libVersions
[ 87%] Built target _polyhedra_utils
[ 88%] Built target _packObb
[ 89%] Built target _log
[ 95%] Built target _minieigenHP
[ 95%] Built target _packPredicates
[ 96%] Built target _math
[ 96%] Built target WeightedAverage2d
[ 97%] Built target _utils
[ 98%] Built target _packSpheres
[ 99%] Built target wrapper
[100%] Built target _customConverters
Install the project...
-- Install configuration: "Release"
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c-batch
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/config.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/DEM-PFV-check.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkAvoidSelfInteractionMask.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkBlockGen.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkCapillaryModels.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkClumpHopper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderConstantness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderCorrectness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkDEM-PFVPressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkGravity.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkJCFpm.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLiquidMigration.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkList.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubrication.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubricationWithRoughness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkMPI.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPolyhedraCrush.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialBlocks.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialParticles.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialVTKRecorders.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkSaveLoadClumps.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestDummy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestTriax.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkVTKRecorder.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElEng.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM2.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWeight.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWirePM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/check_TwoPhaseFlowEngine_PressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGui.sh
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiEmpty.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiSimple.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testGuiHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColider.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkJCFpm.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pb-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkTestTriax.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/100spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColliderCorrect.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/WallStressesCheckTest
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/joints.csv
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_1.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/share/doc/yade-2020-10-20.git-427f64c/img/yade-logo-note.png
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/math.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/minieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/pygts.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_extraDocs.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bisectionDecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bodiesHandling.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/coloring.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/deformableelementsutils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/domaindecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/export.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/geom.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/gridpfacet.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/linterpolation.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/log.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/mpy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/params.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/plot.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/polyhedra_utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/post2d.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/remote.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/runtime.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/system.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/timing.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/ymport.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/pack.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/mtTkinter.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/clump.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/cohesive-chain.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/core.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/dummyTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/engines.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/enumTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/pbc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testColliderByGiulia.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMath.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMinieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/utilsModule.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/wrapper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/checkPerf.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/performance.db
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/mpipool.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM2D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM3D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEMup.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/saveGauss.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/simDEM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"

####################################################################################################################################################################################
[3] : Trying to launch YADE compiled with g++-7

## output when executing install/bin/yade-2020-10-20.git-427f64c

Welcome to Yade 2020-10-20.git-427f64c
Using python version: 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0]
Segmentation fault (core dumped)

####################################################################################################################################################################################
[4] : Using gdb to investigate the segmentation fault

## gdb session

GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) file python3
Reading symbols from python3...(no debugging symbols found)...done.
(gdb) run install/bin/yade-2020-10-20.git-427f64c
Starting program: /usr/bin/python3 install/bin/yade-2020-10-20.git-427f64c
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Welcome to Yade 2020-10-20.git-427f64c
Using python version: 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff59aac00 in ?? ()
(gdb) bt
#0 0x00007ffff59aac00 in ?? ()
#1 0x00007ffff15411e6 in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long) ()
   from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#2 0x00007fffe13c3689 in Configuration::Lookup(Configuration::Item*, char const*, unsigned long const&, bool const&) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#3 0x00007fffe13c3794 in Configuration::Lookup(char const*, bool const&) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#4 0x00007fffe13c386f in Configuration::CndSet(char const*, int) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#5 0x00007fffe144d103 in pkgInitConfig(Configuration&) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#6 0x00007fffe16ebed8 in ?? () from /usr/lib/python3/dist-packages/apt_pkg.cpython-36m-x86_64-linux-gnu.so
#7 0x000000000050a12f in ?? ()
#8 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#9 0x0000000000507be4 in ?? ()
#10 0x0000000000516069 in ?? ()
#11 0x0000000000566fae in PyCFunction_Call ()
#12 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#13 0x0000000000507be4 in ?? ()
#14 0x0000000000509900 in ?? ()
#15 0x000000000050a2fd in ?? ()
#16 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#17 0x00000000005095c8 in ?? ()
#18 0x000000000050a2fd in ?? ()
#19 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#20 0x00000000005095c8 in ?? ()
#21 0x000000000050a2fd in ?? ()
#22 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#23 0x00000000005095c8 in ?? ()
#24 0x000000000050a2fd in ?? ()
#25 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#26 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#27 0x00000000005a4c61 in _PyObject_FastCallDict ()
#28 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#29 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#30 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#31 0x0000000000507be4 in ?? ()
#32 0x0000000000516069 in ?? ()
#33 0x0000000000566fae in PyCFunction_Call ()
#34 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#35 0x0000000000507be4 in ?? ()
#36 0x0000000000509900 in ?? ()
#37 0x000000000050a2fd in ?? ()
#38 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#39 0x00000000005095c8 in ?? ()
#40 0x000000000050a2fd in ?? ()
#41 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#42 0x00000000005095c8 in ?? ()
#43 0x000000000050a2fd in ?? ()
#44 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#45 0x00000000005095c8 in ?? ()
#46 0x000000000050a2fd in ?? ()
#47 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#48 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#49 0x00000000005a4c61 in _PyObject_FastCallDict ()
--Type <RET> for more, q to quit, c to continue without paging--c
#50 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#51 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#52 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#53 0x0000000000507be4 in ?? ()
#54 0x0000000000516069 in ?? ()
#55 0x0000000000566fae in PyCFunction_Call ()
#56 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#57 0x0000000000507be4 in ?? ()
#58 0x0000000000509900 in ?? ()
#59 0x000000000050a2fd in ?? ()
#60 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#61 0x00000000005095c8 in ?? ()
#62 0x000000000050a2fd in ?? ()
#63 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#64 0x00000000005095c8 in ?? ()
#65 0x000000000050a2fd in ?? ()
#66 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#67 0x00000000005095c8 in ?? ()
#68 0x000000000050a2fd in ?? ()
#69 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#70 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#71 0x00000000005a4c61 in _PyObject_FastCallDict ()
#72 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#73 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#74 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#75 0x0000000000507be4 in ?? ()
#76 0x0000000000516069 in ?? ()
#77 0x0000000000566fae in PyCFunction_Call ()
#78 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#79 0x0000000000507be4 in ?? ()
#80 0x0000000000509900 in ?? ()
#81 0x000000000050a2fd in ?? ()
#82 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#83 0x00000000005095c8 in ?? ()
#84 0x000000000050a2fd in ?? ()
#85 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#86 0x00000000005095c8 in ?? ()
#87 0x000000000050a2fd in ?? ()
#88 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#89 0x00000000005095c8 in ?? ()
#90 0x000000000050a2fd in ?? ()
#91 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#92 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#93 0x00000000005a4c61 in _PyObject_FastCallDict ()
#94 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#95 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#96 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#97 0x0000000000507be4 in ?? ()
#98 0x0000000000516069 in ?? ()
#99 0x0000000000566fae in PyCFunction_Call ()
#100 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#101 0x0000000000507be4 in ?? ()
#102 0x0000000000509900 in ?? ()
#103 0x000000000050a2fd in ?? ()
#104 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#105 0x00000000005095c8 in ?? ()
#106 0x000000000050a2fd in ?? ()
#107 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#108 0x00000000005095c8 in ?? ()
#109 0x000000000050a2fd in ?? ()
#110 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#111 0x00000000005095c8 in ?? ()
#112 0x000000000050a2fd in ?? ()
#113 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#114 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#115 0x00000000005a4c61 in _PyObject_FastCallDict ()
#116 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#117 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#118 0x00000000005140a4 in ?? ()
#119 0x0000000000566f73 in PyCFunction_Call ()
#120 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#121 0x0000000000507be4 in ?? ()
#122 0x0000000000509900 in ?? ()
#123 0x000000000050a2fd in ?? ()
#124 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#125 0x00000000005095c8 in ?? ()
#126 0x000000000050a2fd in ?? ()
#127 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#128 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#129 0x00000000005a4c61 in _PyObject_FastCallDict ()
#130 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#131 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#132 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#133 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#134 0x00000000005a4c61 in _PyObject_FastCallDict ()
#135 0x000000000063831b in PyErr_PrintEx ()
#136 0x0000000000638703 in PyRun_SimpleFileExFlags ()
#137 0x0000000000639281 in Py_Main ()
#138 0x00000000004b0dc0 in main ()

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Janek Kozicki
Solved:
Last query:
Last reply:
Revision history for this message
Bruno Chareyre (bruno-chareyre) said :
#1

Hi,
Please try fresh install. You are currently building+installing in the same path regardless of the g++ version, this alone could cause trouble.
Bruno

Revision history for this message
Janek Kozicki (cosurgi) said :
#2

Hi,

it's not a problem with yade. It is built everyday with following compiler versions:

suse15 gcc 7.5.0
stretch gcc 6.3.0
clang clang 9.0.1
buster gcc 8.3.0
bullseye gcc 10.2.0
bullseye 32bit gcc 9.2.1
20_04 gcc 9.3.0
18_04 gcc 7.5.0
16_04 gcc 5.4.0

see e.g. [1]. The problem is with your local setup. Part of which is what Bruno said. But also you have to make sure to install all necessary packages in versions requested by your g++ compiler. For start you could check what is recommended by the packages you have already installed. Then find what other packages you might need. These will not be packages required by yade to build (such as Eigen or boost: they are OK), these will be packages which form the build toolchain for your g++. I suppose that you might find out what are those packages by trying to compile yade with clang and seeing what it recommends. But remember to always build in a fresh build tree dir.

[1] https://gitlab.com/yade-dev/trunk/-/pipelines/208516884

Revision history for this message
Sacha Duverger (schmxprr) said :
#3

Thank you for your answers,

Before trying to compile with g++-7 I emptied the "build" and "install" directories (with "rm -r build/* install/*"), this counts has a fresh directory right? Anyway, I tried to start from a really fresh directory (with another name) and had the same problem.

The g++-9 installed on my machine worked well when I used it to compile another package (this package is the reason why I upgraded g++ in the first place). Can there still be a problem with g++-9's necessary packages while it already worked for another package than YADE?

I tried to compile YADE with clang but I don't see where I can identify which package cause problems with g++. See [1] for the outputs of cmake and make install.

I also tried to uninstall and reinstall all of my g++ versions, hoping that it could fix problems on the necessary packages, but it still doesn't work.

####################################################################################################################################################################################
[1] : Running cmake and make with clang

## cmake command

cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_CXX_COMPILER=clang -DCMAKE_INSTALL_PREFIX=../install ../trunk

## cmake output

-- The C compiler identification is Clang 6.0.0
-- The CXX compiler identification is Clang 6.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version is set to 2020-10-20.git-427f64c
-- GCC Version >= 4.8. Adding -save-temps
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Log filtering: enabled
-- Enabling boost::log library and DEBUG=OFF. Logging will work nicely, backtraces will not have debug info, files will be small.
Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Python version 3.6.9 found, try to import dependencies...
-- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
-- Found IPython: /usr/lib/python3/dist-packages/IPython
-- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
-- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
-- Found Xlib: /usr/lib/python3/dist-packages/Xlib
-- Found future: /usr/lib/python3/dist-packages/future
-- Found past: /usr/lib/python3/dist-packages/past
-- Found tkinter: /usr/lib/python3.6/tkinter
-- Boost_VERSION: 106501
-- Boost_LIB_VERSION: 1_65_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_log.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so/usr/lib/x86_64-linux-gnu/libboost_log_setup.so
Found all python dependencies with version 3.6.9, will compile yade with that.
-- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-error=cpp -fdce -fstack-protector-strong
-- Determining preferred precision of Real numbers
-- Will now try to find python-mpmath using /usr/bin/python3.6
-- Disabling RealHP<N>, this compiler is too old to make this work.
-- mpfr disabled
-- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOParallelXML' component is 'IOParallelXML'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkCommonCore' component is 'CommonCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOImage' component is 'IOImage'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOXML' component is 'IOXML'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkFiltersCore' component is 'FiltersCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingCore' component is 'ImagingCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkRenderingCore' component is 'RenderingCore'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingGeneral' component is 'ImagingGeneral'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingHybrid' component is 'ImagingHybrid'
Call Stack (most recent call first):
  CMakeLists.txt:642 (FIND_PACKAGE)

-- Found Threads: TRUE
-- Found VTK
-- Found OpenMP_C: -fopenmp=libomp (found version "3.1")
-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
-- Could NOT find OpenMP (missing: OpenMP_CXX_FOUND) (found version "3.1")
-- OpenMP NOT found
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (glib2). This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  cMake/Findglib2.cmake:30 (INCLUDE)
  CMakeLists.txt:675 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Found GTS
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available. Run "cmake --help-policy CMP0072" for policy details. Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:693 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- USE QT5
-- Found QGLVIEWER-qt5: /usr/include/QGLViewer
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- CGAL NOT found
-- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
-- Found GL2PS
-- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found OpenBlas
-- Found Lapack
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Yade will be installed to /home/sacha.duverger/packages/yade/install
-- Suffix is set to -2020-10-20.git-427f64c
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
-- Could NOT find gts (missing: PY_gts)
-- Use embedded version of gts. Please, consider installing the corresponding package
-- linking -lquadmath skipped
-- VTK version >7 is found
-- ===========================================================
-- Yade configured with following features: BoostLog PrecisionDouble Odeint VTK GTS GUI-Qt5 FEMLIKE GL2PS PotentialParticles
-- Disabled features: RealHP mpmath MPFR OPENMP CGAL PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
-- Using MAX_LOG_LEVEL=5, ENABLE_LOGGER=ON
-- Optimized build
-- C++ standard version: 14
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sacha.duverger/packages/yade/build

## make install output

Scanning dependencies of target _GLViewer_autogen
[ 0%] Automatic MOC for target _GLViewer
Scanning dependencies of target _gts
Scanning dependencies of target _packObb
[ 0%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o
[ 1%] Building CXX object py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o
Scanning dependencies of target _polyhedra_utils
[ 1%] Building CXX object py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o
clang: error: unknown argument: '-fdce'
py/CMakeFiles/_gts.dir/build.make:81: recipe for target 'py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o' failed
make[2]: *** [py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o] Error 1
CMakeFiles/Makefile2:355: recipe for target 'py/CMakeFiles/_gts.dir/all' failed
make[1]: *** [py/CMakeFiles/_gts.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
clang: error: unknown argument: '-fdce'
py/CMakeFiles/_packObb.dir/build.make:81: recipe for target 'py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o' failed
make[2]: *** [py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o] Error 1
CMakeFiles/Makefile2:437: recipe for target 'py/CMakeFiles/_packObb.dir/all' failed
make[1]: *** [py/CMakeFiles/_packObb.dir/all] Error 2
clang: error: unknown argument: '-fdce'
py/CMakeFiles/_polyhedra_utils.dir/build.make:81: recipe for target 'py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o' failed
make[2]: *** [py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o] Error 1
CMakeFiles/Makefile2:410: recipe for target 'py/CMakeFiles/_polyhedra_utils.dir/all' failed
make[1]: *** [py/CMakeFiles/_polyhedra_utils.dir/all] Error 2
[ 1%] Built target _GLViewer_autogen
Makefile:148: recipe for target 'all' failed
make: *** [all] Error 2

Revision history for this message
Anton Gladky (gladky-anton) said :
#4

Hi,

you are compiling with clang, not with gcc:

-- The C compiler identification is Clang 6.0.0
-- The CXX compiler identification is Clang 6.0.0

Be sure to have empty CC and CXX environmental variables.
Or set them explicitly.

Regards

Anton

Am Do., 29. Okt. 2020 um 18:41 Uhr schrieb Sacha Duverger
<email address hidden>:
>
> Question #693698 on Yade changed:
> https://answers.launchpad.net/yade/+question/693698
>
> Sacha Duverger posted a new comment:
> Thank you for your answers,
>
> Before trying to compile with g++-7 I emptied the "build" and "install"
> directories (with "rm -r build/* install/*"), this counts has a fresh
> directory right? Anyway, I tried to start from a really fresh directory
> (with another name) and had the same problem.
>
> The g++-9 installed on my machine worked well when I used it to compile
> another package (this package is the reason why I upgraded g++ in the
> first place). Can there still be a problem with g++-9's necessary
> packages while it already worked for another package than YADE?
>
> I tried to compile YADE with clang but I don't see where I can identify
> which package cause problems with g++. See [1] for the outputs of cmake
> and make install.
>
> I also tried to uninstall and reinstall all of my g++ versions, hoping
> that it could fix problems on the necessary packages, but it still
> doesn't work.
>
> ####################################################################################################################################################################################
> [1] : Running cmake and make with clang
>
> ## cmake command
>
> cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF
> -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF
> -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_CXX_COMPILER=clang
> -DCMAKE_INSTALL_PREFIX=../install ../trunk
>
> ## cmake output
>
> -- The C compiler identification is Clang 6.0.0
> -- The CXX compiler identification is Clang 6.0.0
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working C compiler: /usr/bin/cc - skipped
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/clang - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Version is set to 2020-10-20.git-427f64c
> -- GCC Version >= 4.8. Adding -save-temps
> -- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
> -- Log filtering: enabled
> -- Enabling boost::log library and DEBUG=OFF. Logging will work nicely, backtraces will not have debug info, files will be small.
> Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
> -- Found PythonInterp: /usr/bin/python (found version "2.7.17")
> -- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
> Python version 3.6.9 found, try to import dependencies...
> -- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
> -- Found IPython: /usr/lib/python3/dist-packages/IPython
> -- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
> -- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
> -- Found Xlib: /usr/lib/python3/dist-packages/Xlib
> -- Found future: /usr/lib/python3/dist-packages/future
> -- Found past: /usr/lib/python3/dist-packages/past
> -- Found tkinter: /usr/lib/python3.6/tkinter
> -- Boost_VERSION: 106501
> -- Boost_LIB_VERSION: 1_65_1
> -- Boost_INCLUDE_DIRS: /usr/include
> -- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_log.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so/usr/lib/x86_64-linux-gnu/libboost_log_setup.so
> Found all python dependencies with version 3.6.9, will compile yade with that.
> -- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-error=cpp -fdce -fstack-protector-strong
> -- Determining preferred precision of Real numbers
> -- Will now try to find python-mpmath using /usr/bin/python3.6
> -- Disabling RealHP<N>, this compiler is too old to make this work.
> -- mpfr disabled
> -- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
> -- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
> -- Looking for BZ2_bzCompressInit
> -- Looking for BZ2_bzCompressInit - found
> -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
> -- Found Eigen3, version: 3.3.4
> -- Disable vectorization
> CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
> The new name for the 'vtkIOParallelXML' component is 'IOParallelXML'
> Call Stack (most recent call first):
> CMakeLists.txt:642 (FIND_PACKAGE)
>
>
> CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
> The new name for the 'vtkCommonCore' component is 'CommonCore'
> Call Stack (most recent call first):
> CMakeLists.txt:642 (FIND_PACKAGE)
>
>
> CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
> The new name for the 'vtkIOImage' component is 'IOImage'
> Call Stack (most recent call first):
> CMakeLists.txt:642 (FIND_PACKAGE)
>
>
> CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
> The new name for the 'vtkIOXML' component is 'IOXML'
> Call Stack (most recent call first):
> CMakeLists.txt:642 (FIND_PACKAGE)
>
>
> CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
> The new name for the 'vtkFiltersCore' component is 'FiltersCore'
> Call Stack (most recent call first):
> CMakeLists.txt:642 (FIND_PACKAGE)
>
>
> CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
> The new name for the 'vtkImagingCore' component is 'ImagingCore'
> Call Stack (most recent call first):
> CMakeLists.txt:642 (FIND_PACKAGE)
>
>
> CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
> The new name for the 'vtkRenderingCore' component is 'RenderingCore'
> Call Stack (most recent call first):
> CMakeLists.txt:642 (FIND_PACKAGE)
>
>
> CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
> The new name for the 'vtkImagingGeneral' component is 'ImagingGeneral'
> Call Stack (most recent call first):
> CMakeLists.txt:642 (FIND_PACKAGE)
>
>
> CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
> The new name for the 'vtkImagingHybrid' component is 'ImagingHybrid'
> Call Stack (most recent call first):
> CMakeLists.txt:642 (FIND_PACKAGE)
>
>
> -- Found Threads: TRUE
> -- Found VTK
> -- Found OpenMP_C: -fopenmp=libomp (found version "3.1")
> -- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
> -- Could NOT find OpenMP (missing: OpenMP_CXX_FOUND) (found version "3.1")
> -- OpenMP NOT found
> -- GTS using gts-config /usr/bin/gts-config
> -- Using GTS from /usr
> CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
> The package name passed to `find_package_handle_standard_args` (PkgConfig)
> does not match the name of the calling package (glib2). This can lead to
> problems in calling code that expects `find_package` result variables
> (e.g., `_FOUND`) to follow a certain pattern.
> Call Stack (most recent call first):
> /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
> cMake/Findglib2.cmake:30 (INCLUDE)
> CMakeLists.txt:675 (FIND_PACKAGE)
> This warning is for project developers. Use -Wno-dev to suppress it.
>
> -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
> -- Checking for one of the modules 'glib-2.0'
> -- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -- Looking for include file glib/gregex.h
> -- Looking for include file glib/gregex.h - not found
> -- Found GTS
> CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
> Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
> available. Run "cmake --help-policy CMP0072" for policy details. Use the
> cmake_policy command to set the policy and suppress this warning.
>
> FindOpenGL found both a legacy GL library:
>
> OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
>
> and GLVND libraries for OpenGL and GLX:
>
> OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
> OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
>
> OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
> compatibility with CMake 3.10 and below the legacy GL library will be used.
> Call Stack (most recent call first):
> CMakeLists.txt:693 (FIND_PACKAGE)
> This warning is for project developers. Use -Wno-dev to suppress it.
>
> -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
> -- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
> -- USE QT5
> -- Found QGLVIEWER-qt5: /usr/include/QGLViewer
> -- Found GUI-Qt5-LIBS
> -- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
> -- Found GMP: /usr/include/x86_64-linux-gnu
> -- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
> -- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
> -- CGAL NOT found
> -- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
> -- Found GL2PS
> -- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
> -- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
> -- Looking for sgemm_
> -- Looking for sgemm_ - not found
> -- Looking for sgemm_
> -- Looking for sgemm_ - found
> -- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
> -- Looking for cheev_
> -- Looking for cheev_ - found
> -- A library with LAPACK API found.
> -- Found OpenBlas
> -- Found Lapack
> -- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
> -- freegult version is 2.8.1
> Yade will be installed to /home/sacha.duverger/packages/yade/install
> -- Suffix is set to -2020-10-20.git-427f64c
> -- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
> -- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
> -- Could NOT find gts (missing: PY_gts)
> -- Use embedded version of gts. Please, consider installing the corresponding package
> -- linking -lquadmath skipped
> -- VTK version >7 is found
> -- ===========================================================
> -- Yade configured with following features: BoostLog PrecisionDouble Odeint VTK GTS GUI-Qt5 FEMLIKE GL2PS PotentialParticles
> -- Disabled features: RealHP mpmath MPFR OPENMP CGAL PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
> -- Using MAX_LOG_LEVEL=5, ENABLE_LOGGER=ON
> -- Optimized build
> -- C++ standard version: 14
> -- ===========================================================
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/sacha.duverger/packages/yade/build
>
> ## make install output
>
> Scanning dependencies of target _GLViewer_autogen
> [ 0%] Automatic MOC for target _GLViewer
> Scanning dependencies of target _gts
> Scanning dependencies of target _packObb
> [ 0%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o
> [ 1%] Building CXX object py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o
> Scanning dependencies of target _polyhedra_utils
> [ 1%] Building CXX object py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o
> clang: error: unknown argument: '-fdce'
> py/CMakeFiles/_gts.dir/build.make:81: recipe for target 'py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o' failed
> make[2]: *** [py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o] Error 1
> CMakeFiles/Makefile2:355: recipe for target 'py/CMakeFiles/_gts.dir/all' failed
> make[1]: *** [py/CMakeFiles/_gts.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs....
> clang: error: unknown argument: '-fdce'
> py/CMakeFiles/_packObb.dir/build.make:81: recipe for target 'py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o' failed
> make[2]: *** [py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o] Error 1
> CMakeFiles/Makefile2:437: recipe for target 'py/CMakeFiles/_packObb.dir/all' failed
> make[1]: *** [py/CMakeFiles/_packObb.dir/all] Error 2
> clang: error: unknown argument: '-fdce'
> py/CMakeFiles/_polyhedra_utils.dir/build.make:81: recipe for target 'py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o' failed
> make[2]: *** [py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o] Error 1
> CMakeFiles/Makefile2:410: recipe for target 'py/CMakeFiles/_polyhedra_utils.dir/all' failed
> make[1]: *** [py/CMakeFiles/_polyhedra_utils.dir/all] Error 2
> [ 1%] Built target _GLViewer_autogen
> Makefile:148: recipe for target 'all' failed
> make: *** [all] Error 2
>
> You received this question notification because your team yade-users is
> an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp

Revision history for this message
Janek Kozicki (cosurgi) said :
#5

@Anton: I suggested to try clang as a way to find out what's missing for g++-9 (his first post).

@Sacha: Right, sorry. It seems that clang 6 on ubuntu 18.04 is too old to help us here.

I suppose that you have packages such as libgcc-9-dev and related.

This error with g++9: /usr/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:539:43: error: 'boost::math::cstdfloat::detail::float_internal128_t boost::math::cstdfloat::detail::abs(boost::math::cstdfloat::detail::float_internal128_t)' conflicts with a previous declaration

rings a bell, I had it once. I just don't remember right now what it was related with.

Revision history for this message
Janek Kozicki (cosurgi) said :
#6

It's worth checking if your boost version supports correctly g++-9

Revision history for this message
Janek Kozicki (cosurgi) said :
#7

Or maybe I did not take into account in CMakeLists.txt the combination of package versions which you are using.

Try this, in CMakeLists.txt, where you have this warning:

  RealHP<N> higher precision types will use slow boost cpp_bin_float, consider passing cmake option ENABLE_MPFR=ON to fix this.

Add:

SET(REAL_MULTI_HP "OFF")

And try your first attempt at compiling with g++-9. Make sure that this change removes RealHP from features and see if that changes the compilation effects.

Revision history for this message
Janek Kozicki (cosurgi) said :
#8

If this works I would like to see yade's printAllVersions(); output to fix CMakeLists.txt

(sorry for multiple posts :)

Revision history for this message
Sacha Duverger (schmxprr) said :
#9

Thank you for these suggestions

The version of libboost-all-dev installed on my machine is 1.65.1.0ubuntu1, but I couldn't figure out if it is compatible with g++-9.

I added " SET(REAL_MULTI_HP "OFF") " right after the warning in CMakeLists.txt . The output of cmake says that RealHP is indeed disabled, but make still fails. The compilation is going a little further though : 7% instead of 1% when RealHP was enabled.

Here are the outputs :
 ####################################################################################################################################################################################
Running cmake and make with g++-9 and RealHP disabled

## cmake command

cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_CXX_COMPILER=g++-9 -DCMAKE_C_COMPILER=gcc-9 -DCMAKE_INSTALL_PREFIX=../install ../trunk

## cmake output

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-9 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-9 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version is set to 2020-10-20.git-427f64c
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Log filtering: enabled
-- Enabling boost::log library and DEBUG=OFF. Logging will work nicely, backtraces will not have debug info, files will be small.
Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Python version 3.6.9 found, try to import dependencies...
-- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
-- Found IPython: /usr/lib/python3/dist-packages/IPython
-- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
-- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
-- Found Xlib: /usr/lib/python3/dist-packages/Xlib
-- Found future: /usr/lib/python3/dist-packages/future
-- Found past: /usr/lib/python3/dist-packages/past
-- Found tkinter: /usr/lib/python3.6/tkinter
-- Boost_VERSION: 106501
-- Boost_LIB_VERSION: 1_65_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_log.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so/usr/lib/x86_64-linux-gnu/libboost_log_setup.so
Found all python dependencies with version 3.6.9, will compile yade with that.
-- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong
-- Determining preferred precision of Real numbers
-- Will now try to find python-mpmath using /usr/bin/python3.6
-- Warning: RealHP<N> higher precision types will use slow boost cpp_bin_float, consider passing cmake option ENABLE_MPFR=ON to fix this.
-- mpfr disabled
-- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOParallelXML' component is 'IOParallelXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkCommonCore' component is 'CommonCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOImage' component is 'IOImage'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOXML' component is 'IOXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkFiltersCore' component is 'FiltersCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingCore' component is 'ImagingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkRenderingCore' component is 'RenderingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingGeneral' component is 'ImagingGeneral'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingHybrid' component is 'ImagingHybrid'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

-- Found Threads: TRUE
-- Found VTK
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (glib2). This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  cMake/Findglib2.cmake:30 (INCLUDE)
  CMakeLists.txt:676 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Found GTS
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available. Run "cmake --help-policy CMP0072" for policy details. Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:694 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- USE QT5
-- Found QGLVIEWER-qt5: /usr/include/QGLViewer
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found CGAL
-- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
-- Found GL2PS
-- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found OpenBlas
-- Found Lapack
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Yade will be installed to /home/sacha.duverger/packages/yade/install
-- Suffix is set to -2020-10-20.git-427f64c
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
-- Could NOT find gts (missing: PY_gts)
-- Use embedded version of gts. Please, consider installing the corresponding package
-- linking -lquadmath skipped
-- VTK version >7 is found
-- ===========================================================
-- Yade configured with following features: BoostLog PrecisionDouble Odeint VTK OpenMP GTS GUI-Qt5 CGAL FEMLIKE GL2PS PotentialParticles
-- Disabled features: RealHP mpmath MPFR PFVFLOW PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
-- Using MAX_LOG_LEVEL=5, ENABLE_LOGGER=ON
-- Optimized build
-- C++ standard version: 17
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sacha.duverger/packages/yade/build

## make install output

Scanning dependencies of target _GLViewer_autogen
[ 0%] Automatic MOC for target _GLViewer
Scanning dependencies of target _gts
Scanning dependencies of target _polyhedra_utils
Scanning dependencies of target _packObb
[ 0%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o
[ 0%] Building CXX object py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o
[ 1%] Building CXX object py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o
[ 1%] Built target _GLViewer_autogen
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o
Scanning dependencies of target WeightedAverage2d
[ 2%] Building CXX object py/CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o
[ 6%] Linking CXX shared library lib/x86_64-linux-gnu/_gts.so
[ 6%] Built target _gts
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp:14:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
Scanning dependencies of target _GLViewer
[ 7%] Building CXX object gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o
In file included from /usr/include/boost/cstdfloat.hpp:27,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:74,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/py/pack/_packObb.cpp:6:
/usr/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:539:43: error: 'boost::math::cstdfloat::detail::float_internal128_t boost::math::cstdfloat::detail::abs(boost::math::cstdfloat::detail::float_internal128_t)' conflicts with a previous declaration
  539 | using boost::math::cstdfloat::detail::abs;
      | ^~~
In file included from /usr/include/c++/9/cstdlib:77,
                 from /usr/include/c++/9/ext/string_conversions.h:41,
                 from /usr/include/c++/9/bits/basic_string.h:6493,
                 from /usr/include/c++/9/string:55,
                 from /usr/include/c++/9/stdexcept:39,
                 from /usr/include/c++/9/array:39,
                 from /usr/include/c++/9/tuple:39,
                 from /usr/include/c++/9/mutex:38,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Singleton.hpp:5,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Logging.hpp:36,
                 from /home/sacha.duverger/packages/yade/trunk/py/pack/_packObb.cpp:5:
/usr/include/c++/9/bits/std_abs.h:103:3: note: previous declaration 'constexpr __float128 std::abs(__float128)'
  103 | abs(__float128 __x)
      | ^~~
In file included from /usr/include/boost/cstdfloat.hpp:27,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:74,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/lib/smoothing/WeightedAverage2d.hpp:5,
                 from /home/sacha.duverger/packages/yade/trunk/py/WeightedAverage2d.cpp:2:
/usr/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:539:43: error: 'boost::math::cstdfloat::detail::float_internal128_t boost::math::cstdfloat::detail::abs(boost::math::cstdfloat::detail::float_internal128_t)' conflicts with a previous declaration
  539 | using boost::math::cstdfloat::detail::abs;
      | ^~~
In file included from /usr/include/c++/9/cstdlib:77,
                 from /usr/include/c++/9/ext/string_conversions.h:41,
                 from /usr/include/c++/9/bits/basic_string.h:6493,
                 from /usr/include/c++/9/string:55,
                 from /usr/include/c++/9/stdexcept:39,
                 from /usr/include/c++/9/array:39,
                 from /usr/include/c++/9/tuple:39,
                 from /usr/include/c++/9/mutex:38,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Singleton.hpp:5,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Logging.hpp:36,
                 from /home/sacha.duverger/packages/yade/trunk/py/WeightedAverage2d.cpp:1:
/usr/include/c++/9/bits/std_abs.h:103:3: note: previous declaration 'constexpr __float128 std::abs(__float128)'
  103 | abs(__float128 __x)
      | ^~~
In file included from /usr/include/boost/cstdfloat.hpp:27,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:74,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp:9:
/usr/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:539:43: error: 'boost::math::cstdfloat::detail::float_internal128_t boost::math::cstdfloat::detail::abs(boost::math::cstdfloat::detail::float_internal128_t)' conflicts with a previous declaration
  539 | using boost::math::cstdfloat::detail::abs;
      | ^~~
In file included from /usr/include/c++/9/cstdlib:77,
                 from /usr/include/c++/9/ext/string_conversions.h:41,
                 from /usr/include/c++/9/bits/basic_string.h:6493,
                 from /usr/include/c++/9/string:55,
                 from /usr/include/c++/9/stdexcept:39,
                 from /usr/include/c++/9/array:39,
                 from /usr/include/c++/9/tuple:39,
                 from /usr/include/c++/9/mutex:38,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Singleton.hpp:5,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Logging.hpp:36,
                 from /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp:7:
/usr/include/c++/9/bits/std_abs.h:103:3: note: previous declaration 'constexpr __float128 std::abs(__float128)'
  103 | abs(__float128 __x)
      | ^~~
py/CMakeFiles/_packObb.dir/build.make:81: recipe for target 'py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o' failed
make[2]: *** [py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o] Error 1
CMakeFiles/Makefile2:437: recipe for target 'py/CMakeFiles/_packObb.dir/all' failed
make[1]: *** [py/CMakeFiles/_packObb.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 7%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o
py/CMakeFiles/WeightedAverage2d.dir/build.make:81: recipe for target 'py/CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o' failed
make[2]: *** [py/CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o] Error 1
CMakeFiles/Makefile2:577: recipe for target 'py/CMakeFiles/WeightedAverage2d.dir/all' failed
make[1]: *** [py/CMakeFiles/WeightedAverage2d.dir/all] Error 2
[ 8%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o
In file included from /usr/include/boost/cstdfloat.hpp:27,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:74,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/usr/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:539:43: error: 'boost::math::cstdfloat::detail::float_internal128_t boost::math::cstdfloat::detail::abs(boost::math::cstdfloat::detail::float_internal128_t)' conflicts with a previous declaration
  539 | using boost::math::cstdfloat::detail::abs;
      | ^~~
In file included from /usr/include/c++/9/cstdlib:77,
                 from /usr/include/c++/9/stdlib.h:36,
                 from /usr/include/python3.6m/Python.h:34,
                 from /usr/include/boost/python/detail/wrap_python.hpp:151,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:14,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/../../../../trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/OXRBQHTNNB/moc_GLViewer.cpp:9,
                 from /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp:2:
/usr/include/c++/9/bits/std_abs.h:103:3: note: previous declaration 'constexpr __float128 std::abs(__float128)'
  103 | abs(__float128 __x)
      | ^~~
In file included from /usr/include/boost/cstdfloat.hpp:27,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:74,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.cpp:9:
/usr/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:539:43: error: 'boost::math::cstdfloat::detail::float_internal128_t boost::math::cstdfloat::detail::abs(boost::math::cstdfloat::detail::float_internal128_t)' conflicts with a previous declaration
  539 | using boost::math::cstdfloat::detail::abs;
      | ^~~
In file included from /usr/include/c++/9/cstdlib:77,
                 from /usr/include/c++/9/stdlib.h:36,
                 from /usr/include/python3.6m/Python.h:34,
                 from /usr/include/boost/python/detail/wrap_python.hpp:151,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:14,
                 from /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.cpp:9:
/usr/include/c++/9/bits/std_abs.h:103:3: note: previous declaration 'constexpr __float128 std::abs(__float128)'
  103 | abs(__float128 __x)
      | ^~~
In file included from /usr/include/boost/cstdfloat.hpp:27,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:74,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Math.hpp:12,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:20,
                 from /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/trunk/gui/qt5/_GLViewer.cpp:1:
/usr/include/boost/math/cstdfloat/cstdfloat_cmath.hpp:539:43: error: 'boost::math::cstdfloat::detail::float_internal128_t boost::math::cstdfloat::detail::abs(boost::math::cstdfloat::detail::float_internal128_t)' conflicts with a previous declaration
  539 | using boost::math::cstdfloat::detail::abs;
      | ^~~
In file included from /usr/include/c++/9/cstdlib:77,
                 from /usr/include/c++/9/stdlib.h:36,
                 from /usr/include/python3.6m/Python.h:34,
                 from /usr/include/boost/python/detail/wrap_python.hpp:151,
                 from /home/sacha.duverger/packages/yade/trunk/core/Omega.hpp:14,
                 from /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.hpp:6,
                 from /home/sacha.duverger/packages/yade/trunk/gui/qt5/_GLViewer.cpp:1:
/usr/include/c++/9/bits/std_abs.h:103:3: note: previous declaration 'constexpr __float128 std::abs(__float128)'
  103 | abs(__float128 __x)
      | ^~~
gui/CMakeFiles/_GLViewer.dir/build.make:81: recipe for target 'gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o' failed
make[2]: *** [gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
gui/CMakeFiles/_GLViewer.dir/build.make:94: recipe for target 'gui/CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o' failed
make[2]: *** [gui/CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o] Error 1
gui/CMakeFiles/_GLViewer.dir/build.make:107: recipe for target 'gui/CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o' failed
make[2]: *** [gui/CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o] Error 1
CMakeFiles/Makefile2:301: recipe for target 'gui/CMakeFiles/_GLViewer.dir/all' failed
make[1]: *** [gui/CMakeFiles/_GLViewer.dir/all] Error 2
py/CMakeFiles/_polyhedra_utils.dir/build.make:81: recipe for target 'py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o' failed
make[2]: *** [py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o] Error 1
CMakeFiles/Makefile2:410: recipe for target 'py/CMakeFiles/_polyhedra_utils.dir/all' failed
make[1]: *** [py/CMakeFiles/_polyhedra_utils.dir/all] Error 2
Makefile:148: recipe for target 'all' failed
make: *** [all] Error 2

Revision history for this message
Janek Kozicki (cosurgi) said :
#10

So we are moving forward. Change file lib/high-precision/Real.hpp line 72 from:

#if (__GNUC__ > 7) or (not BOOST_GCC)

to

#if 0

let's see what happens.

Revision history for this message
Sacha Duverger (schmxprr) said :
#11

After this change the compilation works with g++-9 (see [1] for the outputs) but YADE crashes upon starting as it did when compiled with g++-7. However the origin of the segmentation fault seems different, see [2] for the output of the gdb session.

Maybe the problem I had with g++-9 is not related to the segmentation fault ?

####################################################################################################################################################################################
[1] : Running cmake and make with : g++-9 , RealHP disabled and lib/high-precision/Real.hpp#72 forced to False

## cmake command

cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_CXX_COMPILER=g++-9 -DCMAKE_C_COMPILER=gcc-9 -DCMAKE_INSTALL_PREFIX=../install ../trunk

## cmake output

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-9 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-9 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version is set to 2020-10-20.git-427f64c
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Log filtering: enabled
-- Enabling boost::log library and DEBUG=OFF. Logging will work nicely, backtraces will not have debug info, files will be small.
Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Python version 3.6.9 found, try to import dependencies...
-- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
-- Found IPython: /usr/lib/python3/dist-packages/IPython
-- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
-- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
-- Found Xlib: /usr/lib/python3/dist-packages/Xlib
-- Found future: /usr/lib/python3/dist-packages/future
-- Found past: /usr/lib/python3/dist-packages/past
-- Found tkinter: /usr/lib/python3.6/tkinter
-- Boost_VERSION: 106501
-- Boost_LIB_VERSION: 1_65_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_log.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so/usr/lib/x86_64-linux-gnu/libboost_log_setup.so
Found all python dependencies with version 3.6.9, will compile yade with that.
-- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong
-- Determining preferred precision of Real numbers
-- Will now try to find python-mpmath using /usr/bin/python3.6
-- Warning: RealHP<N> higher precision types will use slow boost cpp_bin_float, consider passing cmake option ENABLE_MPFR=ON to fix this.
-- mpfr disabled
-- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOParallelXML' component is 'IOParallelXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkCommonCore' component is 'CommonCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOImage' component is 'IOImage'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOXML' component is 'IOXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkFiltersCore' component is 'FiltersCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingCore' component is 'ImagingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkRenderingCore' component is 'RenderingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingGeneral' component is 'ImagingGeneral'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingHybrid' component is 'ImagingHybrid'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

-- Found Threads: TRUE
-- Found VTK
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (glib2). This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  cMake/Findglib2.cmake:30 (INCLUDE)
  CMakeLists.txt:676 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Found GTS
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available. Run "cmake --help-policy CMP0072" for policy details. Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:694 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- USE QT5
-- Found QGLVIEWER-qt5: /usr/include/QGLViewer
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found CGAL
-- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
-- Found GL2PS
-- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found OpenBlas
-- Found Lapack
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Yade will be installed to /home/sacha.duverger/packages/yade/install
-- Suffix is set to -2020-10-20.git-427f64c
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
-- Could NOT find gts (missing: PY_gts)
-- Use embedded version of gts. Please, consider installing the corresponding package
-- linking -lquadmath skipped
-- VTK version >7 is found
-- ===========================================================
-- Yade configured with following features: BoostLog PrecisionDouble Odeint VTK OpenMP GTS GUI-Qt5 CGAL FEMLIKE GL2PS PotentialParticles
-- Disabled features: RealHP mpmath MPFR PFVFLOW PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
-- Using MAX_LOG_LEVEL=5, ENABLE_LOGGER=ON
-- Optimized build
-- C++ standard version: 17
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sacha.duverger/packages/yade/build

## make install output

Scanning dependencies of target _GLViewer_autogen
[ 0%] Automatic MOC for target _GLViewer
Scanning dependencies of target _packObb
Scanning dependencies of target _gts
[ 0%] Building CXX object py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o
[ 0%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o
Scanning dependencies of target _polyhedra_utils
[ 1%] Building CXX object py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o
[ 1%] Built target _GLViewer_autogen
Scanning dependencies of target WeightedAverage2d
[ 1%] Building CXX object py/CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp:14:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o
[ 6%] Linking CXX shared library lib/x86_64-linux-gnu/_gts.so
[ 6%] Built target _gts
Scanning dependencies of target _GLViewer
[ 7%] Building CXX object gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/_packObb.so
[ 8%] Built target _packObb
[ 8%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/WeightedAverage2d.so
[ 8%] Built target WeightedAverage2d
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o
[ 10%] Linking CXX shared library lib/x86_64-linux-gnu/_polyhedra_utils.so
[ 10%] Built target _polyhedra_utils
[ 11%] Linking CXX shared library lib/x86_64-linux-gnu/_GLViewer.so
[ 11%] Built target _GLViewer
Scanning dependencies of target yade
[ 11%] Building CXX object CMakeFiles/yade.dir/core/Cell.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/Body.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/BodyContainer.cpp.o
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Clump.cpp.o
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Engine.cpp.o
[ 14%] Building CXX object CMakeFiles/yade.dir/core/FileGenerator.cpp.o
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o
[ 15%] Building CXX object CMakeFiles/yade.dir/core/Interaction.cpp.o
[ 15%] Building CXX object CMakeFiles/yade.dir/core/InteractionContainer.cpp.o
/home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp:82:2: warning: #warning ("is cpu cost of this mutex known?") [-Wcpp]
   82 | #warning("is cpu cost of this mutex known?")
      | ^~~~~~~
[ 16%] Building CXX object CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o
[ 16%] Building CXX object CMakeFiles/yade.dir/core/Material.cpp.o
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Omega.cpp.o
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Scene.cpp.o
[ 18%] Building CXX object CMakeFiles/yade.dir/core/SimulationFlow.cpp.o
[ 18%] Building CXX object CMakeFiles/yade.dir/core/State.cpp.o
[ 18%] Building CXX object CMakeFiles/yade.dir/core/Subdomain.cpp.o
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadRunner.cpp.o
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadWorker.cpp.o
[ 20%] Building CXX object CMakeFiles/yade.dir/core/corePlugins.cpp.o
[ 20%] Building CXX object CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Collider.cpp.o
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Facet.cpp.o
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid.cpp.o
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/Wall.cpp.o
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/common/common.cpp.o
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o
In file included from /home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.cpp:3:
/home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.hpp: In member function 'virtual void yade::Law2_ScGeom_MindlinPhys_Mindlin::pySetAttr(const string&, const boost::python::api::object&)':
/home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.hpp:160:2776: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
  160 | YADE_CLASS_BASE_DOC_ATTRS_INIT_CTOR_PY(Law2_ScGeom_MindlinPhys_Mindlin,LawFunctor,"Constitutive law for the Hertz-Mindlin formulation. It includes non linear elasticity in the normal direction as predicted by Hertz for two non-conforming elastic contact bodies. In the shear direction, instead, it reseambles the simplified case without slip discussed in Mindlin's paper, where a linear relationship between shear force and tangential displacement is provided. Finally, the Mohr-Coulomb criterion is employed to established the maximum friction force which can be developed at the contact. Moreover, it is also possible to include the effect of linear viscous damping through the definition of the parameters $\\beta_{n}$ and $\\beta_{s}$.",
      | ^
/home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.hpp:160:2892: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
  160 | YADE_CLASS_BASE_DOC_ATTRS_INIT_CTOR_PY(Law2_ScGeom_MindlinPhys_Mindlin,LawFunctor,"Constitutive law for the Hertz-Mindlin formulation. It includes non linear elasticity in the normal direction as predicted by Hertz for two non-conforming elastic contact bodies. In the shear direction, instead, it reseambles the simplified case without slip discussed in Mindlin's paper, where a linear relationship between shear force and tangential displacement is provided. Finally, the Mohr-Coulomb criterion is employed to established the maximum friction force which can be developed at the contact. Moreover, it is also possible to include the effect of linear viscous damping through the definition of the parameters $\\beta_{n}$ and $\\beta_{s}$.",
      | ^
/home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.hpp:160:3006: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
  160 | YADE_CLASS_BASE_DOC_ATTRS_INIT_CTOR_PY(Law2_ScGeom_MindlinPhys_Mindlin,LawFunctor,"Constitutive law for the Hertz-Mindlin formulation. It includes non linear elasticity in the normal direction as predicted by Hertz for two non-conforming elastic contact bodies. In the shear direction, instead, it reseambles the simplified case without slip discussed in Mindlin's paper, where a linear relationship between shear force and tangential displacement is provided. Finally, the Mohr-Coulomb criterion is employed to established the maximum friction force which can be developed at the contact. Moreover, it is also possible to include the effect of linear viscous damping through the definition of the parameters $\\beta_{n}$ and $\\beta_{s}$.",
      | ^
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/lib/pyutil/numpy_boost.hpp:45,
                 from /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp:22:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o
In file included from /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.cpp:1:
/home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.hpp: In member function 'virtual void yade::Law2_ScGeom_ViscElCapPhys_Basic::pySetAttr(const string&, const boost::python::api::object&)':
/home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.hpp:89:1245: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
   89 | YADE_CLASS_BASE_DOC_ATTRS_CTOR_PY(Law2_ScGeom_ViscElCapPhys_Basic,LawFunctor,"Extended version of Linear viscoelastic model with capillary parameters.",
      | ^
/home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.hpp:89:1347: warning: '*((void*)&<anonymous> +32)' may be used uninitialized in this function [-Wmaybe-uninitialized]
   89 | YADE_CLASS_BASE_DOC_ATTRS_CTOR_PY(Law2_ScGeom_ViscElCapPhys_Basic,LawFunctor,"Extended version of Linear viscoelastic model with capillary parameters.",
      | ^
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Node.cpp.o
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o
[ 78%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/base/Math.cpp.o
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/base/Logging.cpp.o
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o
[ 82%] Building CXX object CMakeFiles/yade.dir/core/main/pyboot.cpp.o
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o
[ 86%] Linking CXX shared library lib/x86_64-linux-gnu/libyade.so
[ 86%] Built target yade
Scanning dependencies of target _libVersions
[ 86%] Building CXX object py/CMakeFiles/_libVersions.dir/_libVersions.cpp.o
Scanning dependencies of target boot
[ 87%] Building CXX object CMakeFiles/boot.dir/core/main/pyboot.cpp.o
Scanning dependencies of target _log
[ 87%] Building CXX object py/CMakeFiles/_log.dir/_log.cpp.o
Scanning dependencies of target _minieigenHP
[ 87%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o
[ 88%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o
[ 88%] Linking CXX shared library lib/x86_64-linux-gnu/boot.so
[ 89%] Linking CXX shared library lib/x86_64-linux-gnu/_log.so
[ 90%] Linking CXX shared library lib/x86_64-linux-gnu/_libVersions.so
[ 90%] Built target boot
[ 90%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o
[ 90%] Built target _log
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o
[ 91%] Built target _libVersions
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o
Scanning dependencies of target _packPredicates
[ 91%] Building CXX object py/CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o
[ 92%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o
[ 92%] Linking CXX shared library lib/x86_64-linux-gnu/_packPredicates.so
Scanning dependencies of target _math
[ 92%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_math.cpp.o
[ 92%] Built target _packPredicates
[ 92%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o
Scanning dependencies of target _utils
[ 93%] Building CXX object py/CMakeFiles/_utils.dir/_utils.cpp.o
Scanning dependencies of target _packSpheres
[ 94%] Building CXX object py/CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp:8:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 94%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o
[ 95%] Linking CXX shared library lib/x86_64-linux-gnu/_math.so
[ 95%] Linking CXX shared library lib/x86_64-linux-gnu/_packSpheres.so
[ 95%] Built target _math
[ 95%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o
[ 95%] Built target _packSpheres
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o
Scanning dependencies of target wrapper
[ 96%] Building CXX object py/CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o
Scanning dependencies of target _customConverters
[ 96%] Building CXX object py/CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o
[ 97%] Linking CXX shared library lib/x86_64-linux-gnu/_utils.so
[ 97%] Built target _utils
[ 98%] Linking CXX shared library lib/x86_64-linux-gnu/_minieigenHP.so
[ 98%] Built target _minieigenHP
[ 99%] Linking CXX shared library lib/x86_64-linux-gnu/_customConverters.so
[ 99%] Built target _customConverters
[100%] Linking CXX shared library lib/x86_64-linux-gnu/wrapper.so
[100%] Built target wrapper
Install the project...
-- Install configuration: "Release"
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c-batch
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/config.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/DEM-PFV-check.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkAvoidSelfInteractionMask.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkBlockGen.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkCapillaryModels.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkClumpHopper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderConstantness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderCorrectness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkDEM-PFVPressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkGravity.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkJCFpm.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLiquidMigration.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkList.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubrication.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubricationWithRoughness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkMPI.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPolyhedraCrush.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialBlocks.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialParticles.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialVTKRecorders.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkSaveLoadClumps.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestDummy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestTriax.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkVTKRecorder.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElEng.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM2.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWeight.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWirePM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/check_TwoPhaseFlowEngine_PressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGui.sh
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiEmpty.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiSimple.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testGuiHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColider.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkJCFpm.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pb-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkTestTriax.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/100spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColliderCorrect.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/WallStressesCheckTest
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/joints.csv
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_1.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/share/doc/yade-2020-10-20.git-427f64c/img/yade-logo-note.png
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/math.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/minieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/pygts.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_extraDocs.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bisectionDecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bodiesHandling.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/coloring.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/deformableelementsutils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/domaindecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/export.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/geom.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/gridpfacet.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/linterpolation.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/log.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/mpy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/params.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/plot.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/polyhedra_utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/post2d.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/remote.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/runtime.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/system.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/timing.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/ymport.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/pack.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/mtTkinter.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/clump.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/cohesive-chain.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/core.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/dummyTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/engines.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/enumTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/pbc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testColliderByGiulia.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMath.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMinieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/utilsModule.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/wrapper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/checkPerf.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/performance.db
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/mpipool.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM2D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM3D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEMup.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/saveGauss.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/simDEM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"

####################################################################################################################################################################################
[2] : Using gdb to investigate the segmentation fault

## gdb session

GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) file python3
Reading symbols from python3...(no debugging symbols found)...done.
(gdb) run install/bin/yade-2020-10-20.git-427f64c
Starting program: /usr/bin/python3 install/bin/yade-2020-10-20.git-427f64c
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Welcome to Yade 2020-10-20.git-427f64c
Using python version: 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0]

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe10e32b9 in GlobalError::PushToStack() () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
(gdb) bt
#0 0x00007fffe10e32b9 in GlobalError::PushToStack() () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#1 0x00007fffe1166fc2 in pkgInitConfig(Configuration&) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#2 0x00007fffe1404ed8 in ?? () from /usr/lib/python3/dist-packages/apt_pkg.cpython-36m-x86_64-linux-gnu.so
#3 0x000000000050a12f in ?? ()
#4 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#5 0x0000000000507be4 in ?? ()
#6 0x0000000000516069 in ?? ()
#7 0x0000000000566fae in PyCFunction_Call ()
#8 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#9 0x0000000000507be4 in ?? ()
#10 0x0000000000509900 in ?? ()
#11 0x000000000050a2fd in ?? ()
#12 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#13 0x00000000005095c8 in ?? ()
#14 0x000000000050a2fd in ?? ()
#15 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#16 0x00000000005095c8 in ?? ()
#17 0x000000000050a2fd in ?? ()
#18 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#19 0x00000000005095c8 in ?? ()
#20 0x000000000050a2fd in ?? ()
#21 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#22 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#23 0x00000000005a4c61 in _PyObject_FastCallDict ()
#24 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#25 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#26 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#27 0x0000000000507be4 in ?? ()
#28 0x0000000000516069 in ?? ()
#29 0x0000000000566fae in PyCFunction_Call ()
#30 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#31 0x0000000000507be4 in ?? ()
#32 0x0000000000509900 in ?? ()
#33 0x000000000050a2fd in ?? ()
#34 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#35 0x00000000005095c8 in ?? ()
#36 0x000000000050a2fd in ?? ()
#37 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#38 0x00000000005095c8 in ?? ()
#39 0x000000000050a2fd in ?? ()
#40 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#41 0x00000000005095c8 in ?? ()
#42 0x000000000050a2fd in ?? ()
#43 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#44 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#45 0x00000000005a4c61 in _PyObject_FastCallDict ()
#46 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#47 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#48 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#49 0x0000000000507be4 in ?? ()
#50 0x0000000000516069 in ?? ()
--Type <RET> for more, q to quit, c to continue without paging--c
#51 0x0000000000566fae in PyCFunction_Call ()
#52 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#53 0x0000000000507be4 in ?? ()
#54 0x0000000000509900 in ?? ()
#55 0x000000000050a2fd in ?? ()
#56 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#57 0x00000000005095c8 in ?? ()
#58 0x000000000050a2fd in ?? ()
#59 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#60 0x00000000005095c8 in ?? ()
#61 0x000000000050a2fd in ?? ()
#62 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#63 0x00000000005095c8 in ?? ()
#64 0x000000000050a2fd in ?? ()
#65 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#66 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#67 0x00000000005a4c61 in _PyObject_FastCallDict ()
#68 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#69 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#70 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#71 0x0000000000507be4 in ?? ()
#72 0x0000000000516069 in ?? ()
#73 0x0000000000566fae in PyCFunction_Call ()
#74 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#75 0x0000000000507be4 in ?? ()
#76 0x0000000000509900 in ?? ()
#77 0x000000000050a2fd in ?? ()
#78 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#79 0x00000000005095c8 in ?? ()
#80 0x000000000050a2fd in ?? ()
#81 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#82 0x00000000005095c8 in ?? ()
#83 0x000000000050a2fd in ?? ()
#84 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#85 0x00000000005095c8 in ?? ()
#86 0x000000000050a2fd in ?? ()
#87 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#88 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#89 0x00000000005a4c61 in _PyObject_FastCallDict ()
#90 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#91 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#92 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#93 0x0000000000507be4 in ?? ()
#94 0x0000000000516069 in ?? ()
#95 0x0000000000566fae in PyCFunction_Call ()
#96 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#97 0x0000000000507be4 in ?? ()
#98 0x0000000000509900 in ?? ()
#99 0x000000000050a2fd in ?? ()
#100 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#101 0x00000000005095c8 in ?? ()
#102 0x000000000050a2fd in ?? ()
#103 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#104 0x00000000005095c8 in ?? ()
#105 0x000000000050a2fd in ?? ()
#106 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#107 0x00000000005095c8 in ?? ()
#108 0x000000000050a2fd in ?? ()
#109 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#110 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#111 0x00000000005a4c61 in _PyObject_FastCallDict ()
#112 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#113 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#114 0x00000000005140a4 in ?? ()
#115 0x0000000000566f73 in PyCFunction_Call ()
#116 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#117 0x0000000000507be4 in ?? ()
#118 0x0000000000509900 in ?? ()
#119 0x000000000050a2fd in ?? ()
#120 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#121 0x00000000005095c8 in ?? ()
#122 0x000000000050a2fd in ?? ()
#123 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#124 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#125 0x00000000005a4c61 in _PyObject_FastCallDict ()
#126 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#127 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#128 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#129 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#130 0x00000000005a4c61 in _PyObject_FastCallDict ()
#131 0x000000000063831b in PyErr_PrintEx ()
#132 0x0000000000638703 in PyRun_SimpleFileExFlags ()
#133 0x0000000000639281 in Py_Main ()
#134 0x00000000004b0dc0 in main ()

Revision history for this message
Janek Kozicki (cosurgi) said :
#12

Now this looks like a binary conflict between versions of some libraries. Maybe we will find out what are the offending libraries when you compile with cmake -DDEBUG=ON and see gdb output.

Revision history for this message
Janek Kozicki (cosurgi) said :
#13

Also add -DMAX_LOG_LEVEL=6 to cmake. And when you start gdb session invoke yade -f6, so that we get more debug info.

Revision history for this message
Sacha Duverger (schmxprr) said :
#14

Here are the outputs :

####################################################################################################################################################################################
[1] : Running cmake and make with : g++-9 , RealHP disabled and lib/high-precision/Real.hpp#72 forced to False, debug on

## cmake command

cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_CXX_COMPILER=g++-9 -DCMAKE_C_COMPILER=gcc-9 -DDEBUG=ON -DMAX_LOG_LEVEL=6 -DCMAKE_INSTALL_PREFIX=../install ../trunk

## cmake output

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-9 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-9 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version is set to 2020-10-20.git-427f64c
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Log filtering: enabled
-- Enabling boost::log library and DEBUG=ON. Files will be very large with full debug info inside.
Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Python version 3.6.9 found, try to import dependencies...
-- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
-- Found IPython: /usr/lib/python3/dist-packages/IPython
-- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
-- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
-- Found Xlib: /usr/lib/python3/dist-packages/Xlib
-- Found future: /usr/lib/python3/dist-packages/future
-- Found past: /usr/lib/python3/dist-packages/past
-- Found tkinter: /usr/lib/python3.6/tkinter
-- Boost_VERSION: 106501
-- Boost_LIB_VERSION: 1_65_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_log.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so/usr/lib/x86_64-linux-gnu/libboost_log_setup.so
Found all python dependencies with version 3.6.9, will compile yade with that.
-- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong
-- Determining preferred precision of Real numbers
-- Will now try to find python-mpmath using /usr/bin/python3.6
-- Warning: RealHP<N> higher precision types will use slow boost cpp_bin_float, consider passing cmake option ENABLE_MPFR=ON to fix this.
-- mpfr disabled
-- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOParallelXML' component is 'IOParallelXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkCommonCore' component is 'CommonCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOImage' component is 'IOImage'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOXML' component is 'IOXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkFiltersCore' component is 'FiltersCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingCore' component is 'ImagingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkRenderingCore' component is 'RenderingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingGeneral' component is 'ImagingGeneral'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingHybrid' component is 'ImagingHybrid'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

-- Found Threads: TRUE
-- Found VTK
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (glib2). This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  cMake/Findglib2.cmake:30 (INCLUDE)
  CMakeLists.txt:676 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Found GTS
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available. Run "cmake --help-policy CMP0072" for policy details. Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:694 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- USE QT5
-- Found QGLVIEWER-qt5: /usr/include/QGLViewer
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found CGAL
-- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
-- Found GL2PS
-- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found OpenBlas
-- Found Lapack
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Yade will be installed to /home/sacha.duverger/packages/yade/install
-- Suffix is set to -2020-10-20.git-427f64c
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
-- Could NOT find gts (missing: PY_gts)
-- Use embedded version of gts. Please, consider installing the corresponding package
-- linking -lquadmath skipped
-- VTK version >7 is found
-- ===========================================================
-- Yade configured with following features: BoostLog PrecisionDouble Odeint VTK OpenMP GTS GUI-Qt5 CGAL FEMLIKE GL2PS PotentialParticles
-- Disabled features: RealHP mpmath MPFR PFVFLOW PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
-- Using MAX_LOG_LEVEL=6, ENABLE_LOGGER=ON
-- Debug build
-- C++ standard version: 17
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sacha.duverger/packages/yade/build

## make install output

/usr/bin/cmake -S/home/sacha.duverger/packages/yade/trunk -B/home/sacha.duverger/packages/yade/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/sacha.duverger/packages/yade/build/CMakeFiles /home/sacha.duverger/packages/yade/build//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer_autogen.dir/build.make gui/CMakeFiles/_GLViewer_autogen.dir/depend
make -f py/CMakeFiles/_gts.dir/build.make py/CMakeFiles/_gts.dir/depend
make -f py/CMakeFiles/_polyhedra_utils.dir/build.make py/CMakeFiles/_polyhedra_utils.dir/depend
make -f py/CMakeFiles/_packObb.dir/build.make py/CMakeFiles/_packObb.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/gui /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/gui /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer_autogen.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_polyhedra_utils.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_gts.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packObb.dir/DependInfo.cmake --color=
Scanning dependencies of target _GLViewer_autogen
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer_autogen.dir/build.make gui/CMakeFiles/_GLViewer_autogen.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 0%] Automatic MOC for target _GLViewer
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/cmake -E cmake_autogen /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer_autogen.dir/AutogenInfo.json Debug
Scanning dependencies of target _gts
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_gts.dir/build.make py/CMakeFiles/_gts.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
Scanning dependencies of target _polyhedra_utils
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_polyhedra_utils.dir/build.make py/CMakeFiles/_polyhedra_utils.dir/build
[ 0%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/cleanup.cpp
Scanning dependencies of target _packObb
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packObb.dir/build.make py/CMakeFiles/_packObb.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 1%] Building CXX object py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_polyhedra_utils_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp
[ 1%] Building CXX object py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packObb_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_packObb.dir/pack/_packObb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packObb.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 1%] Built target _GLViewer_autogen
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/edge.cpp
make -f py/CMakeFiles/WeightedAverage2d.dir/build.make py/CMakeFiles/WeightedAverage2d.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/WeightedAverage2d.dir/DependInfo.cmake --color=
Scanning dependencies of target WeightedAverage2d
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/WeightedAverage2d.dir/build.make py/CMakeFiles/WeightedAverage2d.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 2%] Building CXX object py/CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DWeightedAverage2d_EXPORTS -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/WeightedAverage2d.cpp
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/face.cpp
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/object.cpp
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/point.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/pygts.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/segment.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/surface.cpp
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/triangle.cpp
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/vertex.cpp
[ 6%] Linking CXX shared library lib/x86_64-linux-gnu/_gts.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_gts.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_gts.so -o lib/x86_64-linux-gnu/_gts.so CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -lgts
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 6%] Built target _gts
make -f gui/CMakeFiles/_GLViewer.dir/build.make gui/CMakeFiles/_GLViewer.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/gui /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/gui /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer.dir/DependInfo.cmake --color=
Scanning dependencies of target _GLViewer
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer.dir/build.make gui/CMakeFiles/_GLViewer.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 7%] Building CXX object gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o -c /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp:14:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/_packObb.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packObb.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packObb.so -o lib/x86_64-linux-gnu/_packObb.so CMakeFiles/_packObb.dir/pack/_packObb.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/WeightedAverage2d.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/WeightedAverage2d.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,WeightedAverage2d.so -o lib/x86_64-linux-gnu/WeightedAverage2d.so CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 8%] Built target _packObb
[ 8%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 8%] Built target WeightedAverage2d
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/_GLViewer.cpp
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/OpenGLManager.cpp
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewerDisplay.cpp
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewerMouse.cpp
[ 10%] Linking CXX shared library lib/x86_64-linux-gnu/_polyhedra_utils.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_polyhedra_utils.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_polyhedra_utils.so -o lib/x86_64-linux-gnu/_polyhedra_utils.so CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 10%] Built target _polyhedra_utils
[ 11%] Linking CXX shared library lib/x86_64-linux-gnu/_GLViewer.so
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/cmake -E cmake_link_script CMakeFiles/_GLViewer.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_GLViewer.so -o lib/x86_64-linux-gnu/_GLViewer.so CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 11%] Built target _GLViewer
make -f CMakeFiles/yade.dir/build.make CMakeFiles/yade.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/CMakeFiles/yade.dir/DependInfo.cmake --color=
Scanning dependencies of target yade
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f CMakeFiles/yade.dir/build.make CMakeFiles/yade.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 11%] Building CXX object CMakeFiles/yade.dir/core/Body.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/BodyContainer.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/Cell.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Body.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Body.cpp
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/BodyContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/BodyContainer.cpp
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Clump.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Cell.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Cell.cpp
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Clump.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Clump.cpp
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Engine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Engine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Engine.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/FileGenerator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/FileGenerator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/FileGenerator.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ForceContainerParallel.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ForceContainerSerial.cpp
[ 15%] Building CXX object CMakeFiles/yade.dir/core/Interaction.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Interaction.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Interaction.cpp
[ 15%] Building CXX object CMakeFiles/yade.dir/core/InteractionContainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/InteractionContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp
/home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp:82:2: warning: #warning ("is cpu cost of this mutex known?") [-Wcpp]
   82 | #warning("is cpu cost of this mutex known?")
      | ^~~~~~~
[ 16%] Building CXX object CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/MPIBodyContainer.cpp
[ 16%] Building CXX object CMakeFiles/yade.dir/core/Material.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Material.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Material.cpp
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Omega.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Omega.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Omega.cpp
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Scene.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Scene.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Scene.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/SimulationFlow.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/SimulationFlow.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/SimulationFlow.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/State.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/State.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/State.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/Subdomain.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Subdomain.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Subdomain.cpp
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadRunner.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ThreadRunner.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ThreadRunner.cpp
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadWorker.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ThreadWorker.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ThreadWorker.cpp
[ 20%] Building CXX object CMakeFiles/yade.dir/core/corePlugins.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/corePlugins.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/corePlugins.cpp
[ 20%] Building CXX object CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Bo1_Aabb.cpp
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Collider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Collider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Collider.cpp
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Cylinder.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Dispatching.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Facet.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Facet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Facet.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ForceEngine.cpp
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_NormPhys.cpp
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PFacet.cpp
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PotentialBlock.cpp
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PotentialParticle.cpp
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_Primitives.cpp
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/GravityEngines.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Grid.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Grid.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Grid_GUI.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/HydroForceEngine.cpp
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/InsertionSortCollider.cpp
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/InteractionLoop.cpp
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/KinematicEngines.cpp
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/MatchMaker.cpp
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/OpenGLRenderer.cpp
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/PFacet.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ParallelEngine.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ResetRandomPosition.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/SPHEngine.cpp
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/SpatialQuickSortCollider.cpp
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/Wall.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Wall.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Wall.cpp
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/common/common.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/common.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/common.cpp
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/BlockGen.cpp
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/BubbleMat.cpp
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryPhys.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryPhys1.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryStressRecorder.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CohesiveFrictionalContactLaw.cpp
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ConcretePM.cpp
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Disp2DPropLoadEngine.cpp
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/DomainLimiter.cpp
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ElasticContactLaw.cpp
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FacetTopologyAnalyzer.cpp
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FlatGridCollider.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ForceTorqueRecorder.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FrictPhys.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FrictViscoPM.cpp
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/GlobalStiffnessTimeStepper.cpp
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.cpp
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_PB_PB_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_PP_PP_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/InelastCohFrictPM.cpp
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Integrator.cpp
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ip2_ElastMat.cpp
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/JointedCohesiveFrictionalPM.cpp
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KinemC__Engine.cpp
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KinemSimpleShearBox.cpp
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KnKsLaw.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KnKsPBLaw.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/L3Geom.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Lubrication.cpp
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/LubricationWithPotential.cpp
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/LudingPM.cpp
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MeasureCapStress.cpp
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MicroMacroAnalyser.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MortarMat.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/NewtonIntegrator.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PDFEngine.cpp
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PeriIsoCompressor.cpp
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra.cpp
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_Ig2.cpp
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_splitter.cpp
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_support.cpp
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialBlock.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialBlock2AABB.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialParticle.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialParticle2AABB.cpp
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RockBolt.cpp
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RockLiningGlobal.cpp
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RungeKuttaCashKarp54Integrator.cpp
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/STLImporter.cpp
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SampleCapillaryPressureEngine.cpp
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ScGeom.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Shop_01.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Shop_02.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SimpleShear.cpp
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SnapshotEngine.cpp
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SpherePack.cpp
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SpheresFactory.cpp
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Tetra.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/lib/pyutil/numpy_boost.hpp:45,
                 from /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp:22:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ThreeDTriaxialEngine.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialCompressionEngine.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialStateRecorder.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialStressController.cpp
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialTest.cpp
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/UnbalancedForceCallbacks.cpp
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/UniaxialStrainer.cpp
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/VTKRecorder.cpp
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.cpp
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticPM.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/WirePM.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Bo1_DeformableElement_Aabb.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Bo1_Node_Aabb.cpp
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/CohesiveMat.cpp
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/DeformableCohesiveElement.cpp
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/DeformableElement.cpp
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/FEInternalForceDispatchers.cpp
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/FEInternalForceEngine.cpp
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Gl1_DeformableElement.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Gl1_Node.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Lin4NodeTetra.cpp
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/LinElastMat.cpp
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Node.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Node.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Node.cpp
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/lbm/HydrodynamicsLawLBM.cpp
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/lbm/LBMnode.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/openfoam/FoamCoupling.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/DFNFlow.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/DummyFlowEngine.cpp
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/FlowEngine.cpp
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/PartialSatClayEngine.cpp
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/PeriodicFlowEngine.cpp
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/SoluteFlowEngine.cpp
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/Thermal.cpp
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/TwoPhaseFlowEngine.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/UnsaturatedEngine.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/base/Math.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/base/Math.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/base/Math.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPConfig.cpp
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/factory/ClassFactory.cpp
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/factory/DynLibManager.cpp
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/base/Logging.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/base/Logging.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/base/Logging.cpp
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/compatibility/LapackCompatibility.cpp
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/compatibility/VTKCompatibility.cpp
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/serialization/Serializable.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/pyutil/gil.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/core/main/pyboot.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/main/pyboot.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/main/pyboot.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/opengl/GLUtils.cpp
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/KinematicLocalisationAnalyser.cpp
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/Tenseur3.cpp
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/Timer.cpp
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/TriaxialState.cpp
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/basicVTKwritter.cpp
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/computational-geometry/MarchingCube.cpp
[ 86%] Linking CXX shared library lib/x86_64-linux-gnu/libyade.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/yade.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -Wl,--as-needed -shared -Wl,-soname,libyade.so -o lib/x86_64-linux-gnu/libyade.so CMakeFiles/yade.dir/core/Body.cpp.o CMakeFiles/yade.dir/core/BodyContainer.cpp.o CMakeFiles/yade.dir/core/Cell.cpp.o CMakeFiles/yade.dir/core/Clump.cpp.o CMakeFiles/yade.dir/core/Engine.cpp.o CMakeFiles/yade.dir/core/FileGenerator.cpp.o CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o CMakeFiles/yade.dir/core/Interaction.cpp.o CMakeFiles/yade.dir/core/InteractionContainer.cpp.o CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o CMakeFiles/yade.dir/core/Material.cpp.o CMakeFiles/yade.dir/core/Omega.cpp.o CMakeFiles/yade.dir/core/Scene.cpp.o CMakeFiles/yade.dir/core/SimulationFlow.cpp.o CMakeFiles/yade.dir/core/State.cpp.o CMakeFiles/yade.dir/core/Subdomain.cpp.o CMakeFiles/yade.dir/core/ThreadRunner.cpp.o CMakeFiles/yade.dir/core/ThreadWorker.cpp.o CMakeFiles/yade.dir/core/corePlugins.cpp.o CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o CMakeFiles/yade.dir/pkg/common/Collider.cpp.o CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o CMakeFiles/yade.dir/pkg/common/Facet.cpp.o CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o CMakeFiles/yade.dir/pkg/common/Grid.cpp.o CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o CMakeFiles/yade.dir/pkg/common/Wall.cpp.o CMakeFiles/yade.dir/pkg/common/common.cpp.o CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o CMakeFiles/yade.dir/pkg/fem/Node.cpp.o CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o CMakeFiles/yade.dir/lib/base/Math.cpp.o CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o CMakeFiles/yade.dir/lib/base/Logging.cpp.o CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o CMakeFiles/yade.dir/core/main/pyboot.cpp.o CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o -Wl,-rpath,/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 86%] Built target yade
make -f CMakeFiles/boot.dir/build.make CMakeFiles/boot.dir/depend
make -f py/CMakeFiles/_libVersions.dir/build.make py/CMakeFiles/_libVersions.dir/depend
make -f py/CMakeFiles/_log.dir/build.make py/CMakeFiles/_log.dir/depend
make -f py/CMakeFiles/_minieigenHP.dir/build.make py/CMakeFiles/_minieigenHP.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/CMakeFiles/boot.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_libVersions.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_log.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_minieigenHP.dir/DependInfo.cmake --color=
Scanning dependencies of target _log
Scanning dependencies of target boot
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f CMakeFiles/boot.dir/build.make CMakeFiles/boot.dir/build
make -f py/CMakeFiles/_log.dir/build.make py/CMakeFiles/_log.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 86%] Building CXX object py/CMakeFiles/_log.dir/_log.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_log_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_log.dir/_log.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_log.cpp
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 87%] Building CXX object CMakeFiles/boot.dir/core/main/pyboot.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dboot_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/boot.dir/core/main/pyboot.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/main/pyboot.cpp
Scanning dependencies of target _libVersions
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_libVersions.dir/build.make py/CMakeFiles/_libVersions.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 87%] Building CXX object py/CMakeFiles/_libVersions.dir/_libVersions.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_libVersions_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_libVersions.dir/_libVersions.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_libVersions.cpp
Scanning dependencies of target _minieigenHP
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_minieigenHP.dir/build.make py/CMakeFiles/_minieigenHP.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 87%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_minieigenHP.cpp
[ 87%] Linking CXX shared library lib/x86_64-linux-gnu/boot.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/boot.dir/link.txt --verbose=1
[ 88%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeBoxes.cpp
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -Wl,--as-needed -shared -Wl,-soname,boot.so -o lib/x86_64-linux-gnu/boot.so CMakeFiles/boot.dir/core/main/pyboot.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 89%] Linking CXX shared library lib/x86_64-linux-gnu/_log.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_log.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_log.so -o lib/x86_64-linux-gnu/_log.so CMakeFiles/_log.dir/_log.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 90%] Linking CXX shared library lib/x86_64-linux-gnu/_libVersions.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_libVersions.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_libVersions.so -o lib/x86_64-linux-gnu/_libVersions.so CMakeFiles/_libVersions.dir/_libVersions.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 90%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeComplex1.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 90%] Built target boot
make -f py/CMakeFiles/_packPredicates.dir/build.make py/CMakeFiles/_packPredicates.dir/depend
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packPredicates.dir/DependInfo.cmake --color=
[ 90%] Built target _log
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeComplex2.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 91%] Built target _libVersions
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeConverters.cpp
Scanning dependencies of target _packPredicates
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packPredicates.dir/build.make py/CMakeFiles/_packPredicates.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 91%] Building CXX object py/CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packPredicates_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packPredicates.cpp
make -f py/CMakeFiles/_math.dir/build.make py/CMakeFiles/_math.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_math.dir/DependInfo.cmake --color=
Scanning dependencies of target _math
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_math.dir/build.make py/CMakeFiles/_math.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 91%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_math.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_math_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_math.dir/high-precision/_math.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_math.cpp
[ 91%] Linking CXX shared library lib/x86_64-linux-gnu/_packPredicates.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packPredicates.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packPredicates.so -o lib/x86_64-linux-gnu/_packPredicates.so CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/py/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so lib/x86_64-linux-gnu/_gts.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -lgts -Wl,-rpath-link,/usr/local/lib
make -f py/CMakeFiles/_utils.dir/build.make py/CMakeFiles/_utils.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_utils.dir/DependInfo.cmake --color=
Scanning dependencies of target _utils
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_utils.dir/build.make py/CMakeFiles/_utils.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 92%] Building CXX object py/CMakeFiles/_utils.dir/_utils.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_utils_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_utils.dir/_utils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp:8:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 93%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeMatrices1.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 93%] Built target _packPredicates
[ 93%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_math_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeStorageOrdering.cpp
[ 93%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeMatrices2.cpp
[ 94%] Linking CXX shared library lib/x86_64-linux-gnu/_math.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_math.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_math.so -o lib/x86_64-linux-gnu/_math.so CMakeFiles/_math.dir/high-precision/_math.cpp.o CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 94%] Built target _math
[ 94%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeQuaternion.cpp
make -f py/CMakeFiles/_packSpheres.dir/build.make py/CMakeFiles/_packSpheres.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packSpheres.dir/DependInfo.cmake --color=
Scanning dependencies of target _packSpheres
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packSpheres.dir/build.make py/CMakeFiles/_packSpheres.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Building CXX object py/CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packSpheres_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packSpheres.cpp
make -f py/CMakeFiles/wrapper.dir/build.make py/CMakeFiles/wrapper.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/wrapper.dir/DependInfo.cmake --color=
Scanning dependencies of target wrapper
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/wrapper.dir/build.make py/CMakeFiles/wrapper.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Building CXX object py/CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dwrapper_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/wrapper/yadeWrapper.cpp
[ 95%] Linking CXX shared library lib/x86_64-linux-gnu/_packSpheres.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packSpheres.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packSpheres.so -o lib/x86_64-linux-gnu/_packSpheres.so CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeStorageOrdering.cpp
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeVectors1.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 96%] Built target _packSpheres
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeVectors2.cpp
[ 97%] Linking CXX shared library lib/x86_64-linux-gnu/_utils.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_utils.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_utils.so -o lib/x86_64-linux-gnu/_utils.so CMakeFiles/_utils.dir/_utils.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make -f py/CMakeFiles/_customConverters.dir/build.make py/CMakeFiles/_customConverters.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_customConverters.dir/DependInfo.cmake --color=
Scanning dependencies of target _customConverters
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_customConverters.dir/build.make py/CMakeFiles/_customConverters.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 97%] Building CXX object py/CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_customConverters_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/wrapper/customConverters.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 97%] Built target _utils
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp
[ 98%] Linking CXX shared library lib/x86_64-linux-gnu/_minieigenHP.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_minieigenHP.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_minieigenHP.so -o lib/x86_64-linux-gnu/_minieigenHP.so CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 98%] Built target _minieigenHP
[ 99%] Linking CXX shared library lib/x86_64-linux-gnu/wrapper.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/wrapper.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,wrapper.so -o lib/x86_64-linux-gnu/wrapper.so CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 99%] Built target wrapper
[100%] Linking CXX shared library lib/x86_64-linux-gnu/_customConverters.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_customConverters.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_customConverters.so -o lib/x86_64-linux-gnu/_customConverters.so CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[100%] Built target _customConverters
make[1]: Leaving directory '/home/sacha.duverger/packages/yade/build'
/usr/bin/cmake -E cmake_progress_start /home/sacha.duverger/packages/yade/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/home/sacha.duverger/packages/yade/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/home/sacha.duverger/packages/yade/build'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "Debug"
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c-batch
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/config.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/DEM-PFV-check.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkAvoidSelfInteractionMask.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkBlockGen.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkCapillaryModels.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkClumpHopper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderConstantness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderCorrectness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkDEM-PFVPressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkGravity.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkJCFpm.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLiquidMigration.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkList.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubrication.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubricationWithRoughness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkMPI.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPolyhedraCrush.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialBlocks.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialParticles.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialVTKRecorders.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkSaveLoadClumps.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestDummy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestTriax.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkVTKRecorder.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElEng.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM2.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWeight.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWirePM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/check_TwoPhaseFlowEngine_PressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGui.sh
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiEmpty.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiSimple.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testGuiHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColider.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkJCFpm.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pb-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkTestTriax.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/100spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColliderCorrect.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/WallStressesCheckTest
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/joints.csv
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_1.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/share/doc/yade-2020-10-20.git-427f64c/img/yade-logo-note.png
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/math.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/minieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/pygts.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_extraDocs.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bisectionDecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bodiesHandling.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/coloring.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/deformableelementsutils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/domaindecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/export.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/geom.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/gridpfacet.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/linterpolation.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/log.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/mpy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/params.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/plot.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/polyhedra_utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/post2d.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/remote.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/runtime.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/system.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/timing.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/ymport.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/pack.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/mtTkinter.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/clump.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/cohesive-chain.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/core.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/dummyTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/engines.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/enumTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/pbc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testColliderByGiulia.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMath.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMinieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/utilsModule.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/wrapper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/checkPerf.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/performance.db
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/mpipool.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM2D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM3D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEMup.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/saveGauss.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/simDEM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"

####################################################################################################################################################################################
[2] : Using gdb to investigate the segmentation fault

## gdb session

GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) file python3
Reading symbols from python3...(no debugging symbols found)...done.
(gdb) run install/bin/yade-2020-10-20.git-427f64c -f6
Starting program: /usr/bin/python3 install/bin/yade-2020-10-20.git-427f64c -f6
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Welcome to Yade 2020-10-20.git-427f64c
Using python version: 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0]

Program received signal SIGSEGV, Segmentation fault.
0x00007fffd97192b9 in GlobalError::PushToStack() () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
(gdb) bt
#0 0x00007fffd97192b9 in GlobalError::PushToStack() () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#1 0x00007fffd979cfc2 in pkgInitConfig(Configuration&) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#2 0x00007fffd9a3aed8 in ?? () from /usr/lib/python3/dist-packages/apt_pkg.cpython-36m-x86_64-linux-gnu.so
#3 0x000000000050a12f in ?? ()
#4 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#5 0x0000000000507be4 in ?? ()
#6 0x0000000000516069 in ?? ()
#7 0x0000000000566fae in PyCFunction_Call ()
#8 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#9 0x0000000000507be4 in ?? ()
#10 0x0000000000509900 in ?? ()
#11 0x000000000050a2fd in ?? ()
#12 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#13 0x00000000005095c8 in ?? ()
#14 0x000000000050a2fd in ?? ()
#15 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#16 0x00000000005095c8 in ?? ()
#17 0x000000000050a2fd in ?? ()
#18 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#19 0x00000000005095c8 in ?? ()
#20 0x000000000050a2fd in ?? ()
#21 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#22 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#23 0x00000000005a4c61 in _PyObject_FastCallDict ()
#24 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#25 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#26 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#27 0x0000000000507be4 in ?? ()
#28 0x0000000000516069 in ?? ()
#29 0x0000000000566fae in PyCFunction_Call ()
#30 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#31 0x0000000000507be4 in ?? ()
#32 0x0000000000509900 in ?? ()
#33 0x000000000050a2fd in ?? ()
#34 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#35 0x00000000005095c8 in ?? ()
#36 0x000000000050a2fd in ?? ()
#37 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#38 0x00000000005095c8 in ?? ()
#39 0x000000000050a2fd in ?? ()
#40 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#41 0x00000000005095c8 in ?? ()
#42 0x000000000050a2fd in ?? ()
#43 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#44 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#45 0x00000000005a4c61 in _PyObject_FastCallDict ()
#46 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#47 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#48 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#49 0x0000000000507be4 in ?? ()
#50 0x0000000000516069 in ?? ()
--Type <RET> for more, q to quit, c to continue without paging--c
#51 0x0000000000566fae in PyCFunction_Call ()
#52 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#53 0x0000000000507be4 in ?? ()
#54 0x0000000000509900 in ?? ()
#55 0x000000000050a2fd in ?? ()
#56 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#57 0x00000000005095c8 in ?? ()
#58 0x000000000050a2fd in ?? ()
#59 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#60 0x00000000005095c8 in ?? ()
#61 0x000000000050a2fd in ?? ()
#62 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#63 0x00000000005095c8 in ?? ()
#64 0x000000000050a2fd in ?? ()
#65 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#66 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#67 0x00000000005a4c61 in _PyObject_FastCallDict ()
#68 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#69 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#70 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#71 0x0000000000507be4 in ?? ()
#72 0x0000000000516069 in ?? ()
#73 0x0000000000566fae in PyCFunction_Call ()
#74 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#75 0x0000000000507be4 in ?? ()
#76 0x0000000000509900 in ?? ()
#77 0x000000000050a2fd in ?? ()
#78 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#79 0x00000000005095c8 in ?? ()
#80 0x000000000050a2fd in ?? ()
#81 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#82 0x00000000005095c8 in ?? ()
#83 0x000000000050a2fd in ?? ()
#84 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#85 0x00000000005095c8 in ?? ()
#86 0x000000000050a2fd in ?? ()
#87 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#88 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#89 0x00000000005a4c61 in _PyObject_FastCallDict ()
#90 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#91 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#92 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#93 0x0000000000507be4 in ?? ()
#94 0x0000000000516069 in ?? ()
#95 0x0000000000566fae in PyCFunction_Call ()
#96 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#97 0x0000000000507be4 in ?? ()
#98 0x0000000000509900 in ?? ()
#99 0x000000000050a2fd in ?? ()
#100 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#101 0x00000000005095c8 in ?? ()
#102 0x000000000050a2fd in ?? ()
#103 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#104 0x00000000005095c8 in ?? ()
#105 0x000000000050a2fd in ?? ()
#106 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#107 0x00000000005095c8 in ?? ()
#108 0x000000000050a2fd in ?? ()
#109 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#110 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#111 0x00000000005a4c61 in _PyObject_FastCallDict ()
#112 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#113 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#114 0x00000000005140a4 in ?? ()
#115 0x0000000000566f73 in PyCFunction_Call ()
#116 0x0000000000510e51 in _PyEval_EvalFrameDefault ()
#117 0x0000000000507be4 in ?? ()
#118 0x0000000000509900 in ?? ()
#119 0x000000000050a2fd in ?? ()
#120 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#121 0x00000000005095c8 in ?? ()
#122 0x000000000050a2fd in ?? ()
#123 0x000000000050beb4 in _PyEval_EvalFrameDefault ()
#124 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#125 0x00000000005a4c61 in _PyObject_FastCallDict ()
#126 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs ()
#127 0x00000000004f6d6d in PyImport_ImportModuleLevelObject ()
#128 0x000000000050ddbf in _PyEval_EvalFrameDefault ()
#129 0x0000000000508cd5 in _PyFunction_FastCallDict ()
#130 0x00000000005a4c61 in _PyObject_FastCallDict ()
#131 0x000000000063831b in PyErr_PrintEx ()
#132 0x0000000000638703 in PyRun_SimpleFileExFlags ()
#133 0x0000000000639281 in Py_Main ()
#134 0x00000000004b0dc0 in main ()

Revision history for this message
Janek Kozicki (cosurgi) said :
#15

The output looks very similar. This suggests that yade did not get a chance to start executing its own code, and problem is during python startup. Please install debug symbols for your python and try again, I am not sure but it should be a package like python3-dbg or *dbgsym* something silimilar. No need to recompile yade. Then gdb output should be more meaningful.

Revision history for this message
Janek Kozicki (cosurgi) said :
#16

Also it is worth checking out if the first line in yade python startup file install/bin/yade-2020-10-20.git-427f64c invokes correct python executable. Which one is correct is up to you to find out :)

Revision history for this message
Sacha Duverger (schmxprr) said :
#17

The first line of install/bin/yade-2020-10-20.git-427f64c invokes /usr/bin/python3.6, but my python3 command invokes /usr/bin/python3 . I guess the first command in the gdb session should thus be "file python3.6" and not "file python3".

I installed python3.6-dbg and used it in the gdb session but I got an ImportError before the segmentation fault, see [1] for the output. It seems that it doesn't recognise a symbol (a debug symbol I guess) that comes from a YADE file.

I tried to use simply python3.6 in the gdb session and got a more complete output than when I used python3, see [2] for the output. The output of py-bt is talking about "/usr/lib/python3/dist-packages/" and the command "python3.6 -m pip show pip" says "Location: /usr/lib/python3/dist-packages". I do have a "/usr/lib/python3.6" folder, so how come python3.6 is not connected to it? Maybe there is a problem here.

####################################################################################################################################################################################
[1] : Using gdb to investigate the segmentation fault, with yade and python debug symbols

## gdb session

GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) file python3.6-dbg
Reading symbols from python3.6-dbg...done.
(gdb) run install/bin/yade-2020-10-20.git-427f64c
Starting program: /usr/bin/python3.6-dbg install/bin/yade-2020-10-20.git-427f64c
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Welcome to Yade 2020-10-20.git-427f64c
Using python version: 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0]
Traceback (most recent call last):
  File "install/bin/yade-2020-10-20.git-427f64c", line 150, in <module>
    import yade
  File "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/__init__.py", line 75, in <module>
    from yade import boot
ImportError: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so: undefined symbol: _ZN26vtkTransformPolyDataFilter3NewEv
[Inferior 1 (process 25037) exited with code 01]

####################################################################################################################################################################################
[2] : Using gdb to investigate the segmentation fault, with only yade debug symbols

## gdb session

GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) file python3.6
Reading symbols from python3.6...Reading symbols from /usr/lib/debug/.build-id/fc/614aa299a924960da33b875fb9cfaa641ea5bc.debug...done.
done.
(gdb) run install/bin/yade-2020-10-20.git-427f64c
Starting program: /usr/bin/python3.6 install/bin/yade-2020-10-20.git-427f64c
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Welcome to Yade 2020-10-20.git-427f64c
Using python version: 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0]

Program received signal SIGSEGV, Segmentation fault.
0x00007fffd97192b9 in GlobalError::PushToStack() () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
(gdb) bt
#0 0x00007fffd97192b9 in GlobalError::PushToStack() () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#1 0x00007fffd979cfc2 in pkgInitConfig(Configuration&) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#2 0x00007fffd9a3aed8 in ?? () from /usr/lib/python3/dist-packages/apt_pkg.cpython-36m-x86_64-linux-gnu.so
#3 0x000000000050a12f in _PyCFunction_FastCallDict (kwargs=<optimized out>, nargs=<optimized out>, args=<optimized out>,
    func_obj=<built-in method init_config of module object at remote 0x7ffff605ea48>) at ../Objects/methodobject.c:234
#4 _PyCFunction_FastCallKeywords (kwnames=<optimized out>, nargs=<optimized out>, stack=<optimized out>, func=<optimized out>) at ../Objects/methodobject.c:294
#5 call_function (pp_stack=0x7fffffff8a50, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4851
#6 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#7 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7fffd9fd7648, for file /usr/lib/python3/dist-packages/apt/__init__.py, line 34, in <module> ()) at ../Python/ceval.c:754
#8 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x0,
    kwcount=<optimized out>, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0) at ../Python/ceval.c:4166
#9 0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0,
    locals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated),
    globals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated), _co=<code at remote 0x7fffd7632db0>) at ../Python/ceval.c:729
#10 PyEval_EvalCode (
    locals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated),
    globals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated), co=<code at remote 0x7fffd7632db0>) at ../Python/ceval.c:731
#11 builtin_exec_impl (module=<optimized out>,
    locals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated),
    globals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated), source=<code at remote 0x7fffd7632db0>) at ../Python/bltinmodule.c:983
#12 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
--Type <RET> for more, q to quit, c to continue without paging--c
#13 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#14 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7fffd7632db0>, {'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__'...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#15 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#16 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff60593d8, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7fffd7632db0>, {'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, except...(truncated)) at ../Python/ceval.c:754
#17 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7fffd9e9c598, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#18 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7fffd9e9c580, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#19 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9030, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#20 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#21 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7fffd9e9c3e8, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, module=<module at remote 0x7fffd75bcd18>, code=<code at remote 0x7fffd7632db0>)) at ../Python/ceval.c:754
#22 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#23 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#24 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9220, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#25 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#26 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7fffd75c1048, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apt', loader=<SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, module=<module at remote 0x7fffd75bcd18>)) at ../Python/ceval.c:754
#27 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#28 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#29 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9410, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#30 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#31 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc9c8d8, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apt', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=None, parent='', spec=<ModuleSpec(name='apt', loader=<SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>)) at ../Python/ceval.c:754
#32 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#33 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#34 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9600, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#35 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#36 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xe10fd8, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apt', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#37 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#38 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#39 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffff97a0, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#40 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#41 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apt', globals=<optimized out>, locals=<optimized out>, fromlist=None, level=0) at ../Python/import.c:1578
#42 0x000000000050ddbf in import_name (level=0, fromlist=None, name='apt', f=Frame 0xe11628, for file /usr/lib/python3/dist-packages/apport/packaging_impl.py, line 24, in <module> ()) at ../Python/ceval.c:5245
#43 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#44 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xe11628, for file /usr/lib/python3/dist-packages/apport/packaging_impl.py, line 24, in <module> ()) at ../Python/ceval.c:754
#45 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x0, kwcount=<optimized out>, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0) at ../Python/ceval.c:4166
#46 0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), globals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), _co=<code at remote 0x7fffd76329c0>) at ../Python/ceval.c:729
#47 PyEval_EvalCode (locals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), globals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), co=<code at remote 0x7fffd76329c0>) at ../Python/ceval.c:731
#48 builtin_exec_impl (module=<optimized out>, locals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), globals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), source=<code at remote 0x7fffd76329c0>) at ../Python/bltinmodule.c:983
#49 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
#50 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#51 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7fffd76329c0>, {'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#52 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#53 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6459848, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7fffd76329c0>, {'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages...(truncated)) at ../Python/ceval.c:754
#54 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7ffff5ddfcd8, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#55 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7ffff5ddfcc0, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#56 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9f70, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#57 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#58 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5ddfb28, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, module=<module at remote 0x7fffd7619ea8>, code=<code at remote 0x7fffd76329c0>)) at ../Python/ceval.c:754
#59 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#60 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#61 0x000000000050a2fd in call_function (pp_stack=0x7fffffffa160, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#62 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#63 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7fffd9fd7848, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apport.packaging_impl', loader=<SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, module=<module at remote 0x7fffd7619ea8>)) at ../Python/ceval.c:754
#64 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#65 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#66 0x000000000050a2fd in call_function (pp_stack=0x7fffffffa350, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#67 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#68 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xcee038, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apport.packaging_impl', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=['/usr/lib/python3/dist-packages/apport'], parent='apport', parent_module=<module at remote 0x7ffff5dedb38>, spec=<ModuleSpec(name='apport.packaging_impl', loader=<SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>)) at ../Python/ceval.c:754
#69 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#70 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#71 0x000000000050a2fd in call_function (pp_stack=0x7fffffffa540, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#72 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#73 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xda1c78, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport.packaging_impl', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#74 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#75 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#76 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffa6e0, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#77 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#78 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport.packaging_impl', globals=<optimized out>, locals=<optimized out>, fromlist=('impl',), level=0) at ../Python/import.c:1578
#79 0x000000000050ddbf in import_name (level=0, fromlist=('impl',), name='apport.packaging_impl', f=Frame 0xce1798, for file /usr/lib/python3/dist-packages/apport/fileutils.py, line 23, in <module> ()) at ../Python/ceval.c:5245
#80 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#81 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xce1798, for file /usr/lib/python3/dist-packages/apport/fileutils.py, line 23, in <module> ()) at ../Python/ceval.c:754
#82 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x0, kwcount=<optimized out>, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0) at ../Python/ceval.c:4166
#83 0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), globals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), _co=<code at remote 0x7fffd9e894b0>) at ../Python/ceval.c:729
#84 PyEval_EvalCode (locals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), globals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), co=<code at remote 0x7fffd9e894b0>) at ../Python/ceval.c:731
#85 builtin_exec_impl (module=<optimized out>, locals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), globals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), source=<code at remote 0x7fffd9e894b0>) at ../Python/bltinmodule.c:983
#86 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
#87 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#88 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7fffd9e894b0>, {'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa982...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#89 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#90 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc99a78, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7fffd9e894b0>, {'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in function...(truncated)) at ../Python/ceval.c:754
#91 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7ffff5ddf938, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#92 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7ffff5ddf920, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#93 0x000000000050a2fd in call_function (pp_stack=0x7fffffffaeb0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#94 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#95 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5ddf788, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, module=<module at remote 0x7ffff5df19f8>, code=<code at remote 0x7fffd9e894b0>)) at ../Python/ceval.c:754
#96 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#97 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#98 0x000000000050a2fd in call_function (pp_stack=0x7fffffffb0a0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#99 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#100 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5b98a48, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apport.fileutils', loader=<SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, module=<module at remote 0x7ffff5df19f8>)) at ../Python/ceval.c:754
#101 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#102 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#103 0x000000000050a2fd in call_function (pp_stack=0x7fffffffb290, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#104 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#105 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xcf9908, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apport.fileutils', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=['/usr/lib/python3/dist-packages/apport'], parent='apport', parent_module=<module at remote 0x7ffff5dedb38>, spec=<ModuleSpec(name='apport.fileutils', loader=<SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>)) at ../Python/ceval.c:754
#106 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#107 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#108 0x000000000050a2fd in call_function (pp_stack=0x7fffffffb480, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#109 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#110 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xcbbc18, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport.fileutils', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#111 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#112 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#113 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffb620, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#114 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#115 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport.fileutils', globals=<optimized out>, locals=<optimized out>, fromlist=None, level=0) at ../Python/import.c:1578
#116 0x000000000050ddbf in import_name (level=0, fromlist=None, name='apport.fileutils', f=Frame 0x7ffff5df5618, for file /usr/lib/python3/dist-packages/apport/report.py, line 30, in <module> ()) at ../Python/ceval.c:5245
#117 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#118 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5df5618, for file /usr/lib/python3/dist-packages/apport/report.py, line 30, in <module> ()) at ../Python/ceval.c:754
#119 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x0, kwcount=<optimized out>, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0) at ../Python/ceval.c:4166
#120 0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), globals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), _co=<code at remote 0x7ffff60488a0>) at ../Python/ceval.c:729
#121 PyEval_EvalCode (locals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), globals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), co=<code at remote 0x7ffff60488a0>) at ../Python/ceval.c:731
#122 builtin_exec_impl (module=<optimized out>, locals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), globals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), source=<code at remote 0x7ffff60488a0>) at ../Python/bltinmodule.c:983
#123 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
#124 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#125 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7ffff60488a0>, {'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec_...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#126 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#127 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6405cc0, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7ffff60488a0>, {'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exce...(truncated)) at ../Python/ceval.c:754
#128 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7ffff5ddf1f8, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#129 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7ffff5ddf1e0, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#130 0x000000000050a2fd in call_function (pp_stack=0x7fffffffbdf0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#131 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#132 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5ddf048, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, module=<module at remote 0x7ffff5dedd18>, code=<code at remote 0x7ffff60488a0>)) at ../Python/ceval.c:754
#133 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#134 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#135 0x000000000050a2fd in call_function (pp_stack=0x7fffffffbfe0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#136 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#137 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6052048, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apport.report', loader=<SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, module=<module at remote 0x7ffff5dedd18>)) at ../Python/ceval.c:754
#138 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#139 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#140 0x000000000050a2fd in call_function (pp_stack=0x7fffffffc1d0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#141 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#142 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xbba6f8, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apport.report', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=['/usr/lib/python3/dist-packages/apport'], parent='apport', parent_module=<module at remote 0x7ffff5dedb38>, spec=<ModuleSpec(name='apport.report', loader=<SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>)) at ../Python/ceval.c:754
#143 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#144 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#145 0x000000000050a2fd in call_function (pp_stack=0x7fffffffc3c0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#146 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#147 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xac1268, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport.report', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#148 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#149 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#150 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffc560, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#151 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#152 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport.report', globals=<optimized out>, locals=<optimized out>, fromlist=('Report',), level=0) at ../Python/import.c:1578
#153 0x000000000050ddbf in import_name (level=0, fromlist=('Report',), name='apport.report', f=Frame 0xc60158, for file /usr/lib/python3/dist-packages/apport/__init__.py, line 5, in <module> ()) at ../Python/ceval.c:5245
#154 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#155 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc60158, for file /usr/lib/python3/dist-packages/apport/__init__.py, line 5, in <module> ()) at ../Python/ceval.c:754
#156 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x0, kwcount=<optimized out>, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0) at ../Python/ceval.c:4166
#157 0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), globals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), _co=<code at remote 0x7ffff5dd58a0>) at ../Python/ceval.c:729
#158 PyEval_EvalCode (locals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), globals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), co=<code at remote 0x7ffff5dd58a0>) at ../Python/ceval.c:731
#159 builtin_exec_impl (module=<optimized out>, locals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), globals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), source=<code at remote 0x7ffff5dd58a0>) at ../Python/bltinmodule.c:983
#160 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
#161 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#162 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7ffff5dd58a0>, {'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleS...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#163 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#164 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xb21e48, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7ffff5dd58a0>, {'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other ...(truncated)) at ../Python/ceval.c:754
#165 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7ffff6407b08, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#166 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7ffff6407af0, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#167 0x000000000050a2fd in call_function (pp_stack=0x7fffffffcd30, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#168 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#169 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6407958, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, module=<module at remote 0x7ffff5dedb38>, code=<code at remote 0x7ffff5dd58a0>)) at ../Python/ceval.c:754
#170 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#171 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#172 0x000000000050a2fd in call_function (pp_stack=0x7fffffffcf20, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#173 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#174 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6052448, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apport', loader=<SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, module=<module at remote 0x7ffff5dedb38>)) at ../Python/ceval.c:754
#175 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#176 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#177 0x000000000050a2fd in call_function (pp_stack=0x7fffffffd110, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#178 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#179 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xaf0ea8, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apport', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=None, parent='', spec=<ModuleSpec(name='apport', loader=<SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>)) at ../Python/ceval.c:754
#180 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#181 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#182 0x000000000050a2fd in call_function (pp_stack=0x7fffffffd300, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#183 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#184 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc2a598, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#185 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#186 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#187 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffd4a0, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#188 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#189 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport', globals=<optimized out>, locals=<optimized out>, fromlist=0x0, level=0) at ../Python/import.c:1578
#190 0x00000000005140a4 in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at ../Python/bltinmodule.c:238
#191 0x0000000000566f73 in PyCFunction_Call (func=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:98
#192 0x0000000000510e51 in do_call_core (kwdict={}, callargs=('apport',), func=<built-in method __import__ of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#193 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#194 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc5ed78, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, args=('apport',), kwds={})) at ../Python/ceval.c:754
#195 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0xbbd078, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#196 0x0000000000509900 in fast_function (func=<optimized out>, stack=0xbbd068, nargs=2, kwnames=<optimized out>) at ../Python/ceval.c:4992
#197 0x000000000050a2fd in call_function (pp_stack=0x7fffffffda00, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#198 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#199 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xbbcea8, for file <frozen importlib._bootstrap>, line 941, in _find_and_load_unlocked (name='apport.fileutils', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=None, parent='apport')) at ../Python/ceval.c:754
#200 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#201 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#202 0x000000000050a2fd in call_function (pp_stack=0x7fffffffdbf0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#203 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#204 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xbada18, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport.fileutils', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#205 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#206 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#207 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffdd90, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#208 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#209 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport.fileutils', globals=<optimized out>, locals=<optimized out>, fromlist=('likely_packaged', 'get_recent_crashes'), level=0) at ../Python/import.c:1578
#210 0x000000000050ddbf in import_name (level=0, fromlist=('likely_packaged', 'get_recent_crashes'), name='apport.fileutils', f=Frame 0xc60538, for file /usr/lib/python3/dist-packages/apport_python_hook.py, line 72, in apport_excepthook (exc_type=<type at remote 0x9daf00>, exc_obj=ImportError('/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so: undefined symbol: _ZN26vtkTransformPolyDataFilter3NewEv',), exc_tb=<traceback at remote 0x7ffff6055348>, apt_pkg=<module at remote 0x7ffff605ea48>, StringIO=<type at remote 0x9ffc60>, re=<module at remote 0x7ffff656a4a8>, traceback=<module at remote 0x7ffff650fea8>)) at ../Python/ceval.c:5245
#211 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#212 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc60538, for file /usr/lib/python3/dist-packages/apport_python_hook.py, line 72, in apport_excepthook (exc_type=<type at remote 0x9daf00>, exc_obj=ImportError('/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so: undefined symbol: _ZN26vtkTransformPolyDataFilter3NewEv',), exc_tb=<traceback at remote 0x7ffff6055348>, apt_pkg=<module at remote 0x7ffff605ea48>, StringIO=<type at remote 0x9ffc60>, re=<module at remote 0x7ffff656a4a8>, traceback=<module at remote 0x7ffff650fea8>)) at ../Python/ceval.c:754
#213 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#214 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#215 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff65520d0>, args=0x7fffffffe110, nargs=3, kwargs=0x0) at ../Objects/abstract.c:2310
#216 0x000000000063831b in PyErr_PrintEx (set_sys_last_vars=1) at ../Python/pythonrun.c:669
#217 PyErr_PrintEx (set_sys_last_vars=<optimized out>, set_sys_last_vars=<optimized out>) at ../Python/pythonrun.c:631
#218 0x0000000000638703 in PyErr_Print () at ../Python/pythonrun.c:532
#219 PyRun_SimpleFileExFlags (fp=<optimized out>, filename=<optimized out>, closeit=<optimized out>, flags=0x7fffffffe1cc) at ../Python/pythonrun.c:425
#220 0x0000000000639281 in run_file (p_cf=0x7fffffffe1cc, filename=<optimized out>, fp=<optimized out>) at ../Modules/main.c:340
#221 Py_Main (argc=<optimized out>, argv=<optimized out>) at ../Modules/main.c:810
#222 0x00000000004b0dc0 in main (argc=2, argv=0x7fffffffe3c8) at ../Programs/python.c:69
(gdb) py-bt
Traceback (most recent call first):
  <built-in method init_config of module object at remote 0x7ffff605ea48>
  File "/usr/lib/python3/dist-packages/apt/__init__.py", line 34, in <module>
    apt_pkg.init_config()
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module>
    import apt
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
    from apport.packaging_impl import impl as packaging
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
    import apport.fileutils
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
    from apport.report import Report
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  <built-in method __import__ of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 72, in apport_excepthook
    from apport.fileutils import likely_packaged, get_recent_crashes

Revision history for this message
Janek Kozicki (cosurgi) said :
#18

I realized that at this stage the "-f6" command is not effective because the filter level is set in yade after all modules finish loading. We have two ways to force yade to use -f6 earlier:

1. recompile with cmake -DENABLE_LOGGER=OFF (then it will send all to std::cerr because with -DDEBUG=ON this will be at -f6 filter level)
2. or change lib/base/Logging.hpp line 112 , lib/base/Logging.cpp line 48 to (short int)(SeverityLevel::eTRACE) (...yeah, that should be in single place)

trying to do both 1. and 2. will mean doing the first one ;) Because the 2nd is disabled by the 1st one.

Then perhaps we will see some actual output from yade loading its plugins.

Both stacktraces produce the exact same error at the end:

exc_obj=ImportError('/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so: undefined symbol: _ZN26vtkTransformPolyDataFilter3NewEv',)

This "undefined symbol: _ZN26vtkTransformPolyDataFilter3NewEv" could mean following:

1. problem with binary version of vtk (unlikely) you might want to recompile yade without vtk, maybe a linker problem
2. binary incompatibility between (incorrect version of) python and yade (which was compiled against different python), which makes python start routine unable to read any kind of symbols given by yade. And VTK happens to be the first one read.
3. something else.

Please do the same gdb runs again, but this time we really print stuff with -f6 (using method 1. or 2.). Maybe we will see some messages from yade loading its plugins.

Revision history for this message
Janek Kozicki (cosurgi) said :
#19

And yeah, checking if without VTK we get a different output might be useful.

Revision history for this message
Janek Kozicki (cosurgi) said :
#20

> It seems that it doesn't recognise a symbol (a debug symbol I guess) that comes from a YADE file.

I did not see an unrecognized debug symbol. I'm not saying this is impossible. But usually a symbol refers to some function or variable. Debug symbol "works along with it". In the case of _ZN26vtkTransformPolyDataFilter3NewEv it could be one of the New…… (there seem to be a couple of those) functions in VTK class vtkTransformPolyDataFilter.

Revision history for this message
Sacha Duverger (schmxprr) said :
#21

I tried to compile with -DENABLE_LOGGER=OFF but it failed at the very end. See [1] for outputs.

So I turned back on the logger and made the changes on lib/base/Logging.hpp#112 and lib/base/Logging.cpp#48, this time it compiled but I have the same output so I guess the -f6 command still isn't effective. See [2] for the outputs of cmake, make install and for the gdb session.

I then tried to compile without VTK, and it worked : I don't have the segmentation fault when VTK is disabled. See [3] for the outputs of cmake, make install and for the YADE session.
It made me remember that I also recently built VTK from source (it was advised in the compiling instructions of the package that made me upgrade g++). So I guess it must have messed up the libvtk6-dev package, I tried to uninstall and reinstall it with apt-get but VTK still needs to be disable for YADE to work.

####################################################################################################################################################################################
[1] : Running cmake and make with : g++-9 , RealHP disabled and lib/high-precision/Real.hpp#72 forced to False, debug on, logger off

## cmake command

cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_CXX_COMPILER=g++-9 -DCMAKE_C_COMPILER=gcc-9 -DDEBUG=ON -DMAX_LOG_LEVEL=6 -DENABLE_LOGGER=OFF -DCMAKE_INSTALL_PREFIX=../install ../trunk

## cmake output

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-9 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-9 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version is set to 2020-10-20.git-427f64c
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Log filtering: disabled
-- Disabling boost::log library (only rudimentary LOG_* macros will work) and DEBUG=ON. Files will be very large with full debug info inside.
Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Python version 3.6.9 found, try to import dependencies...
-- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
-- Found IPython: /usr/lib/python3/dist-packages/IPython
-- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
-- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
-- Found Xlib: /usr/lib/python3/dist-packages/Xlib
-- Found future: /usr/lib/python3/dist-packages/future
-- Found past: /usr/lib/python3/dist-packages/past
-- Found tkinter: /usr/lib/python3.6/tkinter
-- Boost_VERSION: 106501
-- Boost_LIB_VERSION: 1_65_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so
Found all python dependencies with version 3.6.9, will compile yade with that.
-- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong
-- Determining preferred precision of Real numbers
-- Will now try to find python-mpmath using /usr/bin/python3.6
-- Warning: RealHP<N> higher precision types will use slow boost cpp_bin_float, consider passing cmake option ENABLE_MPFR=ON to fix this.
-- mpfr disabled
-- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOParallelXML' component is 'IOParallelXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkCommonCore' component is 'CommonCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOImage' component is 'IOImage'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOXML' component is 'IOXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkFiltersCore' component is 'FiltersCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingCore' component is 'ImagingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkRenderingCore' component is 'RenderingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingGeneral' component is 'ImagingGeneral'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingHybrid' component is 'ImagingHybrid'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

-- Found Threads: TRUE
-- Found VTK
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (glib2). This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  cMake/Findglib2.cmake:30 (INCLUDE)
  CMakeLists.txt:676 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Found GTS
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available. Run "cmake --help-policy CMP0072" for policy details. Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:694 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- USE QT5
-- Found QGLVIEWER-qt5: /usr/include/QGLViewer
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found CGAL
-- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
-- Found GL2PS
-- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found OpenBlas
-- Found Lapack
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Yade will be installed to /home/sacha.duverger/packages/yade/install
-- Suffix is set to -2020-10-20.git-427f64c
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
-- Could NOT find gts (missing: PY_gts)
-- Use embedded version of gts. Please, consider installing the corresponding package
-- linking -lquadmath skipped
-- VTK version >7 is found
-- ===========================================================
-- Yade configured with following features: PrecisionDouble Odeint VTK OpenMP GTS GUI-Qt5 CGAL FEMLIKE GL2PS PotentialParticles
-- Disabled features: RealHP mpmath MPFR PFVFLOW PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
-- Using MAX_LOG_LEVEL=6, ENABLE_LOGGER=OFF
-- Debug build
-- C++ standard version: 17
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sacha.duverger/packages/yade/build

# make install output

/usr/bin/cmake -S/home/sacha.duverger/packages/yade/trunk -B/home/sacha.duverger/packages/yade/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/sacha.duverger/packages/yade/build/CMakeFiles /home/sacha.duverger/packages/yade/build//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer_autogen.dir/build.make gui/CMakeFiles/_GLViewer_autogen.dir/depend
make -f py/CMakeFiles/_gts.dir/build.make py/CMakeFiles/_gts.dir/depend
make -f py/CMakeFiles/_polyhedra_utils.dir/build.make py/CMakeFiles/_polyhedra_utils.dir/depend
make -f py/CMakeFiles/_packObb.dir/build.make py/CMakeFiles/_packObb.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/gui /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/gui /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer_autogen.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_polyhedra_utils.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_gts.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packObb.dir/DependInfo.cmake --color=
Scanning dependencies of target _GLViewer_autogen
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer_autogen.dir/build.make gui/CMakeFiles/_GLViewer_autogen.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 0%] Automatic MOC for target _GLViewer
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/cmake -E cmake_autogen /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer_autogen.dir/AutogenInfo.json Debug
Scanning dependencies of target _packObb
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packObb.dir/build.make py/CMakeFiles/_packObb.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
Scanning dependencies of target _gts
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_gts.dir/build.make py/CMakeFiles/_gts.dir/build
[ 0%] Building CXX object py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packObb_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_packObb.dir/pack/_packObb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packObb.cpp
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 0%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/cleanup.cpp
Scanning dependencies of target _polyhedra_utils
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_polyhedra_utils.dir/build.make py/CMakeFiles/_polyhedra_utils.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 1%] Building CXX object py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_polyhedra_utils_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 1%] Built target _GLViewer_autogen
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/edge.cpp
make -f py/CMakeFiles/WeightedAverage2d.dir/build.make py/CMakeFiles/WeightedAverage2d.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/WeightedAverage2d.dir/DependInfo.cmake --color=
Scanning dependencies of target WeightedAverage2d
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/WeightedAverage2d.dir/build.make py/CMakeFiles/WeightedAverage2d.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 2%] Building CXX object py/CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DWeightedAverage2d_EXPORTS -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/WeightedAverage2d.cpp
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/face.cpp
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/object.cpp
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/point.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/pygts.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/segment.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/surface.cpp
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/triangle.cpp
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/vertex.cpp
[ 6%] Linking CXX shared library lib/x86_64-linux-gnu/_gts.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_gts.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_gts.so -o lib/x86_64-linux-gnu/_gts.so CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -lgts
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp:14:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 6%] Built target _gts
make -f gui/CMakeFiles/_GLViewer.dir/build.make gui/CMakeFiles/_GLViewer.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/gui /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/gui /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer.dir/DependInfo.cmake --color=
Scanning dependencies of target _GLViewer
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer.dir/build.make gui/CMakeFiles/_GLViewer.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 7%] Building CXX object gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o -c /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/_packObb.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packObb.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packObb.so -o lib/x86_64-linux-gnu/_packObb.so CMakeFiles/_packObb.dir/pack/_packObb.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 8%] Built target _packObb
[ 8%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.cpp
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/WeightedAverage2d.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/WeightedAverage2d.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,WeightedAverage2d.so -o lib/x86_64-linux-gnu/WeightedAverage2d.so CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 8%] Built target WeightedAverage2d
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/_GLViewer.cpp
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/OpenGLManager.cpp
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewerDisplay.cpp
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewerMouse.cpp
[ 10%] Linking CXX shared library lib/x86_64-linux-gnu/_polyhedra_utils.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_polyhedra_utils.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_polyhedra_utils.so -o lib/x86_64-linux-gnu/_polyhedra_utils.so CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 10%] Built target _polyhedra_utils
[ 11%] Linking CXX shared library lib/x86_64-linux-gnu/_GLViewer.so
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/cmake -E cmake_link_script CMakeFiles/_GLViewer.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_GLViewer.so -o lib/x86_64-linux-gnu/_GLViewer.so CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 11%] Built target _GLViewer
make -f CMakeFiles/yade.dir/build.make CMakeFiles/yade.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/CMakeFiles/yade.dir/DependInfo.cmake --color=
Scanning dependencies of target yade
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f CMakeFiles/yade.dir/build.make CMakeFiles/yade.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 12%] Building CXX object CMakeFiles/yade.dir/core/Body.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/BodyContainer.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/Cell.cpp.o
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Clump.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Body.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Body.cpp
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/BodyContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/BodyContainer.cpp
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Cell.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Cell.cpp
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Clump.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Clump.cpp
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Engine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Engine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Engine.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/FileGenerator.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/FileGenerator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/FileGenerator.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ForceContainerParallel.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ForceContainerSerial.cpp
[ 15%] Building CXX object CMakeFiles/yade.dir/core/Interaction.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Interaction.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Interaction.cpp
[ 15%] Building CXX object CMakeFiles/yade.dir/core/InteractionContainer.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/InteractionContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp
/home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp:82:2: warning: #warning ("is cpu cost of this mutex known?") [-Wcpp]
   82 | #warning("is cpu cost of this mutex known?")
      | ^~~~~~~
[ 16%] Building CXX object CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/MPIBodyContainer.cpp
[ 16%] Building CXX object CMakeFiles/yade.dir/core/Material.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Material.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Material.cpp
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Omega.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Omega.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Omega.cpp
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Scene.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Scene.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Scene.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/SimulationFlow.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/SimulationFlow.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/SimulationFlow.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/State.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/State.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/State.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/Subdomain.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Subdomain.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Subdomain.cpp
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadRunner.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ThreadRunner.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ThreadRunner.cpp
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadWorker.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ThreadWorker.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ThreadWorker.cpp
[ 20%] Building CXX object CMakeFiles/yade.dir/core/corePlugins.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/corePlugins.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/corePlugins.cpp
[ 20%] Building CXX object CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Bo1_Aabb.cpp
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Collider.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Collider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Collider.cpp
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Cylinder.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Dispatching.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Facet.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Facet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Facet.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ForceEngine.cpp
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_NormPhys.cpp
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PFacet.cpp
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PotentialBlock.cpp
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PotentialParticle.cpp
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_Primitives.cpp
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/GravityEngines.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Grid.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Grid.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Grid_GUI.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/HydroForceEngine.cpp
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/InsertionSortCollider.cpp
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/InteractionLoop.cpp
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/KinematicEngines.cpp
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/MatchMaker.cpp
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/OpenGLRenderer.cpp
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/PFacet.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ParallelEngine.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ResetRandomPosition.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/SPHEngine.cpp
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/SpatialQuickSortCollider.cpp
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/Wall.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Wall.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Wall.cpp
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/common/common.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/common.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/common.cpp
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/BlockGen.cpp
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/BubbleMat.cpp
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryPhys.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryPhys1.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryStressRecorder.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CohesiveFrictionalContactLaw.cpp
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ConcretePM.cpp
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Disp2DPropLoadEngine.cpp
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/DomainLimiter.cpp
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ElasticContactLaw.cpp
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FacetTopologyAnalyzer.cpp
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FlatGridCollider.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ForceTorqueRecorder.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FrictPhys.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FrictViscoPM.cpp
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/GlobalStiffnessTimeStepper.cpp
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.cpp
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_PB_PB_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_PP_PP_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/InelastCohFrictPM.cpp
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Integrator.cpp
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ip2_ElastMat.cpp
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/JointedCohesiveFrictionalPM.cpp
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KinemC__Engine.cpp
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KinemSimpleShearBox.cpp
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KnKsLaw.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KnKsPBLaw.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/L3Geom.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Lubrication.cpp
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/LubricationWithPotential.cpp
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/LudingPM.cpp
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MeasureCapStress.cpp
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MicroMacroAnalyser.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MortarMat.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/NewtonIntegrator.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PDFEngine.cpp
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PeriIsoCompressor.cpp
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra.cpp
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_Ig2.cpp
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_splitter.cpp
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_support.cpp
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialBlock.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialBlock2AABB.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialParticle.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialParticle2AABB.cpp
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RockBolt.cpp
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RockLiningGlobal.cpp
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RungeKuttaCashKarp54Integrator.cpp
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/STLImporter.cpp
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SampleCapillaryPressureEngine.cpp
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ScGeom.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Shop_01.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Shop_02.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SimpleShear.cpp
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SnapshotEngine.cpp
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SpherePack.cpp
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SpheresFactory.cpp
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Tetra.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/lib/pyutil/numpy_boost.hpp:45,
                 from /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp:22:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ThreeDTriaxialEngine.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialCompressionEngine.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialStateRecorder.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialStressController.cpp
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialTest.cpp
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/UnbalancedForceCallbacks.cpp
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/UniaxialStrainer.cpp
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/VTKRecorder.cpp
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.cpp
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticPM.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/WirePM.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Bo1_DeformableElement_Aabb.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Bo1_Node_Aabb.cpp
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/CohesiveMat.cpp
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/DeformableCohesiveElement.cpp
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/DeformableElement.cpp
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/FEInternalForceDispatchers.cpp
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/FEInternalForceEngine.cpp
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Gl1_DeformableElement.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Gl1_Node.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Lin4NodeTetra.cpp
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/LinElastMat.cpp
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Node.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Node.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Node.cpp
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/lbm/HydrodynamicsLawLBM.cpp
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/lbm/LBMnode.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/openfoam/FoamCoupling.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/DFNFlow.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/DummyFlowEngine.cpp
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/FlowEngine.cpp
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/PartialSatClayEngine.cpp
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/PeriodicFlowEngine.cpp
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/SoluteFlowEngine.cpp
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/Thermal.cpp
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/TwoPhaseFlowEngine.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/UnsaturatedEngine.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/base/Math.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/base/Math.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/base/Math.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPConfig.cpp
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/factory/ClassFactory.cpp
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/factory/DynLibManager.cpp
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/base/Logging.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/base/Logging.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/base/Logging.cpp
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/compatibility/LapackCompatibility.cpp
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/compatibility/VTKCompatibility.cpp
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/serialization/Serializable.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/pyutil/gil.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/core/main/pyboot.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/main/pyboot.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/main/pyboot.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/opengl/GLUtils.cpp
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/KinematicLocalisationAnalyser.cpp
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/Tenseur3.cpp
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/Timer.cpp
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/TriaxialState.cpp
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/basicVTKwritter.cpp
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/computational-geometry/MarchingCube.cpp
[ 86%] Linking CXX shared library lib/x86_64-linux-gnu/libyade.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/yade.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -Wl,--as-needed -shared -Wl,-soname,libyade.so -o lib/x86_64-linux-gnu/libyade.so CMakeFiles/yade.dir/core/Body.cpp.o CMakeFiles/yade.dir/core/BodyContainer.cpp.o CMakeFiles/yade.dir/core/Cell.cpp.o CMakeFiles/yade.dir/core/Clump.cpp.o CMakeFiles/yade.dir/core/Engine.cpp.o CMakeFiles/yade.dir/core/FileGenerator.cpp.o CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o CMakeFiles/yade.dir/core/Interaction.cpp.o CMakeFiles/yade.dir/core/InteractionContainer.cpp.o CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o CMakeFiles/yade.dir/core/Material.cpp.o CMakeFiles/yade.dir/core/Omega.cpp.o CMakeFiles/yade.dir/core/Scene.cpp.o CMakeFiles/yade.dir/core/SimulationFlow.cpp.o CMakeFiles/yade.dir/core/State.cpp.o CMakeFiles/yade.dir/core/Subdomain.cpp.o CMakeFiles/yade.dir/core/ThreadRunner.cpp.o CMakeFiles/yade.dir/core/ThreadWorker.cpp.o CMakeFiles/yade.dir/core/corePlugins.cpp.o CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o CMakeFiles/yade.dir/pkg/common/Collider.cpp.o CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o CMakeFiles/yade.dir/pkg/common/Facet.cpp.o CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o CMakeFiles/yade.dir/pkg/common/Grid.cpp.o CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o CMakeFiles/yade.dir/pkg/common/Wall.cpp.o CMakeFiles/yade.dir/pkg/common/common.cpp.o CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o CMakeFiles/yade.dir/pkg/fem/Node.cpp.o CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o CMakeFiles/yade.dir/lib/base/Math.cpp.o CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o CMakeFiles/yade.dir/lib/base/Logging.cpp.o CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o CMakeFiles/yade.dir/core/main/pyboot.cpp.o CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o -Wl,-rpath,/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 86%] Built target yade
make -f CMakeFiles/boot.dir/build.make CMakeFiles/boot.dir/depend
make -f py/CMakeFiles/_libVersions.dir/build.make py/CMakeFiles/_libVersions.dir/depend
make -f py/CMakeFiles/_log.dir/build.make py/CMakeFiles/_log.dir/depend
make -f py/CMakeFiles/_minieigenHP.dir/build.make py/CMakeFiles/_minieigenHP.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_libVersions.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_log.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_minieigenHP.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/CMakeFiles/boot.dir/DependInfo.cmake --color=
Scanning dependencies of target _log
Scanning dependencies of target boot
Scanning dependencies of target _minieigenHP
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f CMakeFiles/boot.dir/build.make CMakeFiles/boot.dir/build
make -f py/CMakeFiles/_log.dir/build.make py/CMakeFiles/_log.dir/build
make -f py/CMakeFiles/_minieigenHP.dir/build.make py/CMakeFiles/_minieigenHP.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 86%] Building CXX object py/CMakeFiles/_log.dir/_log.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_log_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_log.dir/_log.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_log.cpp
[ 87%] Building CXX object CMakeFiles/boot.dir/core/main/pyboot.cpp.o
/usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dboot_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/boot.dir/core/main/pyboot.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/main/pyboot.cpp
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 87%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_minieigenHP.cpp
Scanning dependencies of target _libVersions
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_libVersions.dir/build.make py/CMakeFiles/_libVersions.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 87%] Building CXX object py/CMakeFiles/_libVersions.dir/_libVersions.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_libVersions_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_libVersions.dir/_libVersions.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_libVersions.cpp
[ 88%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeBoxes.cpp
[ 88%] Linking CXX shared library lib/x86_64-linux-gnu/boot.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/boot.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -Wl,--as-needed -shared -Wl,-soname,boot.so -o lib/x86_64-linux-gnu/boot.so CMakeFiles/boot.dir/core/main/pyboot.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 89%] Linking CXX shared library lib/x86_64-linux-gnu/_log.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_log.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_log.so -o lib/x86_64-linux-gnu/_log.so CMakeFiles/_log.dir/_log.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 90%] Linking CXX shared library lib/x86_64-linux-gnu/_libVersions.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_libVersions.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_libVersions.so -o lib/x86_64-linux-gnu/_libVersions.so CMakeFiles/_libVersions.dir/_libVersions.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 90%] Built target _log
make -f py/CMakeFiles/_packPredicates.dir/build.make py/CMakeFiles/_packPredicates.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packPredicates.dir/DependInfo.cmake --color=
Scanning dependencies of target _packPredicates
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packPredicates.dir/build.make py/CMakeFiles/_packPredicates.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 90%] Building CXX object py/CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packPredicates_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packPredicates.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 90%] Built target _libVersions
make -f py/CMakeFiles/_math.dir/build.make py/CMakeFiles/_math.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_math.dir/DependInfo.cmake --color=
Scanning dependencies of target _math
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_math.dir/build.make py/CMakeFiles/_math.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 90%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_math.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_math_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_math.dir/high-precision/_math.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_math.cpp
[ 90%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeComplex1.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 90%] Built target boot
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeComplex2.cpp
[ 91%] Linking CXX shared library lib/x86_64-linux-gnu/_packPredicates.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packPredicates.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packPredicates.so -o lib/x86_64-linux-gnu/_packPredicates.so CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/py/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so lib/x86_64-linux-gnu/_gts.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -lgts -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 91%] Built target _packPredicates
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeConverters.cpp
[ 91%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_math_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeStorageOrdering.cpp
make -f py/CMakeFiles/_utils.dir/build.make py/CMakeFiles/_utils.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_utils.dir/DependInfo.cmake --color=
Scanning dependencies of target _utils
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_utils.dir/build.make py/CMakeFiles/_utils.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 92%] Building CXX object py/CMakeFiles/_utils.dir/_utils.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_utils_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_utils.dir/_utils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp:8:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 93%] Linking CXX shared library lib/x86_64-linux-gnu/_math.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_math.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_math.so -o lib/x86_64-linux-gnu/_math.so CMakeFiles/_math.dir/high-precision/_math.cpp.o CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make -f py/CMakeFiles/_packSpheres.dir/build.make py/CMakeFiles/_packSpheres.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packSpheres.dir/DependInfo.cmake --color=
Scanning dependencies of target _packSpheres
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packSpheres.dir/build.make py/CMakeFiles/_packSpheres.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 94%] Building CXX object py/CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packSpheres_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packSpheres.cpp
[ 95%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeMatrices1.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Built target _math
[ 95%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeMatrices2.cpp
[ 95%] Linking CXX shared library lib/x86_64-linux-gnu/_packSpheres.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packSpheres.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packSpheres.so -o lib/x86_64-linux-gnu/_packSpheres.so CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Built target _packSpheres
make -f py/CMakeFiles/wrapper.dir/build.make py/CMakeFiles/wrapper.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/wrapper.dir/DependInfo.cmake --color=
Scanning dependencies of target wrapper
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/wrapper.dir/build.make py/CMakeFiles/wrapper.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Building CXX object py/CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dwrapper_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/wrapper/yadeWrapper.cpp
make -f py/CMakeFiles/_customConverters.dir/build.make py/CMakeFiles/_customConverters.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_customConverters.dir/DependInfo.cmake --color=
Scanning dependencies of target _customConverters
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_customConverters.dir/build.make py/CMakeFiles/_customConverters.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Building CXX object py/CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_customConverters_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/wrapper/customConverters.cpp
[ 95%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeQuaternion.cpp
[ 95%] Linking CXX shared library lib/x86_64-linux-gnu/_utils.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_utils.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_utils.so -o lib/x86_64-linux-gnu/_utils.so CMakeFiles/_utils.dir/_utils.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeStorageOrdering.cpp
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeVectors1.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 96%] Built target _utils
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeVectors2.cpp
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp
[ 98%] Linking CXX shared library lib/x86_64-linux-gnu/_customConverters.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_customConverters.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_customConverters.so -o lib/x86_64-linux-gnu/_customConverters.so CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:327:26: error: 'map' in namespace 'std' does not name a template type
  327 | using FuncErrors = std::map<int /* N, the level of HP */, Error>;
      | ^~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:25:1: note: 'std::map' is defined in header '<map>'; did you forget to '#include <map>'?
   24 | #include <lib/high-precision/ToFromPythonConverter.hpp>
  +++ |+#include <map>
   25 |
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:335:2: error: 'FuncErrors' does not name a type
  335 | FuncErrors empty;
      | ^~~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:336:7: error: 'map' in namespace 'std' does not name a template type
  336 | std::map<std::string, FuncErrors> results;
      | ^~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:336:2: note: 'std::map' is defined in header '<map>'; did you forget to '#include <map>'?
  336 | std::map<std::string, FuncErrors> results;
      | ^~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:337:7: error: 'map' in namespace 'std' does not name a template type
  337 | std::map<std::string, RealHP<maxN>> reference;
      | ^~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:337:2: note: 'std::map' is defined in header '<map>'; did you forget to '#include <map>'?
  337 | std::map<std::string, RealHP<maxN>> reference;
      | ^~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp: In constructor 'yade::TestBits<minHP>::TestBits(const int&, const Real&, const Real&, bool, const std::set<int>&, bool, bool)':
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:371:5: error: 'empty' was not declared in this scope
  371 | empty[N] = Error { {}, 0 };
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:371:5: note: suggested alternatives:
In file included from /usr/include/c++/9/string:54,
                 from /usr/include/c++/9/bits/locale_classes.h:40,
                 from /usr/include/c++/9/bits/ios_base.h:41,
                 from /usr/include/c++/9/ios:42,
                 from /usr/include/c++/9/ostream:38,
                 from /usr/include/c++/9/iostream:39,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Logging.hpp:147,
                 from /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:9:
/usr/include/c++/9/bits/range_access.h:280:5: note: 'std::empty'
  280 | empty(initializer_list<_Tp> __il) noexcept
      | ^~~~~
In file included from /usr/include/boost/range/functions.hpp:22,
                 from /usr/include/boost/range/iterator_range_core.hpp:38,
                 from /usr/include/boost/lexical_cast.hpp:30,
                 from /usr/include/boost/multiprecision/detail/number_base.hpp:18,
                 from /usr/include/boost/multiprecision/detail/default_ops.hpp:10,
                 from /usr/include/boost/multiprecision/detail/generic_interconvert.hpp:9,
                 from /usr/include/boost/multiprecision/number.hpp:22,
                 from /usr/include/boost/multiprecision/cpp_int.hpp:12,
                 from /usr/include/boost/multiprecision/cpp_bin_float.hpp:9,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHP.hpp:41,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:214,
                 from /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:10:
/usr/include/boost/range/empty.hpp:26:17: note: 'boost::empty'
   26 | inline bool empty( const T& r )
      | ^~~~~
In file included from /usr/include/boost/mpl/vector/aux_/empty.hpp:17,
                 from /usr/include/boost/mpl/vector/vector0.hpp:27,
                 from /usr/include/boost/mpl/vector/vector10.hpp:18,
                 from /usr/include/boost/mpl/vector/vector20.hpp:18,
                 from /usr/include/boost/mpl/vector.hpp:36,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHP.hpp:35,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:214,
                 from /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:10:
/usr/include/boost/mpl/empty_fwd.hpp:20:38: note: 'boost::mpl::empty'
   20 | template< typename Sequence > struct empty;
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp: In member function 'void yade::TestBits<minHP>::amend(const string&, yade::math::RealHP<testN>&, const std::vector<yade::TestBits<minHP>::Domain>&, const std::array<yade::math::RealHP<testN>, 3>&)':
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:401:7: error: 'results' was not declared in this scope
  401 | if (results.count(funcName) == 0)
      | ^~~~~~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:402:24: error: 'empty' was not declared in this scope
  402 | results[funcName] = empty;
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:402:24: note: suggested alternatives:
In file included from /usr/include/c++/9/string:54,
                 from /usr/include/c++/9/bits/locale_classes.h:40,
                 from /usr/include/c++/9/bits/ios_base.h:41,
                 from /usr/include/c++/9/ios:42,
                 from /usr/include/c++/9/ostream:38,
                 from /usr/include/c++/9/iostream:39,
                 from /home/sacha.duverger/packages/yade/trunk/lib/base/Logging.hpp:147,
                 from /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:9:
/usr/include/c++/9/bits/range_access.h:280:5: note: 'std::empty'
  280 | empty(initializer_list<_Tp> __il) noexcept
      | ^~~~~
In file included from /usr/include/boost/range/functions.hpp:22,
                 from /usr/include/boost/range/iterator_range_core.hpp:38,
                 from /usr/include/boost/lexical_cast.hpp:30,
                 from /usr/include/boost/multiprecision/detail/number_base.hpp:18,
                 from /usr/include/boost/multiprecision/detail/default_ops.hpp:10,
                 from /usr/include/boost/multiprecision/detail/generic_interconvert.hpp:9,
                 from /usr/include/boost/multiprecision/number.hpp:22,
                 from /usr/include/boost/multiprecision/cpp_int.hpp:12,
                 from /usr/include/boost/multiprecision/cpp_bin_float.hpp:9,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHP.hpp:41,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:214,
                 from /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:10:
/usr/include/boost/range/empty.hpp:26:17: note: 'boost::empty'
   26 | inline bool empty( const T& r )
      | ^~~~~
In file included from /usr/include/boost/mpl/vector/aux_/empty.hpp:17,
                 from /usr/include/boost/mpl/vector/vector0.hpp:27,
                 from /usr/include/boost/mpl/vector/vector10.hpp:18,
                 from /usr/include/boost/mpl/vector/vector20.hpp:18,
                 from /usr/include/boost/mpl/vector.hpp:36,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHP.hpp:35,
                 from /home/sacha.duverger/packages/yade/trunk/lib/high-precision/Real.hpp:214,
                 from /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:10:
/usr/include/boost/mpl/empty_fwd.hpp:20:38: note: 'boost::mpl::empty'
   20 | template< typename Sequence > struct empty;
      | ^~~~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:404:4: error: 'reference' was not declared in this scope
  404 | reference[funcName] = static_cast<RealHP<maxN>>(funcValue);
      | ^~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:405:59: error: 'reference' was not declared in this scope
  405 | } else if (math::isfinite(funcValue) and math::isfinite(reference[funcName])) {
      | ^~~~~~~~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:408:19: error: 'results' was not declared in this scope
  408 | if (ulpError > results[funcName][testN].second) {
      | ^~~~~~~
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp: In member function 'boost::python::dict yade::TestBits<minHP>::getResult()':
/home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp:511:24: error: 'results' was not declared in this scope
  511 | for (const auto& a : results) {
      | ^~~~~~~
py/CMakeFiles/_minieigenHP.dir/build.make:227: recipe for target 'py/CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o' failed
make[2]: *** [py/CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o] Error 1
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
CMakeFiles/Makefile2:496: recipe for target 'py/CMakeFiles/_minieigenHP.dir/all' failed
make[1]: *** [py/CMakeFiles/_minieigenHP.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 98%] Built target _customConverters
[ 99%] Linking CXX shared library lib/x86_64-linux-gnu/wrapper.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/wrapper.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,wrapper.so -o lib/x86_64-linux-gnu/wrapper.so CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 99%] Built target wrapper
make[1]: Leaving directory '/home/sacha.duverger/packages/yade/build'
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2

####################################################################################################################################################################################
[2] : Running cmake and make with : g++-9 , RealHP disabled and lib/high-precision/Real.hpp#72 forced to False, debug on, logger on and lib/base/Logging.hpp#172 lib/base/Logging.cpp#48 tweaked

## cmake command

cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_CXX_COMPILER=g++-9 -DCMAKE_C_COMPILER=gcc-9 -DDEBUG=ON -DMAX_LOG_LEVEL=6 -DENABLE_LOGGER=ON -DCMAKE_INSTALL_PREFIX=../install ../trunk

## cmake output

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-9 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-9 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version is set to 2020-10-20.git-427f64c
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Log filtering: enabled
-- Enabling boost::log library and DEBUG=ON. Files will be very large with full debug info inside.
Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Python version 3.6.9 found, try to import dependencies...
-- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
-- Found IPython: /usr/lib/python3/dist-packages/IPython
-- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
-- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
-- Found Xlib: /usr/lib/python3/dist-packages/Xlib
-- Found future: /usr/lib/python3/dist-packages/future
-- Found past: /usr/lib/python3/dist-packages/past
-- Found tkinter: /usr/lib/python3.6/tkinter
-- Boost_VERSION: 106501
-- Boost_LIB_VERSION: 1_65_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_log.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so/usr/lib/x86_64-linux-gnu/libboost_log_setup.so
Found all python dependencies with version 3.6.9, will compile yade with that.
-- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong
-- Determining preferred precision of Real numbers
-- Will now try to find python-mpmath using /usr/bin/python3.6
-- Warning: RealHP<N> higher precision types will use slow boost cpp_bin_float, consider passing cmake option ENABLE_MPFR=ON to fix this.
-- mpfr disabled
-- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOParallelXML' component is 'IOParallelXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkCommonCore' component is 'CommonCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOImage' component is 'IOImage'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkIOXML' component is 'IOXML'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkFiltersCore' component is 'FiltersCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingCore' component is 'ImagingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkRenderingCore' component is 'RenderingCore'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingGeneral' component is 'ImagingGeneral'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

CMake Deprecation Warning at /usr/local/lib/cmake/vtk-9.0/vtk-config.cmake:71 (message):
  The new name for the 'vtkImagingHybrid' component is 'ImagingHybrid'
Call Stack (most recent call first):
  CMakeLists.txt:643 (FIND_PACKAGE)

-- Found Threads: TRUE
-- Found VTK
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (glib2). This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  cMake/Findglib2.cmake:30 (INCLUDE)
  CMakeLists.txt:676 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Found GTS
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available. Run "cmake --help-policy CMP0072" for policy details. Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:694 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- USE QT5
-- Found QGLVIEWER-qt5: /usr/include/QGLViewer
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found CGAL
-- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
-- Found GL2PS
-- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found OpenBlas
-- Found Lapack
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Yade will be installed to /home/sacha.duverger/packages/yade/install
-- Suffix is set to -2020-10-20.git-427f64c
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
-- Could NOT find gts (missing: PY_gts)
-- Use embedded version of gts. Please, consider installing the corresponding package
-- linking -lquadmath skipped
-- VTK version >7 is found
-- ===========================================================
-- Yade configured with following features: BoostLog PrecisionDouble Odeint VTK OpenMP GTS GUI-Qt5 CGAL FEMLIKE GL2PS PotentialParticles
-- Disabled features: RealHP mpmath MPFR PFVFLOW PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
-- Using MAX_LOG_LEVEL=6, ENABLE_LOGGER=ON
-- Debug build
-- C++ standard version: 17
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sacha.duverger/packages/yade/build

## make install output

/usr/bin/cmake -S/home/sacha.duverger/packages/yade/trunk -B/home/sacha.duverger/packages/yade/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/sacha.duverger/packages/yade/build/CMakeFiles /home/sacha.duverger/packages/yade/build//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer_autogen.dir/build.make gui/CMakeFiles/_GLViewer_autogen.dir/depend
make -f py/CMakeFiles/_gts.dir/build.make py/CMakeFiles/_gts.dir/depend
make -f py/CMakeFiles/_polyhedra_utils.dir/build.make py/CMakeFiles/_polyhedra_utils.dir/depend
make -f py/CMakeFiles/_packObb.dir/build.make py/CMakeFiles/_packObb.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/gui /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/gui /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer_autogen.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_polyhedra_utils.dir/DependInfo.cmake --color=
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_gts.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packObb.dir/DependInfo.cmake --color=
Scanning dependencies of target _GLViewer_autogen
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer_autogen.dir/build.make gui/CMakeFiles/_GLViewer_autogen.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 0%] Automatic MOC for target _GLViewer
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/cmake -E cmake_autogen /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer_autogen.dir/AutogenInfo.json Debug
Scanning dependencies of target _gts
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_gts.dir/build.make py/CMakeFiles/_gts.dir/build
Scanning dependencies of target _packObb
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packObb.dir/build.make py/CMakeFiles/_packObb.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 0%] Building CXX object py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packObb_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_packObb.dir/pack/_packObb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packObb.cpp
[ 0%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/cleanup.cpp
Scanning dependencies of target _polyhedra_utils
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_polyhedra_utils.dir/build.make py/CMakeFiles/_polyhedra_utils.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 1%] Building CXX object py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_polyhedra_utils_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/edge.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 2%] Built target _GLViewer_autogen
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/face.cpp
make -f py/CMakeFiles/WeightedAverage2d.dir/build.make py/CMakeFiles/WeightedAverage2d.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/WeightedAverage2d.dir/DependInfo.cmake --color=
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/object.cpp
Scanning dependencies of target WeightedAverage2d
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/WeightedAverage2d.dir/build.make py/CMakeFiles/WeightedAverage2d.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 3%] Building CXX object py/CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DWeightedAverage2d_EXPORTS -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/WeightedAverage2d.cpp
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/point.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/pygts.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/segment.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/surface.cpp
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/triangle.cpp
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/vertex.cpp
[ 6%] Linking CXX shared library lib/x86_64-linux-gnu/_gts.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_gts.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_gts.so -o lib/x86_64-linux-gnu/_gts.so CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -lgts
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 6%] Built target _gts
make -f gui/CMakeFiles/_GLViewer.dir/build.make gui/CMakeFiles/_GLViewer.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/gui /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/gui /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer.dir/DependInfo.cmake --color=
Scanning dependencies of target _GLViewer
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer.dir/build.make gui/CMakeFiles/_GLViewer.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 7%] Building CXX object gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o -c /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp:14:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/_packObb.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packObb.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packObb.so -o lib/x86_64-linux-gnu/_packObb.so CMakeFiles/_packObb.dir/pack/_packObb.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 8%] Built target _packObb
[ 8%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.cpp
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/WeightedAverage2d.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/WeightedAverage2d.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,WeightedAverage2d.so -o lib/x86_64-linux-gnu/WeightedAverage2d.so CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 8%] Built target WeightedAverage2d
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/_GLViewer.cpp
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/OpenGLManager.cpp
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewerDisplay.cpp
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewerMouse.cpp
[ 10%] Linking CXX shared library lib/x86_64-linux-gnu/_polyhedra_utils.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_polyhedra_utils.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_polyhedra_utils.so -o lib/x86_64-linux-gnu/_polyhedra_utils.so CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 10%] Built target _polyhedra_utils
[ 11%] Linking CXX shared library lib/x86_64-linux-gnu/_GLViewer.so
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/cmake -E cmake_link_script CMakeFiles/_GLViewer.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_GLViewer.so -o lib/x86_64-linux-gnu/_GLViewer.so CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 11%] Built target _GLViewer
make -f CMakeFiles/yade.dir/build.make CMakeFiles/yade.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/CMakeFiles/yade.dir/DependInfo.cmake --color=
Scanning dependencies of target yade
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f CMakeFiles/yade.dir/build.make CMakeFiles/yade.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 11%] Building CXX object CMakeFiles/yade.dir/core/Body.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/BodyContainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Body.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Body.cpp
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/BodyContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/BodyContainer.cpp
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Cell.cpp.o
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Clump.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Clump.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Clump.cpp
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Cell.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Cell.cpp
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Engine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Engine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Engine.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/FileGenerator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/FileGenerator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/FileGenerator.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ForceContainerParallel.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ForceContainerSerial.cpp
[ 15%] Building CXX object CMakeFiles/yade.dir/core/Interaction.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Interaction.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Interaction.cpp
[ 15%] Building CXX object CMakeFiles/yade.dir/core/InteractionContainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/InteractionContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp
/home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp:82:2: warning: #warning ("is cpu cost of this mutex known?") [-Wcpp]
   82 | #warning("is cpu cost of this mutex known?")
      | ^~~~~~~
[ 16%] Building CXX object CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/MPIBodyContainer.cpp
[ 16%] Building CXX object CMakeFiles/yade.dir/core/Material.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Material.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Material.cpp
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Omega.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Omega.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Omega.cpp
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Scene.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Scene.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Scene.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/SimulationFlow.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/SimulationFlow.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/SimulationFlow.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/State.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/State.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/State.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/Subdomain.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Subdomain.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Subdomain.cpp
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadRunner.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ThreadRunner.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ThreadRunner.cpp
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadWorker.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ThreadWorker.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ThreadWorker.cpp
[ 20%] Building CXX object CMakeFiles/yade.dir/core/corePlugins.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/corePlugins.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/corePlugins.cpp
[ 20%] Building CXX object CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Bo1_Aabb.cpp
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Collider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Collider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Collider.cpp
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Cylinder.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Dispatching.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Facet.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Facet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Facet.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ForceEngine.cpp
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_NormPhys.cpp
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PFacet.cpp
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PotentialBlock.cpp
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PotentialParticle.cpp
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_Primitives.cpp
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/GravityEngines.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Grid.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Grid.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Grid_GUI.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/HydroForceEngine.cpp
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/InsertionSortCollider.cpp
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/InteractionLoop.cpp
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/KinematicEngines.cpp
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/MatchMaker.cpp
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/OpenGLRenderer.cpp
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/PFacet.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ParallelEngine.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ResetRandomPosition.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/SPHEngine.cpp
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/SpatialQuickSortCollider.cpp
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/Wall.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Wall.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Wall.cpp
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/common/common.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/common.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/common.cpp
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/BlockGen.cpp
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/BubbleMat.cpp
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryPhys.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryPhys1.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryStressRecorder.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CohesiveFrictionalContactLaw.cpp
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ConcretePM.cpp
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Disp2DPropLoadEngine.cpp
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/DomainLimiter.cpp
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ElasticContactLaw.cpp
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FacetTopologyAnalyzer.cpp
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FlatGridCollider.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ForceTorqueRecorder.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FrictPhys.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FrictViscoPM.cpp
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/GlobalStiffnessTimeStepper.cpp
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.cpp
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_PB_PB_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_PP_PP_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/InelastCohFrictPM.cpp
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Integrator.cpp
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ip2_ElastMat.cpp
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/JointedCohesiveFrictionalPM.cpp
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KinemC__Engine.cpp
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KinemSimpleShearBox.cpp
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KnKsLaw.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KnKsPBLaw.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/L3Geom.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Lubrication.cpp
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/LubricationWithPotential.cpp
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/LudingPM.cpp
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MeasureCapStress.cpp
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MicroMacroAnalyser.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MortarMat.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/NewtonIntegrator.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PDFEngine.cpp
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PeriIsoCompressor.cpp
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra.cpp
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_Ig2.cpp
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_splitter.cpp
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_support.cpp
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialBlock.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialBlock2AABB.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialParticle.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialParticle2AABB.cpp
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RockBolt.cpp
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RockLiningGlobal.cpp
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RungeKuttaCashKarp54Integrator.cpp
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/STLImporter.cpp
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SampleCapillaryPressureEngine.cpp
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ScGeom.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Shop_01.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Shop_02.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SimpleShear.cpp
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SnapshotEngine.cpp
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SpherePack.cpp
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SpheresFactory.cpp
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Tetra.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/lib/pyutil/numpy_boost.hpp:45,
                 from /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp:22:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ThreeDTriaxialEngine.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialCompressionEngine.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialStateRecorder.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialStressController.cpp
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialTest.cpp
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/UnbalancedForceCallbacks.cpp
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/UniaxialStrainer.cpp
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/VTKRecorder.cpp
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.cpp
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticPM.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/WirePM.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Bo1_DeformableElement_Aabb.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Bo1_Node_Aabb.cpp
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/CohesiveMat.cpp
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/DeformableCohesiveElement.cpp
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/DeformableElement.cpp
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/FEInternalForceDispatchers.cpp
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/FEInternalForceEngine.cpp
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Gl1_DeformableElement.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Gl1_Node.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Lin4NodeTetra.cpp
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/LinElastMat.cpp
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Node.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Node.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Node.cpp
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/lbm/HydrodynamicsLawLBM.cpp
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/lbm/LBMnode.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/openfoam/FoamCoupling.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/DFNFlow.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/DummyFlowEngine.cpp
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/FlowEngine.cpp
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/PartialSatClayEngine.cpp
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/PeriodicFlowEngine.cpp
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/SoluteFlowEngine.cpp
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/Thermal.cpp
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/TwoPhaseFlowEngine.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/UnsaturatedEngine.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/base/Math.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/base/Math.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/base/Math.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPConfig.cpp
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/factory/ClassFactory.cpp
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/factory/DynLibManager.cpp
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/base/Logging.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/base/Logging.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/base/Logging.cpp
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/compatibility/LapackCompatibility.cpp
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/compatibility/VTKCompatibility.cpp
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/serialization/Serializable.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/pyutil/gil.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/core/main/pyboot.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/main/pyboot.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/main/pyboot.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/opengl/GLUtils.cpp
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/KinematicLocalisationAnalyser.cpp
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/Tenseur3.cpp
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/Timer.cpp
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/TriaxialState.cpp
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/basicVTKwritter.cpp
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/computational-geometry/MarchingCube.cpp
[ 86%] Linking CXX shared library lib/x86_64-linux-gnu/libyade.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/yade.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -Wl,--as-needed -shared -Wl,-soname,libyade.so -o lib/x86_64-linux-gnu/libyade.so CMakeFiles/yade.dir/core/Body.cpp.o CMakeFiles/yade.dir/core/BodyContainer.cpp.o CMakeFiles/yade.dir/core/Cell.cpp.o CMakeFiles/yade.dir/core/Clump.cpp.o CMakeFiles/yade.dir/core/Engine.cpp.o CMakeFiles/yade.dir/core/FileGenerator.cpp.o CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o CMakeFiles/yade.dir/core/Interaction.cpp.o CMakeFiles/yade.dir/core/InteractionContainer.cpp.o CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o CMakeFiles/yade.dir/core/Material.cpp.o CMakeFiles/yade.dir/core/Omega.cpp.o CMakeFiles/yade.dir/core/Scene.cpp.o CMakeFiles/yade.dir/core/SimulationFlow.cpp.o CMakeFiles/yade.dir/core/State.cpp.o CMakeFiles/yade.dir/core/Subdomain.cpp.o CMakeFiles/yade.dir/core/ThreadRunner.cpp.o CMakeFiles/yade.dir/core/ThreadWorker.cpp.o CMakeFiles/yade.dir/core/corePlugins.cpp.o CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o CMakeFiles/yade.dir/pkg/common/Collider.cpp.o CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o CMakeFiles/yade.dir/pkg/common/Facet.cpp.o CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o CMakeFiles/yade.dir/pkg/common/Grid.cpp.o CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o CMakeFiles/yade.dir/pkg/common/Wall.cpp.o CMakeFiles/yade.dir/pkg/common/common.cpp.o CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o CMakeFiles/yade.dir/pkg/fem/Node.cpp.o CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o CMakeFiles/yade.dir/lib/base/Math.cpp.o CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o CMakeFiles/yade.dir/lib/base/Logging.cpp.o CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o CMakeFiles/yade.dir/core/main/pyboot.cpp.o CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o -Wl,-rpath,/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 86%] Built target yade
make -f CMakeFiles/boot.dir/build.make CMakeFiles/boot.dir/depend
make -f py/CMakeFiles/_libVersions.dir/build.make py/CMakeFiles/_libVersions.dir/depend
make -f py/CMakeFiles/_log.dir/build.make py/CMakeFiles/_log.dir/depend
make -f py/CMakeFiles/_minieigenHP.dir/build.make py/CMakeFiles/_minieigenHP.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_log.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_minieigenHP.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/CMakeFiles/boot.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_libVersions.dir/DependInfo.cmake --color=
Scanning dependencies of target _log
Scanning dependencies of target boot
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f CMakeFiles/boot.dir/build.make CMakeFiles/boot.dir/build
make -f py/CMakeFiles/_log.dir/build.make py/CMakeFiles/_log.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 86%] Building CXX object py/CMakeFiles/_log.dir/_log.cpp.o
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 87%] Building CXX object CMakeFiles/boot.dir/core/main/pyboot.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_log_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_log.dir/_log.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_log.cpp
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -DYADE_VTK6 -DYADE_VTK8 -Dboot_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/boot.dir/core/main/pyboot.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/main/pyboot.cpp
Scanning dependencies of target _minieigenHP
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_minieigenHP.dir/build.make py/CMakeFiles/_minieigenHP.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 87%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_minieigenHP.cpp
Scanning dependencies of target _libVersions
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_libVersions.dir/build.make py/CMakeFiles/_libVersions.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 87%] Building CXX object py/CMakeFiles/_libVersions.dir/_libVersions.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_libVersions_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_libVersions.dir/_libVersions.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_libVersions.cpp
[ 88%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeBoxes.cpp
[ 88%] Linking CXX shared library lib/x86_64-linux-gnu/boot.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/boot.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -Wl,--as-needed -shared -Wl,-soname,boot.so -o lib/x86_64-linux-gnu/boot.so CMakeFiles/boot.dir/core/main/pyboot.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 89%] Linking CXX shared library lib/x86_64-linux-gnu/_log.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_log.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_log.so -o lib/x86_64-linux-gnu/_log.so CMakeFiles/_log.dir/_log.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 90%] Linking CXX shared library lib/x86_64-linux-gnu/_libVersions.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_libVersions.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_libVersions.so -o lib/x86_64-linux-gnu/_libVersions.so CMakeFiles/_libVersions.dir/_libVersions.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 90%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeComplex1.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 90%] Built target boot
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeComplex2.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 91%] Built target _libVersions
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeConverters.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 91%] Built target _log
[ 92%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeMatrices1.cpp
make -f py/CMakeFiles/_packPredicates.dir/build.make py/CMakeFiles/_packPredicates.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packPredicates.dir/DependInfo.cmake --color=
Scanning dependencies of target _packPredicates
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packPredicates.dir/build.make py/CMakeFiles/_packPredicates.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 92%] Building CXX object py/CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packPredicates_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packPredicates.cpp
make -f py/CMakeFiles/_math.dir/build.make py/CMakeFiles/_math.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_math.dir/DependInfo.cmake --color=
Scanning dependencies of target _math
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_math.dir/build.make py/CMakeFiles/_math.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 92%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_math.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_math_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_math.dir/high-precision/_math.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_math.cpp
[ 92%] Linking CXX shared library lib/x86_64-linux-gnu/_packPredicates.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packPredicates.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packPredicates.so -o lib/x86_64-linux-gnu/_packPredicates.so CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/py/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so lib/x86_64-linux-gnu/_gts.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -lgts -Wl,-rpath-link,/usr/local/lib
make -f py/CMakeFiles/_utils.dir/build.make py/CMakeFiles/_utils.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_utils.dir/DependInfo.cmake --color=
[ 92%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeMatrices2.cpp
Scanning dependencies of target _utils
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_utils.dir/build.make py/CMakeFiles/_utils.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 93%] Building CXX object py/CMakeFiles/_utils.dir/_utils.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_utils_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_utils.dir/_utils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp:8:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 93%] Built target _packPredicates
[ 93%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_math_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeStorageOrdering.cpp
make -f py/CMakeFiles/_packSpheres.dir/build.make py/CMakeFiles/_packSpheres.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packSpheres.dir/DependInfo.cmake --color=
Scanning dependencies of target _packSpheres
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packSpheres.dir/build.make py/CMakeFiles/_packSpheres.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 94%] Building CXX object py/CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packSpheres_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packSpheres.cpp
[ 95%] Linking CXX shared library lib/x86_64-linux-gnu/_math.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_math.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_math.so -o lib/x86_64-linux-gnu/_math.so CMakeFiles/_math.dir/high-precision/_math.cpp.o CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 95%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeQuaternion.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Built target _math
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeStorageOrdering.cpp
[ 96%] Linking CXX shared library lib/x86_64-linux-gnu/_packSpheres.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packSpheres.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packSpheres.so -o lib/x86_64-linux-gnu/_packSpheres.so CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make -f py/CMakeFiles/wrapper.dir/build.make py/CMakeFiles/wrapper.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/wrapper.dir/DependInfo.cmake --color=
Scanning dependencies of target wrapper
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/wrapper.dir/build.make py/CMakeFiles/wrapper.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 96%] Building CXX object py/CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dwrapper_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/wrapper/yadeWrapper.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 96%] Built target _packSpheres
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeVectors1.cpp
make -f py/CMakeFiles/_customConverters.dir/build.make py/CMakeFiles/_customConverters.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_customConverters.dir/DependInfo.cmake --color=
Scanning dependencies of target _customConverters
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_customConverters.dir/build.make py/CMakeFiles/_customConverters.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 96%] Building CXX object py/CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_customConverters_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/wrapper/customConverters.cpp
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeVectors2.cpp
[ 97%] Linking CXX shared library lib/x86_64-linux-gnu/_utils.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_utils.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_utils.so -o lib/x86_64-linux-gnu/_utils.so CMakeFiles/_utils.dir/_utils.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 97%] Built target _utils
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/local/include/vtk-9.0 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp
[ 98%] Linking CXX shared library lib/x86_64-linux-gnu/_minieigenHP.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_minieigenHP.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_minieigenHP.so -o lib/x86_64-linux-gnu/_minieigenHP.so CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
[ 99%] Linking CXX shared library lib/x86_64-linux-gnu/_customConverters.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_customConverters.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_customConverters.so -o lib/x86_64-linux-gnu/_customConverters.so CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 99%] Built target _minieigenHP
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 99%] Built target _customConverters
[100%] Linking CXX shared library lib/x86_64-linux-gnu/wrapper.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/wrapper.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,wrapper.so -o lib/x86_64-linux-gnu/wrapper.so CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/usr/local/lib:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt /usr/local/lib/libvtkIOParallelXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXML-9.0.so.9.0.0 /usr/local/lib/libvtkIOXMLParser-9.0.so.9.0.0 /usr/local/lib/libvtkRenderingCore-9.0.so.9.0.0 /usr/local/lib/libvtkFiltersCore-9.0.so.9.0.0 /usr/local/lib/libvtkImagingGeneral-9.0.so.9.0.0 /usr/local/lib/libvtkImagingHybrid-9.0.so.9.0.0 /usr/local/lib/libvtkIOImage-9.0.so.9.0.0 /usr/local/lib/libvtkImagingCore-9.0.so.9.0.0 /usr/local/lib/libvtkCommonExecutionModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonDataModel-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMisc-9.0.so.9.0.0 /usr/local/lib/libvtkCommonTransforms-9.0.so.9.0.0 /usr/local/lib/libvtkCommonMath-9.0.so.9.0.0 /usr/local/lib/libvtkCommonCore-9.0.so.9.0.0 /usr/local/lib/libvtksys-9.0.so.9.0.0 -ldl ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -Wl,-rpath-link,/usr/local/lib
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[100%] Built target wrapper
make[1]: Leaving directory '/home/sacha.duverger/packages/yade/build'
/usr/bin/cmake -E cmake_progress_start /home/sacha.duverger/packages/yade/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/home/sacha.duverger/packages/yade/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/home/sacha.duverger/packages/yade/build'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "Debug"
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c-batch
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/config.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/DEM-PFV-check.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkAvoidSelfInteractionMask.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkBlockGen.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkCapillaryModels.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkClumpHopper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderConstantness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderCorrectness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkDEM-PFVPressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkGravity.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkJCFpm.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLiquidMigration.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkList.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubrication.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubricationWithRoughness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkMPI.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPolyhedraCrush.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialBlocks.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialParticles.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialVTKRecorders.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkSaveLoadClumps.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestDummy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestTriax.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkVTKRecorder.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElEng.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM2.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWeight.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWirePM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/check_TwoPhaseFlowEngine_PressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGui.sh
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiEmpty.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiSimple.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testGuiHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColider.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkJCFpm.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pb-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkTestTriax.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/100spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColliderCorrect.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/WallStressesCheckTest
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/joints.csv
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_1.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/share/doc/yade-2020-10-20.git-427f64c/img/yade-logo-note.png
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/math.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/minieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/pygts.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_extraDocs.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bisectionDecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bodiesHandling.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/coloring.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/deformableelementsutils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/domaindecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/export.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/geom.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/gridpfacet.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/linterpolation.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/log.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/mpy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/params.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/plot.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/polyhedra_utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/post2d.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/remote.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/runtime.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/system.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/timing.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/ymport.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/pack.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/mtTkinter.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/clump.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/cohesive-chain.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/core.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/dummyTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/engines.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/enumTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/pbc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testColliderByGiulia.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMath.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMinieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/utilsModule.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/wrapper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/checkPerf.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/performance.db
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/mpipool.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM2D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM3D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEMup.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/saveGauss.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/simDEM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts:/usr/local/lib"

## gdb session

GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) file python3.6-dbg
Reading symbols from python3.6-dbg...done.
(gdb) run install/bin/yade-2020-10-20.git-427f64c -f6
Starting program: /usr/bin/python3.6-dbg install/bin/yade-2020-10-20.git-427f64c -f6
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Welcome to Yade 2020-10-20.git-427f64c
Using python version: 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0]
Traceback (most recent call last):
  File "install/bin/yade-2020-10-20.git-427f64c", line 150, in <module>
    import yade
  File "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/__init__.py", line 75, in <module>
    from yade import boot
ImportError: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so: undefined symbol: _ZN26vtkTransformPolyDataFilter3NewEv
[Inferior 1 (process 7664) exited with code 01]

####################################################################################################################################################################################
[3] : Running cmake and make with : g++-9 , RealHP disabled and lib/high-precision/Real.hpp#72 forced to False, debug on, logger on and lib/base/Logging.hpp#172 lib/base/Logging.cpp#48 tweaked, VTK disabled

## cmake command

cmake -DENABLE_GUI=ON -DENABLE_MPI=OFF -DENABLE_PFVFLOW=OFF -DENABLE_TWOPHASEFLOW=OFF -DENABLE_LBMFLOW=OFF -DENABLE_POTENTIAL_BLOCKS=OFF -DCMAKE_CXX_COMPILER=g++-9 -DCMAKE_C_COMPILER=gcc-9 -DDEBUG=ON -DMAX_LOG_LEVEL=6 -DENABLE_LOGGER=ON -DENABLE_VTK=OFF -DCMAKE_INSTALL_PREFIX=../install ../trunk

## cmake output

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-9 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-9 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version is set to 2020-10-20.git-427f64c
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Log filtering: enabled
-- Enabling boost::log library and DEBUG=ON. Files will be very large with full debug info inside.
Loop on the following python versions and check available dependencies:3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Python version 3.6.9 found, try to import dependencies...
-- Found NumPy: version "1.18.4" /home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include
-- Found IPython: /usr/lib/python3/dist-packages/IPython
-- Found matplotlib: /home/sacha.duverger/.local/lib/python3.6/site-packages/matplotlib
-- Found pygraphviz: /usr/lib/python3/dist-packages/pygraphviz
-- Found Xlib: /usr/lib/python3/dist-packages/Xlib
-- Found future: /usr/lib/python3/dist-packages/future
-- Found past: /usr/lib/python3/dist-packages/past
-- Found tkinter: /usr/lib/python3.6/tkinter
-- Boost_VERSION: 106501
-- Boost_LIB_VERSION: 1_65_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so/usr/lib/x86_64-linux-gnu/libboost_thread.so-lpthread/usr/lib/x86_64-linux-gnu/libboost_filesystem.so/usr/lib/x86_64-linux-gnu/libboost_iostreams.so/usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_serialization.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_date_time.so/usr/lib/x86_64-linux-gnu/libboost_log.so/usr/lib/x86_64-linux-gnu/libboost_chrono.so/usr/lib/x86_64-linux-gnu/libboost_atomic.so/usr/lib/x86_64-linux-gnu/libboost_log_setup.so
Found all python dependencies with version 3.6.9, will compile yade with that.
-- Chosen compiler flags are: CMAKE_CXX_FLAGS = -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong
-- Determining preferred precision of Real numbers
-- Will now try to find python-mpmath using /usr/bin/python3.6
-- Warning: RealHP<N> higher precision types will use slow boost cpp_bin_float, consider passing cmake option ENABLE_MPFR=ON to fix this.
-- mpfr disabled
-- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found Eigen3, version: 3.3.4
-- Disable vectorization
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (glib2). This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  cMake/Findglib2.cmake:30 (INCLUDE)
  CMakeLists.txt:676 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Found GTS
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available. Run "cmake --help-policy CMP0072" for policy details. Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:694 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- USE QT5
-- Found QGLVIEWER-qt5: /usr/include/QGLViewer
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found CGAL: /usr/include, /usr/lib/x86_64-linux-gnu/libCGAL.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found CGAL
-- Found GL2PS: /usr/lib/x86_64-linux-gnu/libgl2ps.so
-- Found GL2PS
-- Found OpenBlas: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- BLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Found Threads: TRUE
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found OpenBlas
-- Found Lapack
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Yade will be installed to /home/sacha.duverger/packages/yade/install
-- Suffix is set to -2020-10-20.git-427f64c
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/sacha.duverger/packages/yade/install
-- Could NOT find gts (missing: PY_gts)
-- Use embedded version of gts. Please, consider installing the corresponding package
-- linking -lquadmath skipped
-- ===========================================================
-- Yade configured with following features: BoostLog PrecisionDouble Odeint OpenMP GTS GUI-Qt5 CGAL FEMLIKE GL2PS PotentialParticles
-- Disabled features: RealHP mpmath MPFR VTK PFVFLOW PFVFLOW LINSOLV MPI TWOPHASEFLOW SPH DEFORM LIQMIGRATION LBMFLOW MASK_ARBITRARY THERMAL PARTIALSAT PROFILING PotentialBlocks
-- Using MAX_LOG_LEVEL=6, ENABLE_LOGGER=ON
-- Debug build
-- C++ standard version: 17
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sacha.duverger/packages/yade/build

## make install output

/usr/bin/cmake -S/home/sacha.duverger/packages/yade/trunk -B/home/sacha.duverger/packages/yade/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/sacha.duverger/packages/yade/build/CMakeFiles /home/sacha.duverger/packages/yade/build//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer_autogen.dir/build.make gui/CMakeFiles/_GLViewer_autogen.dir/depend
make -f py/CMakeFiles/_gts.dir/build.make py/CMakeFiles/_gts.dir/depend
make -f py/CMakeFiles/_polyhedra_utils.dir/build.make py/CMakeFiles/_polyhedra_utils.dir/depend
make -f py/CMakeFiles/_packObb.dir/build.make py/CMakeFiles/_packObb.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/gui /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/gui /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer_autogen.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packObb.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_gts.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_polyhedra_utils.dir/DependInfo.cmake --color=
Scanning dependencies of target _GLViewer_autogen
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer_autogen.dir/build.make gui/CMakeFiles/_GLViewer_autogen.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 0%] Automatic MOC for target _GLViewer
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/cmake -E cmake_autogen /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer_autogen.dir/AutogenInfo.json Debug
Scanning dependencies of target _gts
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_gts.dir/build.make py/CMakeFiles/_gts.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 0%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/cleanup.cpp
Scanning dependencies of target _packObb
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packObb.dir/build.make py/CMakeFiles/_packObb.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 0%] Building CXX object py/CMakeFiles/_packObb.dir/pack/_packObb.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packObb_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_packObb.dir/pack/_packObb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packObb.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 0%] Built target _GLViewer_autogen
[ 1%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/edge.cpp
Scanning dependencies of target _polyhedra_utils
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_polyhedra_utils.dir/build.make py/CMakeFiles/_polyhedra_utils.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 2%] Building CXX object py/CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_polyhedra_utils_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp
[ 2%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/face.cpp
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/object.cpp
make -f py/CMakeFiles/WeightedAverage2d.dir/build.make py/CMakeFiles/WeightedAverage2d.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/WeightedAverage2d.dir/DependInfo.cmake --color=
Scanning dependencies of target WeightedAverage2d
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/WeightedAverage2d.dir/build.make py/CMakeFiles/WeightedAverage2d.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 3%] Building CXX object py/CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DWeightedAverage2d_EXPORTS -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/WeightedAverage2d.cpp
[ 3%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/point.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/pygts.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/segment.cpp
[ 4%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/surface.cpp
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/triangle.cpp
[ 5%] Building CXX object py/CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_gts_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -std=gnu++17 -o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/3rd-party/pygts-0.3.1/vertex.cpp
[ 6%] Linking CXX shared library lib/x86_64-linux-gnu/_gts.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_gts.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_gts.so -o lib/x86_64-linux-gnu/_gts.so CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/cleanup.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/edge.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/face.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/object.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/point.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/pygts.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/segment.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/surface.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/triangle.cpp.o CMakeFiles/_gts.dir/3rd-party/pygts-0.3.1/vertex.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -lgts
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 6%] Built target _gts
make -f gui/CMakeFiles/_GLViewer.dir/build.make gui/CMakeFiles/_GLViewer.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/gui /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/gui /home/sacha.duverger/packages/yade/build/gui/CMakeFiles/_GLViewer.dir/DependInfo.cmake --color=
Scanning dependencies of target _GLViewer
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f gui/CMakeFiles/_GLViewer.dir/build.make gui/CMakeFiles/_GLViewer.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 7%] Building CXX object gui/CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o -c /home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/mocs_compilation.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /home/sacha.duverger/packages/yade/trunk/py/_polyhedra_utils.cpp:14:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/_packObb.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packObb.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packObb.so -o lib/x86_64-linux-gnu/_packObb.so CMakeFiles/_packObb.dir/pack/_packObb.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 8%] Built target _packObb
[ 8%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewer.cpp
[ 8%] Linking CXX shared library lib/x86_64-linux-gnu/WeightedAverage2d.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/WeightedAverage2d.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,WeightedAverage2d.so -o lib/x86_64-linux-gnu/WeightedAverage2d.so CMakeFiles/WeightedAverage2d.dir/WeightedAverage2d.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 8%] Built target WeightedAverage2d
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/_GLViewer.cpp
[ 9%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/OpenGLManager.cpp
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewerDisplay.cpp
[ 10%] Building CXX object gui/CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_GLViewer_EXPORTS -I/home/sacha.duverger/packages/yade/build/gui/_GLViewer_autogen/include -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/usr/include/QGLViewer -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o -c /home/sacha.duverger/packages/yade/trunk/gui/qt5/GLViewerMouse.cpp
[ 10%] Linking CXX shared library lib/x86_64-linux-gnu/_polyhedra_utils.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_polyhedra_utils.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_polyhedra_utils.so -o lib/x86_64-linux-gnu/_polyhedra_utils.so CMakeFiles/_polyhedra_utils.dir/_polyhedra_utils.cpp.o -Wl,-rpath,:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 10%] Built target _polyhedra_utils
[ 11%] Linking CXX shared library lib/x86_64-linux-gnu/_GLViewer.so
cd /home/sacha.duverger/packages/yade/build/gui && /usr/bin/cmake -E cmake_link_script CMakeFiles/_GLViewer.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_GLViewer.so -o lib/x86_64-linux-gnu/_GLViewer.so CMakeFiles/_GLViewer.dir/_GLViewer_autogen/mocs_compilation.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewer.cpp.o CMakeFiles/_GLViewer.dir/qt5/_GLViewer.cpp.o CMakeFiles/_GLViewer.dir/qt5/OpenGLManager.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewerDisplay.cpp.o CMakeFiles/_GLViewer.dir/qt5/GLViewerMouse.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 11%] Built target _GLViewer
make -f CMakeFiles/yade.dir/build.make CMakeFiles/yade.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/CMakeFiles/yade.dir/DependInfo.cmake --color=
Scanning dependencies of target yade
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f CMakeFiles/yade.dir/build.make CMakeFiles/yade.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 12%] Building CXX object CMakeFiles/yade.dir/core/BodyContainer.cpp.o
[ 12%] Building CXX object CMakeFiles/yade.dir/core/Cell.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/BodyContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/BodyContainer.cpp
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Cell.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Cell.cpp
[ 12%] Building CXX object CMakeFiles/yade.dir/core/Body.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Body.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Body.cpp
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Clump.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Clump.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Clump.cpp
[ 13%] Building CXX object CMakeFiles/yade.dir/core/Engine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Engine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Engine.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/FileGenerator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/FileGenerator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/FileGenerator.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ForceContainerParallel.cpp
[ 14%] Building CXX object CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ForceContainerSerial.cpp
[ 15%] Building CXX object CMakeFiles/yade.dir/core/Interaction.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Interaction.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Interaction.cpp
[ 15%] Building CXX object CMakeFiles/yade.dir/core/InteractionContainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/InteractionContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp
/home/sacha.duverger/packages/yade/trunk/core/InteractionContainer.cpp:82:2: warning: #warning ("is cpu cost of this mutex known?") [-Wcpp]
   82 | #warning("is cpu cost of this mutex known?")
      | ^~~~~~~
[ 16%] Building CXX object CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/MPIBodyContainer.cpp
[ 16%] Building CXX object CMakeFiles/yade.dir/core/Material.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Material.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Material.cpp
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Omega.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Omega.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Omega.cpp
[ 17%] Building CXX object CMakeFiles/yade.dir/core/Scene.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Scene.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Scene.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/SimulationFlow.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/SimulationFlow.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/SimulationFlow.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/State.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/State.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/State.cpp
[ 18%] Building CXX object CMakeFiles/yade.dir/core/Subdomain.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/Subdomain.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/Subdomain.cpp
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadRunner.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ThreadRunner.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ThreadRunner.cpp
[ 19%] Building CXX object CMakeFiles/yade.dir/core/ThreadWorker.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/ThreadWorker.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/ThreadWorker.cpp
[ 20%] Building CXX object CMakeFiles/yade.dir/core/corePlugins.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/corePlugins.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/corePlugins.cpp
[ 20%] Building CXX object CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Bo1_Aabb.cpp
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Collider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Collider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Collider.cpp
[ 21%] Building CXX object CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Cylinder.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Dispatching.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/Facet.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Facet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Facet.cpp
[ 22%] Building CXX object CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ForceEngine.cpp
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_NormPhys.cpp
[ 23%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PFacet.cpp
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PotentialBlock.cpp
[ 24%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_PotentialParticle.cpp
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Gl1_Primitives.cpp
[ 25%] Building CXX object CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/GravityEngines.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Grid.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Grid.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Grid_GUI.cpp
[ 26%] Building CXX object CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/HydroForceEngine.cpp
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/InsertionSortCollider.cpp
[ 27%] Building CXX object CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/InteractionLoop.cpp
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/KinematicEngines.cpp
[ 28%] Building CXX object CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/MatchMaker.cpp
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/OpenGLRenderer.cpp
[ 29%] Building CXX object CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/PFacet.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ParallelEngine.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/ResetRandomPosition.cpp
[ 30%] Building CXX object CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/SPHEngine.cpp
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/SpatialQuickSortCollider.cpp
[ 31%] Building CXX object CMakeFiles/yade.dir/pkg/common/Wall.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/Wall.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/Wall.cpp
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/common/common.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/common/common.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/common/common.cpp
[ 32%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/BlockGen.cpp
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/BubbleMat.cpp
[ 33%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryPhys.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryPhys1.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CapillaryStressRecorder.cpp
[ 34%] Building CXX object CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/CohesiveFrictionalContactLaw.cpp
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ConcretePM.cpp
[ 35%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Disp2DPropLoadEngine.cpp
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/DomainLimiter.cpp
[ 36%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ElasticContactLaw.cpp
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FacetTopologyAnalyzer.cpp
[ 37%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FlatGridCollider.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ForceTorqueRecorder.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FrictPhys.cpp
[ 38%] Building CXX object CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/FrictViscoPM.cpp
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp
[ 39%] Building CXX object CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/GlobalStiffnessTimeStepper.cpp
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/HertzMindlin.cpp
[ 40%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp
[ 41%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_PB_PB_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_PP_PP_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp
[ 42%] Building CXX object CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/InelastCohFrictPM.cpp
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Integrator.cpp
[ 43%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Ip2_ElastMat.cpp
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/JointedCohesiveFrictionalPM.cpp
[ 44%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KinemC__Engine.cpp
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KinemSimpleShearBox.cpp
[ 45%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KnKsLaw.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/KnKsPBLaw.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/L3Geom.cpp
[ 46%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp
[ 47%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Lubrication.cpp
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/LubricationWithPotential.cpp
[ 48%] Building CXX object CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/LudingPM.cpp
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MeasureCapStress.cpp
[ 49%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MicroMacroAnalyser.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/MortarMat.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/NewtonIntegrator.cpp
[ 50%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PDFEngine.cpp
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PeriIsoCompressor.cpp
[ 51%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra.cpp
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_Ig2.cpp
[ 52%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_splitter.cpp
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Polyhedra_support.cpp
[ 53%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialBlock.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialBlock2AABB.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialParticle.cpp
[ 54%] Building CXX object CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/PotentialParticle2AABB.cpp
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RockBolt.cpp
[ 55%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RockLiningGlobal.cpp
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/RungeKuttaCashKarp54Integrator.cpp
[ 56%] Building CXX object CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/STLImporter.cpp
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SampleCapillaryPressureEngine.cpp
[ 57%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ScGeom.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Shop_01.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Shop_02.cpp
[ 58%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SimpleShear.cpp
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SnapshotEngine.cpp
[ 59%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SpherePack.cpp
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/SpheresFactory.cpp
[ 60%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/lib/pyutil/numpy_boost.hpp:45,
                 from /home/sacha.duverger/packages/yade/trunk/pkg/dem/TesselationWrapper.cpp:22:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/Tetra.cpp
[ 61%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ThreeDTriaxialEngine.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialCompressionEngine.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialStateRecorder.cpp
[ 62%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialStressController.cpp
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/TriaxialTest.cpp
[ 63%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/UnbalancedForceCallbacks.cpp
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/UniaxialStrainer.cpp
[ 64%] Building CXX object CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/VTKRecorder.cpp
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticCapillarPM.cpp
[ 65%] Building CXX object CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/ViscoelasticPM.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/dem/WirePM.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Bo1_DeformableElement_Aabb.cpp
[ 66%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Bo1_Node_Aabb.cpp
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/CohesiveMat.cpp
[ 67%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/DeformableCohesiveElement.cpp
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/DeformableElement.cpp
[ 68%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/FEInternalForceDispatchers.cpp
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/FEInternalForceEngine.cpp
[ 69%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Gl1_DeformableElement.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Gl1_Node.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp
[ 70%] Building CXX object CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Lin4NodeTetra.cpp
[ 71%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/LinElastMat.cpp
[ 72%] Building CXX object CMakeFiles/yade.dir/pkg/fem/Node.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/fem/Node.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/fem/Node.cpp
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/lbm/HydrodynamicsLawLBM.cpp
[ 73%] Building CXX object CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/lbm/LBMnode.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/openfoam/FoamCoupling.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/DFNFlow.cpp
[ 74%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/DummyFlowEngine.cpp
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/FlowEngine.cpp
[ 75%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/PartialSatClayEngine.cpp
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/PeriodicFlowEngine.cpp
[ 76%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/SoluteFlowEngine.cpp
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/Thermal.cpp
[ 77%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/TwoPhaseFlowEngine.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o -c /home/sacha.duverger/packages/yade/trunk/pkg/pfv/UnsaturatedEngine.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/base/Math.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/base/Math.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/base/Math.cpp
[ 78%] Building CXX object CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/high-precision/RealHPConfig.cpp
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/factory/ClassFactory.cpp
[ 79%] Building CXX object CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/factory/DynLibManager.cpp
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/base/Logging.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/base/Logging.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/base/Logging.cpp
[ 80%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/compatibility/LapackCompatibility.cpp
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/compatibility/VTKCompatibility.cpp
[ 81%] Building CXX object CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/serialization/Serializable.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/pyutil/gil.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/core/main/pyboot.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/core/main/pyboot.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/main/pyboot.cpp
[ 82%] Building CXX object CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/opengl/GLUtils.cpp
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/KinematicLocalisationAnalyser.cpp
[ 83%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/Tenseur3.cpp
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/Timer.cpp
[ 84%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/TriaxialState.cpp
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/triangulation/basicVTKwritter.cpp
[ 85%] Building CXX object CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dyade_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o -c /home/sacha.duverger/packages/yade/trunk/lib/computational-geometry/MarchingCube.cpp
[ 86%] Linking CXX shared library lib/x86_64-linux-gnu/libyade.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/yade.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -Wl,--as-needed -shared -Wl,-soname,libyade.so -o lib/x86_64-linux-gnu/libyade.so CMakeFiles/yade.dir/core/Body.cpp.o CMakeFiles/yade.dir/core/BodyContainer.cpp.o CMakeFiles/yade.dir/core/Cell.cpp.o CMakeFiles/yade.dir/core/Clump.cpp.o CMakeFiles/yade.dir/core/Engine.cpp.o CMakeFiles/yade.dir/core/FileGenerator.cpp.o CMakeFiles/yade.dir/core/ForceContainerParallel.cpp.o CMakeFiles/yade.dir/core/ForceContainerSerial.cpp.o CMakeFiles/yade.dir/core/Interaction.cpp.o CMakeFiles/yade.dir/core/InteractionContainer.cpp.o CMakeFiles/yade.dir/core/MPIBodyContainer.cpp.o CMakeFiles/yade.dir/core/Material.cpp.o CMakeFiles/yade.dir/core/Omega.cpp.o CMakeFiles/yade.dir/core/Scene.cpp.o CMakeFiles/yade.dir/core/SimulationFlow.cpp.o CMakeFiles/yade.dir/core/State.cpp.o CMakeFiles/yade.dir/core/Subdomain.cpp.o CMakeFiles/yade.dir/core/ThreadRunner.cpp.o CMakeFiles/yade.dir/core/ThreadWorker.cpp.o CMakeFiles/yade.dir/core/corePlugins.cpp.o CMakeFiles/yade.dir/pkg/common/Bo1_Aabb.cpp.o CMakeFiles/yade.dir/pkg/common/Collider.cpp.o CMakeFiles/yade.dir/pkg/common/Cylinder.cpp.o CMakeFiles/yade.dir/pkg/common/Dispatching.cpp.o CMakeFiles/yade.dir/pkg/common/Facet.cpp.o CMakeFiles/yade.dir/pkg/common/ForceEngine.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_NormPhys.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PFacet.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialBlock.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_PotentialParticle.cpp.o CMakeFiles/yade.dir/pkg/common/Gl1_Primitives.cpp.o CMakeFiles/yade.dir/pkg/common/GravityEngines.cpp.o CMakeFiles/yade.dir/pkg/common/Grid.cpp.o CMakeFiles/yade.dir/pkg/common/Grid_GUI.cpp.o CMakeFiles/yade.dir/pkg/common/HydroForceEngine.cpp.o CMakeFiles/yade.dir/pkg/common/InsertionSortCollider.cpp.o CMakeFiles/yade.dir/pkg/common/InteractionLoop.cpp.o CMakeFiles/yade.dir/pkg/common/KinematicEngines.cpp.o CMakeFiles/yade.dir/pkg/common/MatchMaker.cpp.o CMakeFiles/yade.dir/pkg/common/OpenGLRenderer.cpp.o CMakeFiles/yade.dir/pkg/common/PFacet.cpp.o CMakeFiles/yade.dir/pkg/common/ParallelEngine.cpp.o CMakeFiles/yade.dir/pkg/common/ResetRandomPosition.cpp.o CMakeFiles/yade.dir/pkg/common/SPHEngine.cpp.o CMakeFiles/yade.dir/pkg/common/SpatialQuickSortCollider.cpp.o CMakeFiles/yade.dir/pkg/common/Wall.cpp.o CMakeFiles/yade.dir/pkg/common/common.cpp.o CMakeFiles/yade.dir/pkg/dem/BlockGen.cpp.o CMakeFiles/yade.dir/pkg/dem/BubbleMat.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryPhys1.cpp.o CMakeFiles/yade.dir/pkg/dem/CapillaryStressRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/CohesiveFrictionalContactLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/ConcretePM.cpp.o CMakeFiles/yade.dir/pkg/dem/Disp2DPropLoadEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/DomainLimiter.cpp.o CMakeFiles/yade.dir/pkg/dem/ElasticContactLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/FacetTopologyAnalyzer.cpp.o CMakeFiles/yade.dir/pkg/dem/FlatGridCollider.cpp.o CMakeFiles/yade.dir/pkg/dem/ForceTorqueRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/FrictPhys.cpp.o CMakeFiles/yade.dir/pkg/dem/FrictViscoPM.cpp.o CMakeFiles/yade.dir/pkg/dem/GeneralIntegratorInsertionSortCollider.cpp.o CMakeFiles/yade.dir/pkg/dem/GlobalStiffnessTimeStepper.cpp.o CMakeFiles/yade.dir/pkg/dem/HertzMindlin.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Box_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Facet_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_PB_PB_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_PP_PP_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/InelastCohFrictPM.cpp.o CMakeFiles/yade.dir/pkg/dem/Integrator.cpp.o CMakeFiles/yade.dir/pkg/dem/Ip2_ElastMat.cpp.o CMakeFiles/yade.dir/pkg/dem/JointedCohesiveFrictionalPM.cpp.o CMakeFiles/yade.dir/pkg/dem/KinemC__Engine.cpp.o CMakeFiles/yade.dir/pkg/dem/KinemSimpleShearBox.cpp.o CMakeFiles/yade.dir/pkg/dem/KnKsLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/KnKsPBLaw.cpp.o CMakeFiles/yade.dir/pkg/dem/L3Geom.cpp.o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp.o CMakeFiles/yade.dir/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp.o CMakeFiles/yade.dir/pkg/dem/Lubrication.cpp.o CMakeFiles/yade.dir/pkg/dem/LubricationWithPotential.cpp.o CMakeFiles/yade.dir/pkg/dem/LudingPM.cpp.o CMakeFiles/yade.dir/pkg/dem/MeasureCapStress.cpp.o CMakeFiles/yade.dir/pkg/dem/MicroMacroAnalyser.cpp.o CMakeFiles/yade.dir/pkg/dem/MortarMat.cpp.o CMakeFiles/yade.dir/pkg/dem/NewtonIntegrator.cpp.o CMakeFiles/yade.dir/pkg/dem/PDFEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/PeriIsoCompressor.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_Ig2.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_splitter.cpp.o CMakeFiles/yade.dir/pkg/dem/Polyhedra_support.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialBlock.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialBlock2AABB.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialParticle.cpp.o CMakeFiles/yade.dir/pkg/dem/PotentialParticle2AABB.cpp.o CMakeFiles/yade.dir/pkg/dem/RockBolt.cpp.o CMakeFiles/yade.dir/pkg/dem/RockLiningGlobal.cpp.o CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o CMakeFiles/yade.dir/pkg/dem/STLImporter.cpp.o CMakeFiles/yade.dir/pkg/dem/SampleCapillaryPressureEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/ScGeom.cpp.o CMakeFiles/yade.dir/pkg/dem/Shop_01.cpp.o CMakeFiles/yade.dir/pkg/dem/Shop_02.cpp.o CMakeFiles/yade.dir/pkg/dem/SimpleShear.cpp.o CMakeFiles/yade.dir/pkg/dem/SnapshotEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/SpherePack.cpp.o CMakeFiles/yade.dir/pkg/dem/SpheresFactory.cpp.o CMakeFiles/yade.dir/pkg/dem/TesselationWrapper.cpp.o CMakeFiles/yade.dir/pkg/dem/Tetra.cpp.o CMakeFiles/yade.dir/pkg/dem/ThreeDTriaxialEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialCompressionEngine.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialStateRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialStressController.cpp.o CMakeFiles/yade.dir/pkg/dem/TriaxialTest.cpp.o CMakeFiles/yade.dir/pkg/dem/UnbalancedForceCallbacks.cpp.o CMakeFiles/yade.dir/pkg/dem/UniaxialStrainer.cpp.o CMakeFiles/yade.dir/pkg/dem/VTKRecorder.cpp.o CMakeFiles/yade.dir/pkg/dem/ViscoelasticCapillarPM.cpp.o CMakeFiles/yade.dir/pkg/dem/ViscoelasticPM.cpp.o CMakeFiles/yade.dir/pkg/dem/WirePM.cpp.o CMakeFiles/yade.dir/pkg/fem/Bo1_DeformableElement_Aabb.cpp.o CMakeFiles/yade.dir/pkg/fem/Bo1_Node_Aabb.cpp.o CMakeFiles/yade.dir/pkg/fem/CohesiveMat.cpp.o CMakeFiles/yade.dir/pkg/fem/DeformableCohesiveElement.cpp.o CMakeFiles/yade.dir/pkg/fem/DeformableElement.cpp.o CMakeFiles/yade.dir/pkg/fem/FEInternalForceDispatchers.cpp.o CMakeFiles/yade.dir/pkg/fem/FEInternalForceEngine.cpp.o CMakeFiles/yade.dir/pkg/fem/Gl1_DeformableElement.cpp.o CMakeFiles/yade.dir/pkg/fem/Gl1_Node.cpp.o CMakeFiles/yade.dir/pkg/fem/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp.o CMakeFiles/yade.dir/pkg/fem/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp.o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra.cpp.o CMakeFiles/yade.dir/pkg/fem/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp.o CMakeFiles/yade.dir/pkg/fem/LinElastMat.cpp.o CMakeFiles/yade.dir/pkg/fem/Node.cpp.o CMakeFiles/yade.dir/pkg/lbm/HydrodynamicsLawLBM.cpp.o CMakeFiles/yade.dir/pkg/lbm/LBMnode.cpp.o CMakeFiles/yade.dir/pkg/openfoam/FoamCoupling.cpp.o CMakeFiles/yade.dir/pkg/pfv/DFNFlow.cpp.o CMakeFiles/yade.dir/pkg/pfv/DummyFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/FlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/PartialSatClayEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/PeriodicFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/SoluteFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/Thermal.cpp.o CMakeFiles/yade.dir/pkg/pfv/TwoPhaseFlowEngine.cpp.o CMakeFiles/yade.dir/pkg/pfv/UnsaturatedEngine.cpp.o CMakeFiles/yade.dir/lib/base/Math.cpp.o CMakeFiles/yade.dir/lib/high-precision/RealHPConfig.cpp.o CMakeFiles/yade.dir/lib/factory/ClassFactory.cpp.o CMakeFiles/yade.dir/lib/factory/DynLibManager.cpp.o CMakeFiles/yade.dir/lib/base/Logging.cpp.o CMakeFiles/yade.dir/lib/compatibility/LapackCompatibility.cpp.o CMakeFiles/yade.dir/lib/compatibility/VTKCompatibility.cpp.o CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o CMakeFiles/yade.dir/core/main/pyboot.cpp.o CMakeFiles/yade.dir/lib/opengl/GLUtils.cpp.o CMakeFiles/yade.dir/lib/triangulation/KinematicLocalisationAnalyser.cpp.o CMakeFiles/yade.dir/lib/triangulation/Tenseur3.cpp.o CMakeFiles/yade.dir/lib/triangulation/Timer.cpp.o CMakeFiles/yade.dir/lib/triangulation/TriaxialState.cpp.o CMakeFiles/yade.dir/lib/triangulation/basicVTKwritter.cpp.o CMakeFiles/yade.dir/lib/computational-geometry/MarchingCube.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 86%] Built target yade
make -f CMakeFiles/boot.dir/build.make CMakeFiles/boot.dir/depend
make -f py/CMakeFiles/_libVersions.dir/build.make py/CMakeFiles/_libVersions.dir/depend
make -f py/CMakeFiles/_log.dir/build.make py/CMakeFiles/_log.dir/depend
make -f py/CMakeFiles/_minieigenHP.dir/build.make py/CMakeFiles/_minieigenHP.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/CMakeFiles/boot.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_minieigenHP.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_libVersions.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_log.dir/DependInfo.cmake --color=
Scanning dependencies of target boot
Scanning dependencies of target _libVersions
Scanning dependencies of target _log
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_libVersions.dir/build.make py/CMakeFiles/_libVersions.dir/build
make -f CMakeFiles/boot.dir/build.make CMakeFiles/boot.dir/build
make -f py/CMakeFiles/_log.dir/build.make py/CMakeFiles/_log.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 86%] Building CXX object py/CMakeFiles/_libVersions.dir/_libVersions.cpp.o
[ 87%] Building CXX object CMakeFiles/boot.dir/core/main/pyboot.cpp.o
[ 87%] Building CXX object py/CMakeFiles/_log.dir/_log.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_libVersions_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_libVersions.dir/_libVersions.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_libVersions.cpp
/usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dboot_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -I/home/sacha.duverger/packages/yade/build/pkg/pfv -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/boot.dir/core/main/pyboot.cpp.o -c /home/sacha.duverger/packages/yade/trunk/core/main/pyboot.cpp
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_log_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_log.dir/_log.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_log.cpp
Scanning dependencies of target _minieigenHP
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_minieigenHP.dir/build.make py/CMakeFiles/_minieigenHP.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 87%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_minieigenHP.cpp
[ 88%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeBoxes.cpp
[ 88%] Linking CXX shared library lib/x86_64-linux-gnu/boot.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/boot.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -Wl,--as-needed -shared -Wl,-soname,boot.so -o lib/x86_64-linux-gnu/boot.so CMakeFiles/boot.dir/core/main/pyboot.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
[ 89%] Linking CXX shared library lib/x86_64-linux-gnu/_log.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_log.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_log.so -o lib/x86_64-linux-gnu/_log.so CMakeFiles/_log.dir/_log.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
[ 90%] Linking CXX shared library lib/x86_64-linux-gnu/_libVersions.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_libVersions.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_libVersions.so -o lib/x86_64-linux-gnu/_libVersions.so CMakeFiles/_libVersions.dir/_libVersions.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
[ 90%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeComplex1.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 90%] Built target boot
make -f py/CMakeFiles/_packPredicates.dir/build.make py/CMakeFiles/_packPredicates.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packPredicates.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 90%] Built target _log
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeComplex2.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 91%] Built target _libVersions
[ 91%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeConverters.cpp
Scanning dependencies of target _packPredicates
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packPredicates.dir/build.make py/CMakeFiles/_packPredicates.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 91%] Building CXX object py/CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packPredicates_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packPredicates.cpp
make -f py/CMakeFiles/_math.dir/build.make py/CMakeFiles/_math.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_math.dir/DependInfo.cmake --color=
Scanning dependencies of target _math
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_math.dir/build.make py/CMakeFiles/_math.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 91%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_math.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_math_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_math.dir/high-precision/_math.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_math.cpp
[ 91%] Linking CXX shared library lib/x86_64-linux-gnu/_packPredicates.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packPredicates.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packPredicates.so -o lib/x86_64-linux-gnu/_packPredicates.so CMakeFiles/_packPredicates.dir/pack/_packPredicates.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/py/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so lib/x86_64-linux-gnu/_gts.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so -lgts
make -f py/CMakeFiles/_utils.dir/build.make py/CMakeFiles/_utils.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_utils.dir/DependInfo.cmake --color=
Scanning dependencies of target _utils
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_utils.dir/build.make py/CMakeFiles/_utils.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 92%] Building CXX object py/CMakeFiles/_utils.dir/_utils.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_utils_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_utils.dir/_utils.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 92%] Built target _packPredicates
[ 93%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeMatrices1.cpp
[ 93%] Building CXX object py/CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_math_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeStorageOrdering.cpp
In file included from /usr/include/python3.6m/numpy/ndarraytypes.h:1809,
                 from /usr/include/python3.6m/numpy/ndarrayobject.h:18,
                 from /usr/include/python3.6m/numpy/arrayobject.h:4,
                 from /home/sacha.duverger/packages/yade/trunk/py/_utils.cpp:8:
/usr/include/python3.6m/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   15 | #warning "Using deprecated NumPy API, disable it by " \
      | ^~~~~~~
[ 93%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeMatrices2.cpp
[ 94%] Linking CXX shared library lib/x86_64-linux-gnu/_math.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_math.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_math.so -o lib/x86_64-linux-gnu/_math.so CMakeFiles/_math.dir/high-precision/_math.cpp.o CMakeFiles/_math.dir/high-precision/_ExposeStorageOrdering.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 94%] Built target _math
make -f py/CMakeFiles/_packSpheres.dir/build.make py/CMakeFiles/_packSpheres.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_packSpheres.dir/DependInfo.cmake --color=
Scanning dependencies of target _packSpheres
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_packSpheres.dir/build.make py/CMakeFiles/_packSpheres.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Building CXX object py/CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_packSpheres_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/pack/_packSpheres.cpp
make -f py/CMakeFiles/wrapper.dir/build.make py/CMakeFiles/wrapper.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/wrapper.dir/DependInfo.cmake --color=
Scanning dependencies of target wrapper
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/wrapper.dir/build.make py/CMakeFiles/wrapper.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Building CXX object py/CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -Dwrapper_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/wrapper/yadeWrapper.cpp
[ 95%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeQuaternion.cpp
[ 95%] Linking CXX shared library lib/x86_64-linux-gnu/_packSpheres.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_packSpheres.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_packSpheres.so -o lib/x86_64-linux-gnu/_packSpheres.so CMakeFiles/_packSpheres.dir/pack/_packSpheres.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 95%] Built target _packSpheres
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeStorageOrdering.cpp
make -f py/CMakeFiles/_customConverters.dir/build.make py/CMakeFiles/_customConverters.dir/depend
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
cd /home/sacha.duverger/packages/yade/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/sacha.duverger/packages/yade/trunk /home/sacha.duverger/packages/yade/trunk/py /home/sacha.duverger/packages/yade/build /home/sacha.duverger/packages/yade/build/py /home/sacha.duverger/packages/yade/build/py/CMakeFiles/_customConverters.dir/DependInfo.cmake --color=
Scanning dependencies of target _customConverters
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
make -f py/CMakeFiles/_customConverters.dir/build.make py/CMakeFiles/_customConverters.dir/build
make[2]: Entering directory '/home/sacha.duverger/packages/yade/build'
[ 96%] Building CXX object py/CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_customConverters_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/wrapper/customConverters.cpp
[ 96%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeVectors1.cpp
[ 96%] Linking CXX shared library lib/x86_64-linux-gnu/_utils.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_utils.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_utils.so -o lib/x86_64-linux-gnu/_utils.so CMakeFiles/_utils.dir/_utils.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[ 96%] Built target _utils
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_ExposeVectors2.cpp
[ 97%] Building CXX object py/CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/g++-9 -DBOOST_LOG_DYN_LINK -DMAX_LOG_LEVEL=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DYADE_BOOST_LOG -DYADE_DEBUG -DYADE_DISABLE_REAL_MULTI_HP -DYADE_FEM -DYADE_ODEINT -DYADE_POTENTIAL_PARTICLES -DYADE_REAL_BIT=64 -DYADE_REAL_DEC=15 -D_minieigenHP_EXPORTS -I/home/sacha.duverger/packages/yade/trunk -I/usr/include/python3.6m -I/home/sacha.duverger/.local/lib/python3.6/site-packages/numpy/core/include -I/usr/include/eigen3 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/sacha.duverger/packages/yade/build -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -fPIC -ftrack-macro-expansion=0 -save-temps -DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT -DCGAL_DISABLE_ROUNDING_MATH_CHECK -frounding-math -fPIC -std=gnu++17 -o CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o -c /home/sacha.duverger/packages/yade/trunk/py/high-precision/_RealHPDiagnostics.cpp
[ 98%] Linking CXX shared library lib/x86_64-linux-gnu/_minieigenHP.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_minieigenHP.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_minieigenHP.so -o lib/x86_64-linux-gnu/_minieigenHP.so CMakeFiles/_minieigenHP.dir/high-precision/_minieigenHP.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeBoxes.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex1.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeComplex2.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeConverters.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices1.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeMatrices2.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeQuaternion.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeStorageOrdering.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors1.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_ExposeVectors2.cpp.o CMakeFiles/_minieigenHP.dir/high-precision/_RealHPDiagnostics.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
[ 99%] Linking CXX shared library lib/x86_64-linux-gnu/_customConverters.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/_customConverters.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,_customConverters.so -o lib/x86_64-linux-gnu/_customConverters.so CMakeFiles/_customConverters.dir/wrapper/customConverters.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
[100%] Linking CXX shared library lib/x86_64-linux-gnu/wrapper.so
cd /home/sacha.duverger/packages/yade/build/py && /usr/bin/cmake -E cmake_link_script CMakeFiles/wrapper.dir/link.txt --verbose=1
/usr/bin/g++-9 -fPIC -Werror -Wformat -Wformat-security -Wformat-nonliteral -Wall -Wextra -Wnarrowing -Wreturn-type -Wuninitialized -Wfloat-conversion -Wcast-align -Wdisabled-optimization -Wtrampolines -Wpointer-arith -Wswitch-bool -Wwrite-strings -Wnon-virtual-dtor -Wreturn-local-addr -Wno-error=maybe-uninitialized -Wno-comment -Wno-cast-function-type -Wno-deprecated-copy -Wno-error=cpp -fdce -fstack-protector-strong -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DYADE_GL2PS -g -shared -Wl,-soname,wrapper.so -o lib/x86_64-linux-gnu/wrapper.so CMakeFiles/wrapper.dir/wrapper/yadeWrapper.cpp.o -Wl,-rpath,/home/sacha.duverger/packages/yade/build/lib/x86_64-linux-gnu:/home/sacha.duverger/packages/yade/build/gui/lib/x86_64-linux-gnu:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ../lib/x86_64-linux-gnu/libyade.so /usr/lib/x86_64-linux-gnu/libbz2.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libCGAL.so /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so /usr/lib/x86_64-linux-gnu/libopenblas.so -lrt ../gui/lib/x86_64-linux-gnu/_GLViewer.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5 /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so /usr/lib/x86_64-linux-gnu/libboost_thread.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_iostreams.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /usr/lib/x86_64-linux-gnu/libboost_serialization.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_log.so /usr/lib/x86_64-linux-gnu/libboost_chrono.so /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_log_setup.so /usr/lib/x86_64-linux-gnu/libpython3.6m.so /usr/lib/x86_64-linux-gnu/libgl2ps.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libXmu.so /usr/lib/x86_64-linux-gnu/libXi.so /usr/lib/x86_64-linux-gnu/libQGLViewer-qt5.so
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[100%] Built target _minieigenHP
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[100%] Built target _customConverters
make[2]: Leaving directory '/home/sacha.duverger/packages/yade/build'
[100%] Built target wrapper
make[1]: Leaving directory '/home/sacha.duverger/packages/yade/build'
/usr/bin/cmake -E cmake_progress_start /home/sacha.duverger/packages/yade/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/home/sacha.duverger/packages/yade/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/home/sacha.duverger/packages/yade/build'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "Debug"
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c-batch
-- Installing: /home/sacha.duverger/packages/yade/install/bin/yade-2020-10-20.git-427f64c
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/config.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/DEM-PFV-check.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkAvoidSelfInteractionMask.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkBlockGen.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkCapillaryModels.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkClumpHopper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderConstantness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkColliderCorrectness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkDEM-PFVPressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkGravity.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkJCFpm.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLiquidMigration.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkList.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubrication.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkLubricationWithRoughness.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkMPI.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPolyhedraCrush.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialBlocks.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialParticles.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkPotentialVTKRecorders.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkSaveLoadClumps.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestDummy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkTestTriax.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkVTKRecorder.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElEng.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkViscElPM2.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWeight.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/checkWirePM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/check_TwoPhaseFlowEngine_PressureInjection.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGui.sh
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiEmpty.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/gui/testGuiSimple.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testGuiHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColider.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.1/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkJCFpm.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_8.2/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver8.2/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbId.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pb-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pbvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppcontactPoint.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/ppvel.10.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/potentialVTKRecorders/ver6-8.1/pp-pb.10.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkTestTriax.spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/100spheres
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/checkColliderCorrect.txt
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/WallStressesCheckTest
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/joints.csv
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_0.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_1.vtu
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10/10_2.vtp
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/data/vtk_reference_6/10.vtm
-- Installing: /home/sacha.duverger/packages/yade/install/share/doc/yade-2020-10-20.git-427f64c/img/yade-logo-note.png
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/math.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/minieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/boot.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/_GLViewer.so
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/Inspector.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/SerializableEditor.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/__init__.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/img_rc.py
-- Up-to-date: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt/ui_controller.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/pygts.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts/_gts.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_extraDocs.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bisectionDecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/bodiesHandling.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/coloring.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/deformableelementsutils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/domaindecomposition.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/export.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/geom.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/gridpfacet.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/linterpolation.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/log.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/mpy.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/params.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/plot.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/polyhedra_utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/post2d.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/remote.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/runtime.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/system.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/timing.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/utils.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/ymport.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/pack.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/mtTkinter.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/__init__.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/clump.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/cohesive-chain.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/core.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/dummyTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/engines.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/enumTest.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/libVersions.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/pbc.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testColliderByGiulia.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMath.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMathHelper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/testMinieigenHP.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/utilsModule.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/wrapper.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/checkPerf.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/tests/checks/performance/performance.db
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/mpipool.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM2D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEM3D.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/msFEMup.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/saveGauss.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/FEMxDEM/simDEM.py
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_libVersions.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_log.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_math.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_minieigenHP.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/WeightedAverage2d.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_polyhedra_utils.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packPredicates.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packSpheres.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_packObb.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/wrapper.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"
-- Installing: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so
-- Set runtime path of "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/_customConverters.so" to "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/qt:/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/gts"

## YADE session output

Welcome to Yade 2020-10-20.git-427f64c
Using python version: 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0]
<DEBUG> Omega:107 yade::Omega::Omega(): Constructing Omega.
<DEBUG> Omega:249 void yade::Omega::loadPlugins(std::vector<std::__cxx11::basic_string<char> >): Loading plugin /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so
<DEBUG> Omega:161 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): called with 326 plugins.
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin AxialGravityEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin BicyclePedalEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_Box_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_ChainedCylinder_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_Cylinder_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_DeformableElement_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_Facet_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_GridConnection_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_Node_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_PFacet_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_Polyhedra_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_Sphere_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_Tetra_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bo1_Wall_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Body
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Bound
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin BoundDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin BoundFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin BoundaryController
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Box
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin BoxFactory
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin BubbleMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin BubblePhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CapillaryPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CapillaryStressRecorder
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Cell
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CentralGravityEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ChCylGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ChainedCylinder
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ChainedState
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CircularFactory
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Clump
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CohFrictMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CohFrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CohesiveDeformableElementMaterial
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CohesiveFrictionalContactLaw
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Collider
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CombinedKinematicEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CpmMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CpmPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CpmState
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CpmStateUpdater
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CundallStrackAdhesivePotential
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CundallStrackPotential
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CylScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin CylScGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Cylinder
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin DeformableCohesiveElement
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin DeformableElement
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin DeformableElementMaterial
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Disp2DPropLoadEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Dispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin DomainLimiter
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin DragEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ElastMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ElasticContactLaw
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin EnergyTracker
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Engine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin FEInternalForceEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Facet
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin FacetTopologyAnalyzer
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin FieldApplier
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin FileGenerator
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin FlatGridCollider
<DEBUG> FlatGridCollider:59 void yade::FlatGridCollider::initIndices(): sphereIdx=1
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ForceEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ForceRecorder
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ForceResetter
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin FrictMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin FrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin FrictViscoMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin FrictViscoPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Functor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GeneralIntegratorInsertionSortCollider
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GenericPotential
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GenericSpheresContact
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_Aabb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_Box
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_ChainedCylinder
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_CpmPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_Cylinder
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_DeformableElement
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_Facet
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_GridConnection
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_L3Geom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_L6Geom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_Node
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_NormPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_PFacet
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_Polyhedra
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_PolyhedraGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_PolyhedraPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_PotentialParticle
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_Sphere
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_Tetra
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Gl1_Wall
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlBoundDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlBoundFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlExtraDrawer
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlExtra_LawTester
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlExtra_OctreeCubes
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlIGeomDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlIGeomFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlIPhysDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlIPhysFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlShapeDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlShapeFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlStateDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlStateFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlobalEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GlobalStiffnessTimeStepper
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GravityEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GridCoGridCoGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GridConnection
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GridNode
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin GridNodeGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin HarmonicMotionEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin HarmonicRotationEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin HdapsGravityEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin HelixEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin HydroForceEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin IGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin IGeomDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin IGeomFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin IPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin IPhysDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin IPhysFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin If2_Lin4NodeTetra_LinIsoRayleighDampElast
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Box_Sphere_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Box_Sphere_ScGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_ChainedCylinder_ChainedCylinder_ScGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Facet_Polyhedra_PolyhedraGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Facet_Sphere_L3Geom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Facet_Sphere_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Facet_Sphere_ScGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_GridConnection_GridConnection_GridCoGridCoGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_GridConnection_PFacet_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_GridNode_GridNode_GridNodeGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_PFacet_PFacet_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_PP_PP_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Polyhedra_Polyhedra_PolyhedraGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Polyhedra_Polyhedra_PolyhedraGeomOrScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Polyhedra_Polyhedra_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Sphere_ChainedCylinder_CylScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Sphere_ChainedCylinder_CylScGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Sphere_GridConnection_ScGridCoGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Sphere_PFacet_ScGridCoGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Sphere_Polyhedra_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Sphere_Sphere_L3Geom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Sphere_Sphere_L6Geom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Sphere_Sphere_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Sphere_Sphere_ScGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Tetra_Tetra_TTetraGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Tetra_Tetra_TTetraSimpleGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Wall_PFacet_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Wall_Polyhedra_PolyhedraGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Wall_Sphere_L3Geom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ig2_Wall_Sphere_ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin InelastCohFrictMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin InelastCohFrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin InsertionSortCollider
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Integrator
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Interaction
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin InteractionLoop
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin InternalForceDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin InternalForceFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin InterpolatingDirectedForceEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin InterpolatingHelixEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin IntrCallback
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_2xInelastCohFrictMat_InelastCohFrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_BubbleMat_BubbleMat_BubblePhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_CohFrictMat_CohFrictMat_CohFrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_CpmMat_CpmMat_CpmPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_ElastMat_ElastMat_NormPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_ElastMat_ElastMat_NormShearPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_CpmMat_FrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_FrictMat_CapillaryPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_FrictMat_FrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_FrictMat_KnKsPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_FrictMat_LubricationPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_FrictMat_MindlinCapillaryPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_FrictMat_MindlinPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_FrictMat_ViscoFrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_FrictViscoMat_FrictViscoPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictMat_PolyhedraMat_FrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_FrictViscoMat_FrictViscoMat_FrictViscoPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_JCFpmMat_JCFpmMat_JCFpmPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_LudingMat_LudingMat_LudingPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_MortarMat_MortarMat_MortarPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_PolyhedraMat_PolyhedraMat_PolyhedraPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_ViscElCapMat_ViscElCapMat_ViscElCapPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_ViscElMat_ViscElMat_ViscElPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Ip2_WireMat_WireMat_WirePhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin JCFpmMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin JCFpmPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin JCFpmState
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin KinemCNDEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin KinemCNLEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin KinemCNSEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin KinemCTDEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin KinemSimpleShearBox
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin KinematicEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin KnKsPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin L3Geom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin L6Geom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ChCylGeom6D_CohFrictPhys_CohesionMoment
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_CylScGeom6D_CohFrictPhys_CohesionMoment
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_CylScGeom_FrictPhys_CundallStrack
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_GridCoGridCoGeom_FrictPhys_CundallStrack
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_L3Geom_FrictPhys_ElPerfPl
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_L6Geom_FrictPhys_Linear
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_PolyhedraGeom_PolyhedraPhys_Volumetric
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_SCG_KnKsPhys_KnKsLaw
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom6D_CohFrictPhys_CohesionMoment
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom6D_InelastCohFrictPhys_CohesionMoment
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_BubblePhys_Bubble
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_CapillaryPhys_Capillarity
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_CpmPhys_Cpm
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_FrictPhys_CundallStrack
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_FrictViscoPhys_CundallStrackVisco
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_ImplicitLubricationPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_JCFpmPhys_JointedCohesiveFrictionalPM
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_LudingPhys_Basic
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_MindlinPhys_HertzWithLinearShear
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_MindlinPhys_Mindlin
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_MindlinPhys_MindlinDeresiewitz
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_MortarPhys_Lourenco
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_PotentialLubricationPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_VirtualLubricationPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_ViscElCapPhys_Basic
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_ViscElPhys_Basic
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_ViscoFrictPhys_CundallStrack
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGeom_WirePhys_WirePM
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGridCoGeom_CohFrictPhys_CundallStrack
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_ScGridCoGeom_FrictPhys_CundallStrack
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Law2_TTetraSimpleGeom_NormPhys_Simple
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LawDispatcher
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LawFunctor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LawTester
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Lin4NodeTetra
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Lin4NodeTetra_Lin4NodeTetra_InteractionElement
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LinCohesiveElasticMaterial
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LinCohesiveStiffPropDampElastMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LinExponentialPotential
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LinIsoElastMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LinIsoRayleighDampElastMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LinearDragEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LubricationPDFEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LubricationPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LudingMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin LudingPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin MatchMaker
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Material
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin MeasureCapStress
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin MicroMacroAnalyser
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin MindlinCapillaryPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin MindlinPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin MortarMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin MortarPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin NewtonIntegrator
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Node
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin NormPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin NormShearPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin OpenGLRenderer
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PDFEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PFacet
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ParallelEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PartialEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Peri3dController
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PeriIsoCompressor
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PeriTriaxController
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PeriodicEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Polyhedra
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PolyhedraGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PolyhedraMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PolyhedraPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PolyhedraSplitter
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PotentialParticle
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PotentialParticle2AABB
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin PyRunner
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin RadialForceEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Recorder
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ResetRandomPosition
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin RotationEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin RungeKuttaCashKarp54Integrator
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ScGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ScGeom6D
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ScGridCoGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Scene
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ServoPIDController
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Shape
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin SimpleShear
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin SnapshotEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin SpatialQuickSortCollider
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Sphere
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin SpheresFactory
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin SplitPolyMohrCoulomb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin SplitPolyTauMax
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin State
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin StepDisplacer
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin SumIntrForcesCb
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TTetraGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TTetraSimpleGeom
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TesselationWrapper
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Tetra
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TetraVolumetricLaw
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ThreeDTriaxialEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TimeStepper
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TorqueEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TorqueRecorder
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TranslationEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TriaxialCompressionEngine
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TriaxialStateRecorder
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TriaxialStressController
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin TriaxialTest
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin UniaxialStrainer
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ViscElCapMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ViscElCapPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ViscElMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ViscElPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin ViscoFrictPhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin Wall
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin WireMat
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin WirePhys
<DEBUG> Omega:167 void yade::Omega::buildDynlibDatabase(const std::vector<std::__cxx11::basic_string<char> >&): Factoring plugin WireState
<DEBUG> FlatGridCollider:59 void yade::FlatGridCollider::initIndices(): sphereIdx=1
<DEBUG> FlatGridCollider:59 void yade::FlatGridCollider::initIndices(): sphereIdx=1
<INFO> Logging:189 void Logging::setNamedLogLevel(const string&, short int): setting "Default" log level to 3
Warning: no X rendering available (see https://bbs.archlinux.org/viewtopic.php?id=13189)
TCP python prompt on localhost:9000, auth cookie `dkcsas'
XMLRPC info provider on http://localhost:21000
[[ ^L clears screen, ^U kills line. F8 plot. ]]

In [1]: printAllVersions()

```
Yade version : 2020-10-20.git-427f64c
Yade features : BoostLog PrecisionDouble Odeint OpenMP GTS GUI-Qt5 CGAL FEMLIKE GL2PS PotentialParticles
Yade config dir: ~/.yade-2020-10-20.git-427f64c
Yade precision : 53 bits, 15 decimal places, without mpmath
```

Libraries used :

| library | cmake | C++ |
| ------------- | ---------------------- | ------------------- |
| boost | 106501 | 1.65.1 |
| cgal | | 4.11 |
| cmake | 3.18.4 | |
| compiler | /usr/bin/g++-9 9.3.0 | gcc 9.3.0 |
| eigen | 3.3.4 | 3.3.4 |
| freeglut | 2.8.1 | |
| gl | | 20190911 |
| ipython | 5.5.0 | |
| metis | | 5.1.0 |
| mpi4py | 2.0.0 | |
| mpmath | 1.0.0 | |
| openblas | | OpenBLAS 0.2.20 |
| python | 3.6.9 | 3.6.9 |
| qglviewer | | 2.6.3 |
| qt | | 5.9.5 |
| sphinx | 1.6.7-final-0 | |
| sqlite | | 3.22.0 |

Linux version: Ubuntu 18.04.5 LTS

Revision history for this message
Janek Kozicki (cosurgi) said :
#22

Ouch. A missing include in [1]. I will fix this shortly. Thanks for finding this out, and I'm sorry for problems.

In [2] I think that logging should work correctly. And the lack of output only means that yade is not given a chance to "talk". So undefined symbol happens before yade code starts loading plugins. Even before Omega is constructed.

Thanks for printAllVersions() in [3]. This will be useful.

Yes, it seems that cmake is discovering VTK 9. And reinstalling VTK 6 is not affecting cmake which prefers VTK 9. I am not sure why linking with VTK 9 somehow goes wrong. However this is the first time when yade encounters VTK 9. Latest version which we have in the pipeline is 8.2. It is now difficult to include VTK 9 in the pipeline, because it is not in any of the linux distros which we have in the CI. This problem could be solved by fiddling with cmake or cmake invocation:

1. somehow force cmake to ignore VTK 9 and use VTK 6 instead
2. or find out what cmake using VTK 9 is missing when invoking linker after compiling with VTK 9. Some '-lvtk_something' is absent here. And that's why it cannot find the right vtk symbols.

Revision history for this message
Anton Gladky (gladky-anton) said :
#23

I am working on VTK 9 for Debian. It is difficult. piece of software
for packaging.. Not sure it will get into the Debian Bullseye though.

Anton

Am So., 1. Nov. 2020 um 17:16 Uhr schrieb Janek Kozicki
<email address hidden>:
> Yes, it seems that cmake is discovering VTK 9. And reinstalling VTK 6 is
> not affecting cmake which prefers VTK 9. I am not sure why linking with
> VTK 9 somehow goes wrong. However this is the first time when yade
> encounters VTK 9. Latest version which we have in the pipeline is 8.2.
> It is now difficult to include VTK 9 in the pipeline, because it is not
> in any of the linux distros which we have in the CI. This problem could
> be solved by fiddling with cmake or cmake invocation:

Revision history for this message
Janek Kozicki (cosurgi) said :
#24

@Anton: Thanks for the info. I agree, VTK is difficult in some aspects.

@Sacha: https://gitlab.com/yade-dev/trunk/-/merge_requests/539

Revision history for this message
Sacha Duverger (schmxprr) said :
#25

I was able to force cmake to use VTK 6.3.0 by changing the line 642 of the CMakeLists.txt to :

  FIND_PACKAGE(VTK 6.3.0 EXACT NO_MODULE COMPONENTS vtkIOParallelXML vtkCommonCore vtkIOImage vtkIOXML vtkFiltersCore vtkImagingCore vtkRenderingCore vtkImagingGeneral vtkImagingHybrid)

Now YADE works when compiled with g++-9 and with VTK enabled.

Thanks a lot for your answers !

Just one last question: How can I point out that Janek solved my problem ? I don't have a "This Solved My Problem" button on any of his post.

Revision history for this message
Best Janek Kozicki (cosurgi) said :
#26

No idea. Non C++ stuff is not my strong side ;)

Revision history for this message
Sacha Duverger (schmxprr) said :
#27

Thanks Janek Kozicki, that solved my question.

Revision history for this message
Janek Kozicki (cosurgi) said :
#28

Hahah. So it seems, that you can click "solve" when last comment is clicked as "answer". I was clicking "Just add comment" all the time ;)