Search found 6 matches

by draena
24 May 2021, 23:00
Forum: Installation & compilation
Topic: missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK
Replies: 12
Views: 6785

Re: missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK

Thank you evryone for your answers, I was trying to build it with the following options: ❯ cmake -DWITH_OpenMP:BOOL=TRUE -DWITH_MPI:BOOL=TRUE -DWITH_QT5:BOOL=TRUE -DWITH_PARAVIEW:BOOL=TRUE -WITH_QWT:BOOL=TRUE -DWITH_VTK:BOOL=FALSE -DWITH_PYTHONQT:BOOL=FALSE -DWITH_LUA:BOOL=TRUE -DWITH_MATC:BOOL=TRUE...
by draena
19 May 2021, 17:46
Forum: Installation & compilation
Topic: missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK
Replies: 12
Views: 6785

Re: missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK

It may be looking for a library, and on unix platforms cmake assumes they are located in certain directory names. I am not familiar with Void GNU/Linux with a ppc64le architecture. what does this command report find /usr -name "libpython*" Greetings, here you have it: ❯ sudo find /usr -na...
by draena
18 May 2021, 22:02
Forum: Installation & compilation
Topic: missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK
Replies: 12
Views: 6785

Re: missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK

It does say (Required is at least version "3.9" when you type python3 what version does it report back Python 3.9.5 (default, May 6 2021, 02:51:12) [GCC 10.2.1 20201203] on linux Type "help", "copyright", "credits" or "license" for more information....
by draena
18 May 2021, 18:54
Forum: Installation & compilation
Topic: missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK
Replies: 12
Views: 6785

Re: missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK

kevinarden wrote: 18 May 2021, 13:21 If you type python3 from the terminal does it start?
Yes it does, I can run python3 apps with no issue at the moment
by draena
18 May 2021, 12:44
Forum: Installation & compilation
Topic: missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK
Replies: 12
Views: 6785

missing: Python3_EXECUTABLE Python3_INCLUDE_DIRS When building with OCCT and VTK

Greetings, I'm trying to build elmerGUI wiht OCCT and VTK support to operate with step files and such on a Void GNU/Linux with a ppc64le architecture and cmake complains about not being able to find python3: ❯ cmake -DWITH_OpenMP:BOOL=TRUE -DWITH_MPI:BOOL=TRUE -DWITH_QT5:BOOL=TRUE -DWITH_PARAVIEW:BO...