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:

committed by
Peter Scheibel

parent
3d32e8add2
commit
d1db12e153
@@ -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:
|
||||
|
Reference in New Issue
Block a user