add configuration for linking VTK 7.1 on Ubuntu 18.04

This commit is contained in:
Axel Kohlmeyer
2019-07-30 06:02:47 -04:00
parent 7ab7691c51
commit 3fdadb5875

View File

@ -0,0 +1,12 @@
# Settings that the LAMMPS build will import when this package library is used
#
# Ubuntu 18.04 installation of VTK7 library:
# ------------------------------------------
#
# Execute the following installation command:
#
# $ sudo apt-get install libvtk7-dev
#
vtk_SYSINC = -I/usr/include/vtk7.1
vtk_SYSLIB = -lvtkCommonCore-7.1 -lvtkIOCore-7.1 -lvtkIOXML-7.1 -lvtkIOLegacy-7.1 -lvtkCommonDataModel-7.1 -lvtkIOParallelXML-7.1
vtk_SYSPATH = -L/usr/lib/x86_64-linux-gnu