Skip to content
Snippets Groups Projects
Commit 551ea969 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add VTK config for recent fedora versions

parent d7339bbd
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment