forked from lijiext/lammps
17 lines
460 B
Makefile
17 lines
460 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
#
|
|
# CentOS 7 installation of VTK6 library:
|
|
# --------------------------------------
|
|
#
|
|
# Install the EPEL repository:
|
|
#
|
|
# $ sudo yum install epel-release
|
|
#
|
|
# Install VTK6 from the EPEL repository:
|
|
#
|
|
# $ sudo yum install vtk-devel
|
|
#
|
|
vtk_SYSINC = -I/usr/include/vtk
|
|
vtk_SYSLIB = -lvtkCommonCore -lvtkIOCore -lvtkIOXML -lvtkIOLegacy -lvtkCommonDataModel
|
|
vtk_SYSPATH = -L/usr/lib64/vtk
|