[Moved] Install Liggghts on OpenSue

Submitted by skuang on Thu, 10/18/2018 - 04:43

I try to install LIGGGHTS on OpenSuse but do not know how to install VTK as done for Ubuntu

Ubuntu:
sudo apt-get install openmpi-bin libopenmpi-dev libvtk6.2 libvtk6-dev
OpenSue:
what is it here

Thanks and regards,
SK.

skuang | Thu, 10/18/2018 - 06:25

If I do NOT install VTK and compile LIGGGhts and run "make auto", I got the following problems

Creating list of contact models completed.
make[1]: Entering directory '/home/shibok/LIGGGHTS/LIGGGHTS-PUBLIC/src/Obj_auto'
Makefile:815: *** 'Could not obtain VTK_MAJOR_VERSION. As AUTOINSTALL_VTK is not set to "ON" we cannot continue'. Stop.
make[1]: Leaving directory '/home/shibok/LIGGGHTS/LIGGGHTS-PUBLIC/src/Obj_auto'
Makefile:106: recipe for target 'auto' failed
make: *** [auto] Error 2

paul | Thu, 10/18/2018 - 10:13

> "As AUTOINSTALL_VTK is not set to "ON" we cannot continue'."

How about either
- installing vtk including the -devel (opment) packages or
- setting this in the Makefile.user to ON or
- just disabling the use of vtk in Makefile.user?

skuang | Thu, 10/18/2018 - 12:20

thank you , Paul.

It is working by disabling VTK or installing VTK including -devel