[Paraview] build with enabling silo
David E DeMarle
dave.demarle at kitware.com
Sun Jan 10 08:40:30 EST 2016
You can tell that by looking at the super build to find out how we build it
for out binaries.
From
https://gitlab.kitware.com/paraview/paraview-superbuild/blob/cfaf2365785b52f4948bdd6002ca8ab15bbed0a3/versions.cmake
> add_revision(silo
> URL "http://paraview.org/files/dependencies/silo-4.9.1-bsd.tar.gz"
> URL_MD5 465d2a0a8958b088cde83fb2a5a7eeef)
From
https://gitlab.kitware.com/paraview/paraview-superbuild/blob/cfaf2365785b52f4948bdd6002ca8ab15bbed0a3/Projects/silo.cmake
:
DEPENDS zlib hdf5 BUILD_IN_SOURCE 1 CONFIGURE_COMMAND
<SOURCE_DIR>/configure --prefix=<INSTALL_DIR>
${shared_args} --enable-fortran=no
--enable-browser=no
--enable-silex=no --with-szlib=<INSTALL_DIR>
--with-hdf5=<INSTALL_DIR>/include,<INSTALL_DIR>/lib
Hope that helps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160110/4e5206ad/attachment.html>
More information about the ParaView
mailing list