← Back to team overview

yade-users team mailing list archive

[Question #703656]: cannot compile with source code

 

New question #703656 on Yade:
https://answers.launchpad.net/yade/+question/703656

Hi,

I tried to compile the yade with the trunk downloaded from

https://gitlab.com/yade-dev/trunk

I followed the Prerequisites in yade website but when I run cmaker 

cmake -DCMAKE_INSTALL_PREFIX=/mnt/d/My_yade /mnt/d/trunk/trunk-master -DENABLE_MPI=1

the mistake showed as following:

-- Version is set to Unknown
-- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
-- GCC Version >= 4.8. Adding -save-temps
-- Log filtering: enabled
-- Enabling boost::log library and DEBUG=OFF. Logging will work nicely, backtraces will not have debug info, files will be small.
-- Architecture: amd64
-- Could NOT find GLUT (missing: GLUT_glut_LIBRARY)
-- Found freeglut: /usr/include/GL
-- md5sum of freegult /usr/include/GL/freeglut_std.h is: 791a2febd8584ec530cdd7676191b6d5
-- freegult version is 2.8.1
Loop on the following python versions and check available dependencies:3.10;3.9;3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
Trying python version: 3.10 parsed as 3 10
Trying python version: 3.9 parsed as 3 9
Trying python version: 3.8 parsed as 3 8
Trying python version: 3.7 parsed as 3 7
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.9")
Trying python version: 3.6 parsed as 3 6
Python version 3.6.9 found, try to import dependencies...
Failed to import dependencies for Python version 3.6.9. NOT FOUND:PythonLibs
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
Trying python version: 3.5 parsed as 3 5
Trying python version: 3.4 parsed as 3 4
Trying python version: 3.3 parsed as 3 3
Trying python version: 3.2 parsed as 3 2
Trying python version: 3.1 parsed as 3 1
Trying python version: 3.0 parsed as 3 0
-- Found PythonInterp: /usr/bin/python2.7 (found version "2.7.17")
Trying python version: 2.7 parsed as 2 7
Python version 2.7.17 found, try to import dependencies...
Failed to import dependencies for Python version 2.7.17. NOT FOUND:PythonLibs
-- Found PythonInterp: /usr/bin/python (found version "2.7.17")
Trying python version: 2.6 parsed as 2 6
CMake Error at CMakeLists.txt:358 (MESSAGE):
  No python version with all dependencies was found.


-- Configuring incomplete, errors occurred!

Please help me! The reason for source code compilation is that I want to run yade-openfoam coupling.

You received this question notification because your team yade-users is
an answer contact for Yade.