Home › Forum › SOFA › Building SOFA › [SOLVED] Error in Building Sofa 20.06 version on Ubuntu
Tagged: 64_bits, Linux_ubuntu, LLVM, Plugin_Pardiso, SOFA_2006
- This topic has 1 reply, 1 voice, and was last updated 4 years, 3 months ago by Pasquale94.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
27 July 2020 at 17:47 #16965Pasquale94Blocked
Hello everyone, I am building the new sofa version that you posted in the Sofa website, the 20.06.
But, when I configure the project in Cmake-gui It don’t found the metis library, this library is very importat fot Sofa SparseLDLSolvers but is also a dependencies for Soft Robots plugin.
How can solve this issue?This is what i get fromm Cmake-gui:
Install prefix: /home/pasquale/sofa/build/install Could NOT find GLEW (missing: GLEW_INCLUDE_DIRS GLEW_LIBRARIES) OpenGL advanced functions (e.g shaders, FBO) are disabled. Adding module SofaSparseSolver SofaSparseSolver: metis library not found, will use built-in metis library. Adding module SofaPreconditioner Adding module SofaHaptics Adding module SofaValidation Adding module SofaDenseSolver Adding module SofaNonUniformFem Adding module SofaOpenglVisual SofaGuiQt: QtCharts not found, SofaWindowProfiler will not be built. SofaGuiQt: Qt5WebEngine not found, QDocBrowser will not be built. Adding plugin SofaPython Adding module SofaExporter CMake Deprecation Warning at SofaAdvanced/CMakeLists.txt:15 (message): SofaAdvanced is deprecated. You should now explicitely find (find_package) and link (target_link_library) each module you need within: SofaNonUniformFem Adding collection SofaComponentAll SofaTest: optional dependency SofaPython found, Python_test will be built Adding plugin CImgPlugin CImgPlugin: TIFF Image Format disabled CImgPlugin: JPEG Image Format enabled CImgPlugin: PNG Image Format enabled Adding plugin SofaEulerianFluid Adding plugin SofaSphFluid Adding plugin SofaMiscCollision SofaMiscModule: build all maintained sofa components. SofaMiscCollision: optional dependency SofaSphFluid found activing: <SpatialGridPointModel> Adding plugin SofaDistanceGrid SofaDistanceGrid: MiniFlowVR found. Adding plugin SofaImplicitField Adding plugin SofaVolumetricData Adding plugin MultiThreading Adding plugin DiffusionSolver DiffusionSolver: forcing OpenMP Adding plugin image image: could not find the freenect library, won't build the Kinect component Adding plugin Compliant Found Eigen3: /usr/include/eigen3 (Required is at least version "3.2.5") Adding plugin CGALPlugin CGAL VERSION = 4.11.0 Adding plugin Flexible Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0") Flexible: could not find SofaHighOrderTopology Adding plugin Registration CMake Warning at SofaKernel/SofaFramework/SofaMacros.cmake:285 (message): sofa_set_python_directory is deprecated. Use sofa_install_pythonscripts instead. Call Stack (most recent call first): applications/plugins/Registration/CMakeLists.txt:53 (sofa_set_python_directory) Adding plugin BulletCollisionDetection Adding plugin PreassembledMass Adding plugin MeshSTEPLoader Found OpenCascade: /usr/lib/x86_64-linux-gnu/libTKBRep.so Adding plugin PluginExample GUI components have been detected, enable GUI-related components Adding plugin PersistentContact Adding plugin SofaCarving Adding plugin SofaPardisoSolver Looking for bin gfortran Looking for bin gfortran - not found -- Fortran support for smpi is disabled. A library with LAPACK API found. CMake Warning at SofaKernel/SofaFramework/SofaMacros.cmake:905 (message): Deprecated macro. Use the keyword argument function 'sofa_generate_package' instead Call Stack (most recent call first): applications/plugins/SofaPardisoSolver/CMakeLists.txt:52 (sofa_create_package) Adding plugin SofaSimpleGUI CMake Warning at SofaKernel/SofaFramework/SofaMacros.cmake:905 (message): Deprecated macro. Use the keyword argument function 'sofa_generate_package' instead Call Stack (most recent call first): applications/plugins/SofaSimpleGUI/CMakeLists.txt:43 (sofa_create_package) Adding plugin VolumetricRendering Adding application runSofa Write Plugin list at /home/pasquale/sofa/build/lib/plugin_list.conf.default CMake Deprecation Warning at CMakeLists.txt:328 (message): Deprecated components are activated (SOFA_WITH_DEPRECATED_COMPONENTS variable is ON) Configuring done
28 July 2020 at 09:08 #16968Pasquale94BlockedI resolved by my self, putting in the CMakeLists.txt of src folder the following line :
option(SOFA_BUILD_METIS "Compile Metis Library" OFF)
I close the issue, for someone is building the 20.06 version can be useful.
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.