vtk: add support for Xdmf IO. (#9510)

* vtk: add variants for Xdmf IO support, ffmpeg support, and MPI
* vtk: depends on boost when Xdmf support is enabled
* vtk: add backported patch for python3.7
* vtk: New policy only for cmake >= 3.12
* mesa: add py-argparse dependency (for build)
* lz4: use MOREFLAGS instead of LIBS to add -lrt
This commit is contained in:
Ruben Di Battista
2018-10-18 19:18:05 +02:00
committed by Peter Scheibel
parent 3d32e8add2
commit d1db12e153
4 changed files with 87 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ def url_for_version(self, version):
def install(self, spec, prefix):
if sys.platform != "darwin":
make('LIBS=-lrt') # fixes make error on CentOS6
make('MOREFLAGS=-lrt') # fixes make error on CentOS6
else:
make()
if self.run_tests: