yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #13671
Re: [Question #404070]: about adding an new InsertionSortCollider
Question #404070 on Yade changed:
https://answers.launchpad.net/yade/+question/404070
Haohui Xin gave more information on the question:
The CMAKE information is as following:
-- Version is set to 2016-10-31.git-1b22b1a
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0 and -save-temps
-- GCC Version >= 4.9. Adding -fstack-protector-strong
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- python
-- thread
-- filesystem
-- iostreams
-- regex
-- serialization
-- system
-- date_time
-- chrono
-- atomic
-- Boost_VERSION: 105800
-- Boost_LIB_VERSION: 1_58
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/x86_64-linux-gnu/libboost_python.so/usr/lib/x86_64-linux-gnu/libboost_thread.so/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/libpthread.so
-- Found Eigen3, version: 3.2.92
-- Disable vectorization
-- The imported target "vtkRenderingPythonTkWidgets" references the file
"/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
but not all the files it references.
-- The imported target "vtk" references the file
"/usr/bin/vtk"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
but not all the files it references.
-- Found VTK
-- Found OpenMP
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
-- Found GTS
-- Found GUI-Qt5-LIBS
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Found CGAL
-- Could NOT find Cholmod (missing: CHOLMOD_LIBRARIES CHOLMOD_INCLUDE_DIR AMD_LIBRARY CAMD_LIBRARY COLAMD_LIBRARY CCOLAMD_LIBRARY)
-- Could NOT find OpenBlas (missing: OPENBLAS_LIBRARY)
-- Could NOT find Metis (missing: METIS_INCLUDE_DIR METIS_LIBRARY)
-- Missing dependency for LINSOLV, disabled
-- Found GL2PS
LBMFLOW is still experimental, building and running LBM engine are at your own risk!
Yade will be installed to /home/xhh/yade/install
-- Suffix is set to -2016-10-31.git-1b22b1a
-- LIBRARY_OUTPUT_PATH is set to lib/x86_64-linux-gnu
-- runtimePREFIX is set to /home/xhh/yade/install
-- Use system gts version
-- VTK version >5 is found
-- ===========================================================
-- Yade configured with following features: Odeint VTK OpenMP GTS GUI-Qt5 CGAL PFVFLOW GL2PS LBMFLOW
-- Disabled features: LINSOLV SPH LIQMIGRATION MASK_ARBITRARY PROFILING PotentialParticles PotentialBlocks
-- Optimized build
-- ===========================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/xhh/yade/build
xhh@xhh:~/yade/build$ make -j 8
[ 1%] Automatic moc for target _packPredicates
[ 2%] Automatic moc for target boot
[ 3%] Automatic moc for target _packSpheres
[ 3%] Automatic moc for target _packObb
[ 4%] Automatic moc for target _polyhedra_utils
[ 4%] Automatic moc for target _GLViewer
[ 4%] Automatic moc for target wrapper
[ 5%] Automatic moc for target yade
[ 5%] Built target boot_automoc
[ 5%] Built target _packPredicates_automoc
[ 5%] Built target _packSpheres_automoc
[ 5%] Built target _polyhedra_utils_automoc
[ 5%] Built target _packObb_automoc
[ 5%] Built target _GLViewer_automoc
[ 5%] Built target wrapper_automoc
[ 5%] Automatic moc for target WeightedAverage2d
[ 6%] Automatic moc for target _utils
[ 6%] Automatic moc for target _customConverters
[ 6%] Built target yade_automoc
[ 8%] Built target _packObb
[ 9%] Built target _polyhedra_utils
[ 9%] Built target WeightedAverage2d_automoc
[ 9%] Built target _utils_automoc
[ 9%] Built target _customConverters_automoc
[ 10%] Built target WeightedAverage2d
[ 14%] Built target _GLViewer
Scanning dependencies of target yade
[ 14%] Building CXX object CMakeFiles/yade.dir/pkg/common/HeatCollider.cpp.o
[ 15%] Building CXX object CMakeFiles/yade.dir/pkg/common/HeatInsertionSortCollider.cpp.o
[ 15%] Linking CXX shared library lib/x86_64-linux-gnu/libyade.so
[ 93%] Built target yade
[ 93%] Linking CXX shared library lib/x86_64-linux-gnu/boot.so
[ 93%] Linking CXX shared library lib/x86_64-linux-gnu/wrapper.so
[ 94%] Linking CXX shared library lib/x86_64-linux-gnu/_customConverters.so
[ 94%] Linking CXX shared library lib/x86_64-linux-gnu/_utils.so
[ 94%] Linking CXX shared library lib/x86_64-linux-gnu/_packPredicates.so
[ 94%] Linking CXX shared library lib/x86_64-linux-gnu/_packSpheres.so
[ 95%] Built target _packPredicates
[ 96%] Built target _packSpheres
[ 97%] Built target boot
[ 98%] Built target _customConverters
[ 99%] Built target wrapper
[100%] Built target _utils
You received this question notification because your team yade-users is
an answer contact for Yade.