wahl@turing:build-ngs$ cmake \ > -DCMAKE_BUILD_TYPE=RELEASE \ > -DMKL_ROOT=/opt/intel/mkl \ > -DCMAKE_INSTALL_PREFIX=${BASE}/Applications/NGSolveNew/inst \ > -DUSE_GUI=OFF \ > -DUSE_UMFPACK=ON \ > -DUSE_MKL=ON \ > -DCMAKE_CXX_COMPILER=g++ \ > -DCMAKE_C_COMPILER=gcc \ > ../src-ngs/ -- Found Git: /usr/bin/git (found version "2.7.4") -- The C compiler identification is GNU 7.4.0 -- The CXX compiler identification is GNU 7.4.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Build Netgen from git submodule Configure Netgen from submodule... Checking for write permissions in install directory... -- The C compiler identification is GNU 7.4.0 -- The CXX compiler identification is GNU 7.4.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done Checking for write permissions in install directory... -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") -- Found Pybind11: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/external_dependencies/pybind11/include -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable version "3.5.2", minimum required is "3") -- Configuring done -- Generating done -- Build files have been written to: /home/wahl/Applications/NGSolveNew/build-ngs/netgen CMake Warning (dev) at cmake/SuperBuild.cmake:128 (find_package): Policy CMP0074 is not set: find_package uses _ROOT variables. Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy command to set the policy and suppress this warning. CMake variable MKL_ROOT is set to: /opt/intel/mkl For compatibility, CMake is ignoring the variable. Call Stack (most recent call first): CMakeLists.txt:62 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found MKL: /opt/intel/mkl/include ubuntu version: xenial -- Configuring done -- Generating done -- Build files have been written to: /home/wahl/Applications/NGSolveNew/build-ngs wahl@turing:build-ngs$ make -j24 Scanning dependencies of target suitesparse Scanning dependencies of target check_submodules_start Scanning dependencies of target netgen_project [ 3%] Creating directories for 'netgen_project' [ 7%] Creating directories for 'suitesparse' [ 11%] No download step for 'netgen_project' [ 15%] Performing download step (git clone) for 'suitesparse' [ 15%] Built target check_submodules_start [ 19%] No patch step for 'netgen_project' [ 23%] No update step for 'netgen_project' [ 26%] No configure step for 'netgen_project' [ 30%] Performing build step for 'netgen_project' Scanning dependencies of target netgen [ 10%] Creating directories for 'netgen' [ 20%] Performing check_submodules step for 'netgen' [ 30%] No download step for 'netgen' [ 40%] No patch step for 'netgen' [ 50%] No update step for 'netgen' [ 60%] Performing configure step for 'netgen' Checking for write permissions in install directory... -- The C compiler identification is GNU 7.4.0 -- The CXX compiler identification is GNU 7.4.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable version "3.5.2", minimum required is "3") -- Looking for include file dlfcn.h -- Looking for include file dlfcn.h - found -- Found PythonInterp: /usr/bin/python3 (found version "3.5.2") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so -- pybind11 v2.3.dev0 -- Found Pybind11: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/external_dependencies/pybind11/include -- Performing Test HAS_FLTO -- Performing Test HAS_FLTO - Success -- LTO enabled ubuntu version: xenial ------------------------------------------------------------------------ Netgen 6.2-19032: Automatic configuration OK. Build type: RELEASE Flags: -O3 -DNDEBUG -march=native Enabled functionality: OCC: ............... OFF JPEGlib: ........... OFF FFMPEG: ............ OFF GUI: ............... OFF MPI: ............... OFF PYTHON: ............ ON Building: Type 'make' to compile Netgen. Type 'make install' to install Netgen. Install directory: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst Please set the following environment variables: NETGENDIR=/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/bin PYTHONPATH=.:/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages ------------------------------------------------------------------------ -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: INSTALL_DEPENDENCIES MKL_ROOT -- Build files have been written to: /home/wahl/Applications/NGSolveNew/build-ngs/netgen/netgen [ 70%] Performing check_submodules1 step for 'netgen' [ 80%] Performing build step for 'netgen' Scanning dependencies of target ngcore [ 1%] Building CXX object libsrc/core/CMakeFiles/ngcore.dir/logging.cpp.o [ 2%] Building CXX object libsrc/core/CMakeFiles/ngcore.dir/archive.cpp.o [ 2%] Building CXX object libsrc/core/CMakeFiles/ngcore.dir/paje_trace.cpp.o [ 2%] Building CXX object libsrc/core/CMakeFiles/ngcore.dir/profiler.cpp.o [ 3%] Building CXX object libsrc/core/CMakeFiles/ngcore.dir/utils.cpp.o -- suitesparse download command succeeded. See also /home/wahl/Applications/NGSolveNew/build-ngs/umfpack/src/suitesparse-stamp/suitesparse-download-*.log [ 38%] No update step for 'suitesparse' [ 38%] No patch step for 'suitesparse' [ 42%] Performing configure step for 'suitesparse' -- The C compiler identification is GNU 7.4.0 -- The CXX compiler identification is GNU 7.4.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find LAPACK (missing: LAPACK_DIR) -- Looking for complex.h -- Looking for complex.h - found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: SUITESPARSE_INSTALL_PREFIX -- Build files have been written to: /home/wahl/Applications/NGSolveNew/build-ngs/umfpack/src/suitesparse-build [ 46%] Performing build step for 'suitesparse' [ 4%] Linking CXX shared library libngcore.so [ 4%] Built target ngcore Scanning dependencies of target pyngcore Scanning dependencies of target mesh Scanning dependencies of target visual Scanning dependencies of target occ [ 4%] Building CXX object libsrc/core/CMakeFiles/pyngcore.dir/python_ngcore.cpp.o [ 5%] Building CXX object libsrc/visualization/CMakeFiles/visual.dir/visual_dummy.cpp.o [ 6%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/Partition_Inter2d.cxx.o [ 7%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/Partition_Inter3d.cxx.o [ 8%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/Partition_Loop2d.cxx.o [ 8%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/Partition_Loop.cxx.o [ 8%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/Partition_Loop3d.cxx.o [ 9%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/Partition_Spliter.cxx.o [ 10%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/occconstruction.cpp.o [ 10%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/occgenmesh.cpp.o [ 11%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/occgeom.cpp.o [ 11%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/occmeshsurf.cpp.o [ 12%] Building CXX object libsrc/occ/CMakeFiles/occ.dir/python_occ.cpp.o [ 13%] Linking CXX shared library libocc.so [ 13%] Built target occ [ 14%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/adfront2.cpp.o [ 15%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/adfront3.cpp.o [ 15%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/bisect.cpp.o [ 16%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/boundarylayer.cpp.o [ 16%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/clusters.cpp.o [ 17%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/curvedelems.cpp.o [ 18%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/delaunay.cpp.o [ 18%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/delaunay2d.cpp.o [ 19%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/geomsearch.cpp.o [ 19%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/global.cpp.o [ 20%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/hprefinement.cpp.o [ 21%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/improve2.cpp.o [ 21%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/improve2gen.cpp.o [ 22%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/improve3.cpp.o [ 22%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/localh.cpp.o [ 23%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/meshclass.cpp.o [ 24%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/meshfunc.cpp.o [ 24%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/meshfunc2d.cpp.o [ 25%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/meshing2.cpp.o [ 25%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/meshing3.cpp.o [ 26%] Linking CXX shared library libvisual.so [ 26%] Built target visual [ 27%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/meshtool.cpp.o [ 28%] Linking CXX shared library pyngcore.cpython-35m-x86_64-linux-gnu.so [ 29%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/meshtype.cpp.o [ 29%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/msghandler.cpp.o [ 30%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/netrule2.cpp.o [ 30%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/netrule3.cpp.o [ 31%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/parser2.cpp.o [ 32%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/parser3.cpp.o [ 32%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/prism2rls.cpp.o [ 33%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/pyramid2rls.cpp.o [ 34%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/pyramidrls.cpp.o [ 34%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/quadrls.cpp.o [ 35%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/refine.cpp.o [ 35%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/ruler2.cpp.o [ 36%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/ruler3.cpp.o [ 37%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/secondorder.cpp.o [ 37%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/smoothing2.5.cpp.o [ 38%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/smoothing2.cpp.o [ 38%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/smoothing3.cpp.o [ 39%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/specials.cpp.o [ 39%] Built target pyngcore [ 40%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/tetrarls.cpp.o [ 40%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/topology.cpp.o [ 41%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/triarls.cpp.o [ 41%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/validate.cpp.o [ 42%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/parallelmesh.cpp.o [ 43%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/bcfunctions.cpp.o [ 43%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/paralleltop.cpp.o [ 44%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/basegeom.cpp.o [ 44%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/python_mesh.cpp.o [ 45%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/hexarls.cpp.o [ 46%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/__/ng/onetcl.cpp.o [ 46%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/gprim/adtree.cpp.o [ 47%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/gprim/geom2d.cpp.o [ 47%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/gprim/geom3d.cpp.o [ 48%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/gprim/geomfuncs.cpp.o [ 49%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/gprim/geomtest3d.cpp.o [ 49%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/gprim/transform3d.cpp.o [ 50%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/gprim/spline.cpp.o [ 50%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/gprim/splinegeometry.cpp.o [ 51%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/linalg/densemat.cpp.o [ 52%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/linalg/polynomial.cpp.o [ 52%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/linalg/bfgs.cpp.o [ 53%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/linalg/linopt.cpp.o [ 53%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/linalg/linsearch.cpp.o [ 54%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/array.cpp.o In file included from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/ngcore.hpp:4:0, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/myadt.hpp:20, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../include/myadt.hpp:1, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/meshing.hpp:6, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/python_mesh.cpp:6: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp: In instantiation of ‘class ngcore::PyArchive’: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp:950:50: required from ‘ngcore::NGSPickle():: [with T = netgen::Mesh; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp:948:30: required from ‘struct ngcore::NGSPickle() [with T = netgen::Mesh; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]::’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp:948:28: required from ‘auto ngcore::NGSPickle() [with T = netgen::Mesh; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/python_mesh.cpp:496:26: required from here /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp:899:9: warning: ‘ngcore::PyArchive’ declared with greater visibility than the type of its field ‘ngcore::PyArchive::lst’ [-Wattributes] class PyArchive : public ARCHIVE ^~~~~~~~~ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp: In instantiation of ‘class ngcore::PyArchive’: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp:964:49: required from ‘ngcore::NGSPickle():: [with T = netgen::Mesh; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp:958:24: required from ‘struct ngcore::NGSPickle() [with T = netgen::Mesh; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]::’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp:948:28: required from ‘auto ngcore::NGSPickle() [with T = netgen::Mesh; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/python_mesh.cpp:496:26: required from here /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/meshing/../general/../core/archive.hpp:899:9: warning: ‘ngcore::PyArchive’ declared with greater visibility than the type of its field ngcore::PyArchive::lst’ [-Wattributes] [ 55%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/bitarray.cpp.o [ 55%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/dynamicmem.cpp.o [ 56%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/flags.cpp.o [ 56%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/hashtabl.cpp.o [ 57%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/mystring.cpp.o [ 58%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/optmem.cpp.o [ 58%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/parthreads.cpp.o [ 59%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/seti.cpp.o [ 59%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/sort.cpp.o [ 60%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/spbita2d.cpp.o [ 61%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/table.cpp.o [ 61%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/mpi_interface.cpp.o [ 62%] Building CXX object libsrc/meshing/CMakeFiles/mesh.dir/__/general/gzstream.cpp.o -- suitesparse build command succeeded. See also /home/wahl/Applications/NGSolveNew/build-ngs/umfpack/src/suitesparse-stamp/suitesparse-build-*.log [ 50%] Performing install step for 'suitesparse' -- suitesparse install command succeeded. See also /home/wahl/Applications/NGSolveNew/build-ngs/umfpack/src/suitesparse-stamp/suitesparse-install-*.log [ 53%] Completed 'suitesparse' [ 53%] Built target suitesparse [ 62%] Linking CXX shared library libmesh.so [ 62%] Built target mesh Scanning dependencies of target geom2d Scanning dependencies of target csg Scanning dependencies of target stl [ 62%] Building CXX object libsrc/geom2d/CMakeFiles/geom2d.dir/geom2dmesh.cpp.o [ 63%] Building CXX object libsrc/geom2d/CMakeFiles/geom2d.dir/genmesh2d.cpp.o [ 64%] Building CXX object libsrc/geom2d/CMakeFiles/geom2d.dir/geometry2d.cpp.o [ 65%] Building CXX object libsrc/geom2d/CMakeFiles/geom2d.dir/python_geom2d.cpp.o [ 67%] Building CXX object libsrc/stlgeom/CMakeFiles/stl.dir/stlgeom.cpp.o [ 67%] Building CXX object libsrc/stlgeom/CMakeFiles/stl.dir/stlgeomchart.cpp.o [ 68%] Building CXX object libsrc/stlgeom/CMakeFiles/stl.dir/stltopology.cpp.o [ 68%] Building CXX object libsrc/stlgeom/CMakeFiles/stl.dir/stlgeommesh.cpp.o [ 69%] Building CXX object libsrc/stlgeom/CMakeFiles/stl.dir/stlline.cpp.o [ 69%] Building CXX object libsrc/stlgeom/CMakeFiles/stl.dir/meshstlsurface.cpp.o [ 69%] Building CXX object libsrc/stlgeom/CMakeFiles/stl.dir/stltool.cpp.o [ 70%] Building CXX object libsrc/stlgeom/CMakeFiles/stl.dir/python_stl.cpp.o [ 71%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/csgparser.cpp.o [ 71%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/bspline2d.cpp.o [ 72%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/csgeom.cpp.o [ 73%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/brick.cpp.o [ 73%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/curve2d.cpp.o [ 73%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/explicitcurve2d.cpp.o [ 73%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/algprim.cpp.o [ 73%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/genmesh.cpp.o [ 74%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/extrusion.cpp.o [ 75%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/edgeflw.cpp.o [ 76%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/gencyl.cpp.o [ 77%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/identify.cpp.o In file included from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/ngcore.hpp:4:0, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/myadt.hpp:20, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../meshing/../include/myadt.hpp:1, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../meshing/meshing.hpp:6, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/include/meshing.hpp:1, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/python_geom2d.cpp:5: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp: In instantiation of ‘class ngcore::PyArchive’: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp:950:50: required from ‘ngcore::NGSPickle():: [with T = netgen::SplineGeometry2d; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp:948:30: required from ‘struct ngcore::NGSPickle() [with T = netgen::SplineGeometry2d; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]::’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp:948:28: required from ‘auto ngcore::NGSPickle() [with T = netgen::SplineGeometry2d; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/python_geom2d.cpp:30:38: required from here /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp:899:9: warning: ‘ngcore::PyArchive’ declared with greater visibility than the type of its field ngcore::PyArchive::lst’ [-Wattributes] class PyArchive : public ARCHIVE ^~~~~~~~~ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp: In instantiation of ‘class ngcore::PyArchive’: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp:964:49: required from ‘ngcore::NGSPickle():: [with T = netgen::SplineGeometry2d; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp:958:24: required from ‘struct ngcore::NGSPickle() [with T = netgen::SplineGeometry2d; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]::’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp:948:28: required from ‘auto ngcore::NGSPickle() [with T = netgen::SplineGeometry2d; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/python_geom2d.cpp:30:38: required from here /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/geom2d/../general/../core/archive.hpp:899:9: warning: ‘ngcore::PyArchive’ declared with greater visibility than the type of its field ‘ngcore::PyArchive::lst’ [-Wattributes] [ 77%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/manifold.cpp.o [ 78%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/meshsurf.cpp.o In file included from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/../core/ngcore.hpp:4:0, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/myadt.hpp:20, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../meshing/../include/myadt.hpp:1, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../meshing/meshing.hpp:6, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/include/meshing.hpp:1, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/stlgeom.hpp:24, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/python_stl.cpp:5: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/../core/archive.hpp: In instantiation of ‘class ngcore::PyArchive’: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/../core/archive.hpp:950:50: required from ‘ngcore::NGSPickle():: [with T = netgen::STLGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/../core/archive.hpp:948:30: required from ‘struct ngcore::NGSPickle() [with T = netgen::STLGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]::’ declared with greater visibility than the type of its field ‘ngcore::PyArchive::lst’ [-Wattributes] class PyArchive : public ARCHIVE ^~~~~~~~~ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/../core/archive.hpp: In instantiation of ‘class ngcore::PyArchive’: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/../core/archive.hpp:964:49: required from ‘ngcore::NGSPickle():: [with T = netgen::STLGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/../core/archive.hpp:958:24: required from ‘struct ngcore::NGSPickle() [with T = netgen::STLGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]::’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/../core/archive.hpp:948:28: required from ‘auto ngcore::NGSPickle() [with T = netgen::STLGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/python_stl.cpp:23:33: required from here /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/stlgeom/../general/../core/archive.hpp:899:9: warning: ‘ngcore::PyArchive’ declared with greater visibility than the type of its field ngcore::PyArchive::lst’ [-Wattributes] [ 79%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/polyhedra.cpp.o [ 79%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/revolution.cpp.o [ 80%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/singularref.cpp.o [ 80%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/solid.cpp.o [ 81%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/specpoin.cpp.o [ 82%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/spline3d.cpp.o [ 82%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/surface.cpp.o [ 82%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/zrefine.cpp.o [ 83%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/triapprox.cpp.o [ 84%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/python_csg.cpp.o [ 85%] Building CXX object libsrc/csg/CMakeFiles/csg.dir/splinesurface.cpp.o In file included from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/ngcore.hpp:4:0, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/myadt.hpp:20, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/include/myadt.hpp:1, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/csg.hpp:10, from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/python_csg.cpp:4: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp: In instantiation of ‘class ngcore::PyArchive’: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp:950:50: required from ‘ngcore::NGSPickle():: [with T = netgen::CSGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp:948:30: required from ‘struct ngcore::NGSPickle() [with T = netgen::CSGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]::’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp:948:28: required from ‘auto ngcore::NGSPickle() [with T = netgen::CSGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/python_csg.cpp:375:32: required from here /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp:899:9: warning: ‘ngcore::PyArchive’ declared with greater visibility than the type of its field ‘ngcore::PyArchive::lst’ [-Wattributes] class PyArchive : public ARCHIVE ^~~~~~~~~ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp: In instantiation of ‘class ngcore::PyArchive’: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp:964:49: required from ‘ngcore::NGSPickle():: [with T = netgen::CSGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp:958:24: required from ‘struct ngcore::NGSPickle() [with T = netgen::CSGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]::’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp:948:28: required from ‘auto ngcore::NGSPickle() [with T = netgen::CSGeometry; T_ARCHIVE_OUT = ngcore::BinaryOutArchive; T_ARCHIVE_IN = ngcore::BinaryInArchive]’ /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/python_csg.cpp:375:32: required from here /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/csg/../general/../core/archive.hpp:899:9: warning: ‘ngcore::PyArchive’ declared with greater visibility than the type of its field ‘ngcore::PyArchive::lst’ [-Wattributes] [ 85%] Linking CXX shared library libstl.so [ 85%] Built target stl [ 85%] Linking CXX shared library libgeom2d.so [ 85%] Built target geom2d [ 85%] Linking CXX shared library libcsg.so [ 85%] Built target csg Scanning dependencies of target interface [ 86%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/nginterface.cpp.o [ 87%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/read_fnf_mesh.cpp.o [ 87%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/readuser.cpp.o [ 88%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/nginterface_v2.cpp.o [ 88%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/readtetmesh.cpp.o [ 89%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writeabaqus.cpp.o [ 90%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writedolfin.cpp.o [ 90%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writediffpack.cpp.o [ 91%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writeelmer.cpp.o [ 91%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writefeap.cpp.o [ 92%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writefluent.cpp.o [ 93%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writejcm.cpp.o [ 94%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writepermas.cpp.o [ 94%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writegmsh.cpp.o [ 94%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writetecplot.cpp.o [ 95%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writetet.cpp.o [ 95%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writetochnog.cpp.o [ 96%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writeuser.cpp.o [ 96%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writegmsh2.cpp.o [ 97%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/wuchemnitz.cpp.o [ 98%] Building CXX object libsrc/interface/CMakeFiles/interface.dir/writeOpenFOAM15x.cpp.o [ 98%] Linking CXX shared library libinterface.so [ 98%] Built target interface Scanning dependencies of target nglib [ 99%] Building CXX object nglib/CMakeFiles/nglib.dir/nglib.cpp.o In file included from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/nglib/nglib.cpp:67:0: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/nglib/nglib.h:33:0: warning: "DLL_HEADER" redefined #define DLL_HEADER In file included from /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/nglib/nglib.cpp:26:0: /home/wahl/Applications/NGSolveNew/src-ngs/external_dependencies/netgen/libsrc/include/nginterface.h:27:0: note: this is the location of the previous definition #define DLL_HEADER __attribute__ ((visibility ("default"))) [ 99%] Linking CXX shared library libnglib.so [ 99%] Built target nglib Scanning dependencies of target ngpy [100%] Building CXX object ng/CMakeFiles/ngpy.dir/netgenpy.cpp.o [100%] Linking CXX shared library libngpy.so [100%] Built target ngpy [ 90%] No install step for 'netgen' [100%] Completed 'netgen' [100%] Built target netgen [ 57%] No install step for 'netgen_project' [ 61%] Completed 'netgen_project' [ 61%] Built target netgen_project Scanning dependencies of target install_netgen make[3]: Warnung: Kein Jobserver verfügbar: -j1 wird gesetzt. Fügen Sie der Ursprungsregel „+“ hinzu. [ 10%] Performing check_submodules1 step for 'netgen' [ 20%] Performing build step for 'netgen' [ 4%] Built target ngcore [ 5%] Built target pyngcore [ 52%] Built target mesh [ 54%] Built target visual [ 69%] Built target csg [ 72%] Built target geom2d [ 80%] Built target occ [ 85%] Built target stl [ 98%] Built target interface [ 99%] Built target nglib [100%] Built target ngpy [ 30%] No install step for 'netgen' [ 40%] Completed 'netgen' [100%] Built target netgen Install the project... -- Install configuration: "RELEASE" [ 4%] Built target ngcore [ 5%] Built target pyngcore [ 52%] Built target mesh [ 54%] Built target visual [ 69%] Built target csg [ 72%] Built target geom2d [ 80%] Built target occ [ 85%] Built target stl [ 98%] Built target interface [ 99%] Built target nglib [100%] Built target ngpy Install the project... -- Install configuration: "RELEASE" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/cmake/netgen/netgen-targets.cmake -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/cmake/netgen/netgen-targets-release.cmake -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11 -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/iostream.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/common.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/stl.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/numpy.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/buffer_info.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/pytypes.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/detail -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/detail/descr.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/detail/common.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/detail/internals.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/detail/init.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/detail/class.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/detail/typeid.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/stl_bind.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/cast.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/functional.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/attr.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/options.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/eigen.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/complex.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/chrono.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/embed.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/pybind11.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/eval.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/operators.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/pybind11/LICENSE -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/cmake/netgen/NetgenConfig.cmake -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libngcore.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libngcore.so" to "$ORIGIN:$ORIGIN/../lib" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/ngcore.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/archive.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/type_traits.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/version.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/ngcore_api.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/logging.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/exception.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/symboltable.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/paje_trace.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/utils.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/core/profiler.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/pyngcore.cpython-35m-x86_64-linux-gnu.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/pyngcore.cpython-35m-x86_64-linux-gnu.so" to "$ORIGIN/../../" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/array.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/autodiff.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/autoptr.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/bitarray.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/dynamicmem.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/flags.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/hashtabl.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/mpi_interface.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/myadt.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/ngsimd.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/mystring.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/netgenout.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/ngpython.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/optmem.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/parthreads.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/seti.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/sort.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/spbita2d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/stack.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/table.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/template.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/general/gzstream.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/adtree.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/geom2d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/geom3d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/geomfuncs.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/geomobjects2.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/geomobjects.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/geomops2.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/geomops.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/geomtest3d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/gprim.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/splinegeometry.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/spline.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/gprim/transform3d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/linalg/densemat.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/linalg/linalg.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/linalg/opti.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/linalg/polynomial.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/linalg/vector.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/nginterface.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/nginterface_v2.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/mydefs.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/acisgeom.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/csg.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/geometry2d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/gprim.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/incopengl.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/inctcl.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/incvis.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/linalg.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/meshing.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/myadt.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/mydefs.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/mystdlib.h -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/nginterface_v2_impl.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/occgeom.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/ngsimd.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/opti.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/parallel.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/parallelinterface.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/stlgeom.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/include/visual.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libmesh.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libmesh.so" to "$ORIGIN:$ORIGIN/../lib" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/adfront2.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/adfront3.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/basegeom.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/bcfunctions.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/bisect.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/boundarylayer.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/classifyhpel.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/clusters.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/curvedelems.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/findip2.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/findip.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/geomsearch.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/global.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/hpref_hex.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/hprefinement.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/hpref_prism.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/hpref_pyramid.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/hpref_quad.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/hpref_segm.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/hpref_tet.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/hpref_trig.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/improve2.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/improve3.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/localh.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/meshclass.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/meshfunc.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/meshing2.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/meshing3.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/meshing.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/meshtool.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/meshtype.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/msghandler.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/paralleltop.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/ruler2.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/ruler3.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/specials.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/topology.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/meshing/validate.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/soldata.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libvisual.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libvisual.so" to "$ORIGIN:$ORIGIN/../lib" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/visualization/meshdoc.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/visualization/mvdraw.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/visualization/vispar.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/visualization/visual.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/visualization/vssolution.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libcsg.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libcsg.so" to "$ORIGIN:$ORIGIN/../lib" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/algprim.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/brick.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/csgeom.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/csg.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/csgparser.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/curve2d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/edgeflw.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/explicitcurve2d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/extrusion.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/gencyl.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/geoml.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/identify.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/manifold.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/meshsurf.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/polyhedra.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/revolution.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/singularref.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/solid.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/specpoin.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/spline3d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/splinesurface.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/surface.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/triapprox.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/csg/vscsg.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libgeom2d.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libgeom2d.so" to "$ORIGIN:$ORIGIN/../lib" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/geom2d/geom2dmesh.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/geom2d/geometry2d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/geom2d/spline2d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/geom2d/vsgeom2d.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libocc.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libocc.so" to "$ORIGIN:$ORIGIN/../lib" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/occ/occgeom.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/occ/occmeshsurf.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/occ/vsocc.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libstl.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libstl.so" to "$ORIGIN:$ORIGIN/../lib" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/stlgeom/meshstlsurface.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/stlgeom/stlgeom.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/stlgeom/stlline.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/stlgeom/stltool.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/stlgeom/stltopology.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/stlgeom/vsstl.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libinterface.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libinterface.so" to "$ORIGIN:$ORIGIN/../lib" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/interface/writeuser.hpp -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/libngpy.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/libngpy.so" to "$ORIGIN/../../../" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/boxcyl.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/circle_on_cube.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/cone.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/cube.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/cubeandring.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/cubeandspheres.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/cubemcyl.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/cubemsphere.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/cylinder.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/cylsphere.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/ellipsoid.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/ellipticcyl.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/extrusion.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/fichera.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/lshape3d.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/manyholes.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/manyholes2.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/matrix.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/ortho.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/period.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/revolution.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/sculpture.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/shaft.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/shell.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/sphere.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/sphereincube.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/torus.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/trafo.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/twobricks.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/twocubes.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/twocyl.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/boundarycondition.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/hinge.stl -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/part1.stl -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/frame.step -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/screw.step -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/squarehole.in2d -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/squarecircle.in2d -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/square.in2d -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/__init__.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/meshing.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/csg.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/geom2d.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/stl.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/gui.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/NgOCC.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/python3/dist-packages/netgen/read_gmsh.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/py_tutorials/shaft.geo -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/py_tutorials/mesh.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/py_tutorials/exportNeutral.py -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/share/netgen/doc/ng4.pdf -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libnglib.so -- Set runtime path of "/home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/lib/libnglib.so" to "$ORIGIN:$ORIGIN/../lib" -- Installing: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst/include/nglib.h [ 61%] Built target install_netgen Scanning dependencies of target ngsolve [ 65%] Performing check_submodules step for 'ngsolve' [ 69%] Creating directories for 'ngsolve' [ 73%] No download step for 'ngsolve' [ 76%] No update step for 'ngsolve' [ 80%] No patch step for 'ngsolve' [ 84%] Performing configure step for 'ngsolve' -- Found Git: /usr/bin/git (found version "2.7.4") -- The C compiler identification is GNU 7.4.0 -- The CXX compiler identification is GNU 7.4.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Netgen: /home/wahl/Applications/NGSolve/inst/lib/cmake/netgen -- Looking for include file dlfcn.h -- Looking for include file dlfcn.h - found -- Looking for abi::__cxa_demangle -- Looking for abi::__cxa_demangle - found CMake Warning (dev) at CMakeLists.txt:251 (find_package): Policy CMP0074 is not set: find_package uses _ROOT variables. Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy command to set the policy and suppress this warning. CMake variable MKL_ROOT is set to: /opt/intel/mkl For compatibility, CMake is ignoring the variable. This warning is for project developers. Use -Wno-dev to suppress it. -- Found MKL: /opt/intel/mkl/include -- Could NOT find LAPACK (missing: LAPACK_DIR) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) Sphinx not found, if you want to build the documentation you have to install Sphinx ------------------------------------------------------------------------ NGSolve 6.2.1901-41-ga6387ae: Automatic configuration OK. Build type: RELEASE Compiler: /usr/bin/g++ Flags: -O3 -DNDEBUG -DHAVE_NETGEN_SOURCES -DHAVE_DLFCN_H -DHAVE_CXA_DEMANGLE -DUSE_TIMEOFDAY -DUSE_PARDISO -DLAPACK -DNGS_PYTHON -DUSE_UMFPACK -march=native $<$:-std=c++17> -fPIC Enabled functionality: GUI: ............... OFF LAPACK: ............ ON MKL: ............... ON PYTHON: ............ ON MPI: ............... OFF CUDA: .............. MUMPS: ............. OFF PARDISO: ........... OFF INTEL_MIC: ......... OFF VTUNE: ............. OFF VAMPIRTRACE: ....... OFF Building: Type 'make' to compile NGSolve. Type 'make install' to install NGSolve. Install directory: /home/wahl/Applications/NGSolveNew/Applications/NGSolveNew/inst ------------------------------------------------------------------------ -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: MKL_MULTI_THREADED USE_GUI -- Build files have been written to: /home/wahl/Applications/NGSolveNew/build-ngs/ngsolve [ 88%] Performing check_submodules1 step for 'ngsolve' [ 92%] Performing build step for 'ngsolve' Scanning dependencies of target generate_version_file Scanning dependencies of target kernel_generator -- Found Git: /usr/bin/git (found version "2.7.4") [ 1%] Building CXX object basiclinalg/CMakeFiles/kernel_generator.dir/generate_mat_kernels.cpp.o [ 1%] Built target generate_version_file Scanning dependencies of target ngstd [ 2%] Building CXX object ngstd/CMakeFiles/ngstd.dir/table.cpp.o [ 3%] Building CXX object ngstd/CMakeFiles/ngstd.dir/flags.cpp.o [ 3%] Building CXX object ngstd/CMakeFiles/ngstd.dir/blockalloc.cpp.o [ 3%] Building CXX object ngstd/CMakeFiles/ngstd.dir/evalfunc.cpp.o [ 4%] Building CXX object ngstd/CMakeFiles/ngstd.dir/localheap.cpp.o [ 5%] Building CXX object ngstd/CMakeFiles/ngstd.dir/bitarray.cpp.o [ 5%] Building CXX object ngstd/CMakeFiles/ngstd.dir/cuda_ngstd.cpp.o [ 6%] Building CXX object ngstd/CMakeFiles/ngstd.dir/stringops.cpp.o [ 6%] Building CXX object ngstd/CMakeFiles/ngstd.dir/templates.cpp.o [ 7%] Building CXX object ngstd/CMakeFiles/ngstd.dir/python_ngstd.cpp.o [ 7%] Building CXX object ngstd/CMakeFiles/ngstd.dir/bspline.cpp.o [ 8%] Building CXX object ngstd/CMakeFiles/ngstd.dir/sockets.cpp.o [ 9%] Building CXX object ngstd/CMakeFiles/ngstd.dir/taskmanager.cpp.o In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/bitarray.cpp:11: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ngstd/CMakeFiles/ngstd.dir/build.make:75: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/bitarray.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/bitarray.cpp.o] Fehler 1 make[5]: *** Auf noch nicht beendete Prozesse wird gewartet … In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/stringops.cpp:1: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ngstd/CMakeFiles/ngstd.dir/build.make:153: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/stringops.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/stringops.cpp.o] Fehler 1 In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/evalfunc.cpp:13: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/flags.cpp:7: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/localheap.cpp:8: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/templates.cpp:8: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/sockets.hpp:9, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/sockets.cpp:9: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/blockalloc.cpp:12: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/bspline.cpp:2: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ngstd/CMakeFiles/ngstd.dir/build.make:114: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/evalfunc.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/evalfunc.cpp.o] Fehler 1 ngstd/CMakeFiles/ngstd.dir/build.make:88: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/flags.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/flags.cpp.o] Fehler 1 In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.cpp:7: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ngstd/CMakeFiles/ngstd.dir/build.make:140: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/localheap.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/localheap.cpp.o] Fehler 1 ngstd/CMakeFiles/ngstd.dir/build.make:127: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/templates.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/templates.cpp.o] Fehler 1 ngstd/CMakeFiles/ngstd.dir/build.make:101: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/blockalloc.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/blockalloc.cpp.o] Fehler 1 ngstd/CMakeFiles/ngstd.dir/build.make:218: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/sockets.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/sockets.cpp.o] Fehler 1 ngstd/CMakeFiles/ngstd.dir/build.make:205: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/bspline.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/bspline.cpp.o] Fehler 1 In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/table.cpp:11: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ngstd/CMakeFiles/ngstd.dir/build.make:192: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/taskmanager.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/taskmanager.cpp.o] Fehler 1 ngstd/CMakeFiles/ngstd.dir/build.make:62: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/table.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/table.cpp.o] Fehler 1 In file included from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/ngstd.hpp:144:0, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/python_ngstd.hpp:48, from /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/python_ngstd.cpp:3: /home/wahl/Applications/NGSolveNew/src-ngs/ngstd/taskmanager.hpp:13:10: fatal error: core/paje_trace.hpp: Datei oder Verzeichnis nicht gefunden #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ngstd/CMakeFiles/ngstd.dir/build.make:179: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/python_ngstd.cpp.o“ scheiterte make[5]: *** [ngstd/CMakeFiles/ngstd.dir/python_ngstd.cpp.o] Fehler 1 CMakeFiles/Makefile2:172: die Regel für Ziel „ngstd/CMakeFiles/ngstd.dir/all“ scheiterte make[4]: *** [ngstd/CMakeFiles/ngstd.dir/all] Fehler 2 make[4]: *** Auf noch nicht beendete Prozesse wird gewartet … [ 9%] Linking CXX executable kernel_generator [ 9%] Built target kernel_generator Makefile:140: die Regel für Ziel „all“ scheiterte make[3]: *** [all] Fehler 2 CMakeFiles/ngsolve.dir/build.make:115: die Regel für Ziel „dependencies/Stamp/ngsolve/ngsolve-build“ scheiterte make[2]: *** [dependencies/Stamp/ngsolve/ngsolve-build] Fehler 2 CMakeFiles/Makefile2:216: die Regel für Ziel „CMakeFiles/ngsolve.dir/all“ scheiterte make[1]: *** [CMakeFiles/ngsolve.dir/all] Fehler 2 Makefile:151: die Regel für Ziel „all“ scheiterte make: *** [all] Fehler 2