forked from lijiext/lammps
17 lines
421 B
Makefile
17 lines
421 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
#
|
|
# CentOS 6 installation of VTK5 library:
|
|
# --------------------------------------
|
|
#
|
|
# Install the EPEL repository:
|
|
#
|
|
# $ sudo yum install epel-release
|
|
#
|
|
# Install VTK5 from the EPEL repository:
|
|
#
|
|
# $ sudo yum install vtk-devel
|
|
#
|
|
vtk_SYSINC = -I/usr/include/vtk
|
|
vtk_SYSLIB = -lvtkCommon -lvtkFiltering -lvtkIO
|
|
vtk_SYSPATH = -L/usr/lib64/vtk
|