mirror of https://github.com/lammps/lammps.git
add VTK config for recent fedora versions
This commit is contained in:
parent
d7339bbd9e
commit
551ea9694d
|
@ -0,0 +1,8 @@
|
|||
# Settings that the LAMMPS build will import when this package library is used
|
||||
|
||||
# settings for VTK 7.1.1 on Fedora 28. This seems to work with Fedora versions going back to at least 23 and VTK version 6.x.
|
||||
# You need to install vtk-devel and all its dependencies using "dnf install vtk-devel"
|
||||
vtk_SYSINC = -I/usr/include/vtk
|
||||
vtk_SYSLIB = -lvtkCommonCore -lvtkIOCore -lvtkCommonDataModel -lvtkIOXML -lvtkIOLegacy -lvtkIOParallelXML
|
||||
vtk_SYSPATH = -L/usr/lib64/vtk
|
||||
|
Loading…
Reference in New Issue