ParaView/Binaries: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
(Document versions of dependencies shipped with 5.4.0)
 
(57 intermediate revisions by 9 users not shown)
Line 1: Line 1:
=Preamble (read first)=
----
'''This page documents the compilers and versions of dependencies used for building the ParaView binaries distributed from the [http://www.paraview.org ParaView website]. This should not be the confused with minimum required versions or officially supported versions of the dependencies.'''
'''Starting with 5.1.2, we are simply referring to the ParaView Superbuild version used to build the binaries are the compilers and CMake flags used to build the binaries.'''
The versions used in these are can be found here:
[https://gitlab.kitware.com/paraview/paraview-superbuild/tags/v5.4.0 5.4.0]
[https://gitlab.kitware.com/paraview/paraview-superbuild/tags/v5.3.0-1 5.3.0]
[https://gitlab.kitware.com/paraview/paraview-superbuild/tags/v5.2.0 5.2.0]
----
= ParaView-5.4.0 =
Built against and ships with:
  - Qt5 5.8.0
  - mpich 3.2 (Linux only)
  - Mesa 17.1.1 (Linux only)
  - OSPRay 1.3.0
  - Python 2.7.3 (Windows); 2.7.11 (Linux)
  - numpy 1.8.1
= ParaView-5.1.2 =
ParaView binaries built using [https://gitlab.kitware.com/paraview/paraview-superbuild/tree/v5.1.2 ParaView Superbuild tag v5.1.2]. Compilers and CMake flags used for each of the platforms are as follows:
== Linux-x64 ==
Compiler: GCC 4.8.5 with libc 2.11.3-d
OS: Linux Debian Squeeze (6.0.10)
Significant CMake options:
    CMAKE_BUILD_TYPE:STRING=Release
    BUILD_SHARED_LIBS:BOOL=ON
    BUNDLE_PREBUILT_MESA_BINARIES:BOOL=ON
    DIY_SKIP_SVN:BOOL=ON
    ENABLE_acusolve:BOOL=ON
    ENABLE_boost:BOOL=ON
    ENABLE_cgns:BOOL=ON
    ENABLE_cosmotools:BOOL=ON
    ENABLE_ffmpeg:BOOL=ON
    ENABLE_manta:BOOL=ON
    ENABLE_matplotlib:BOOL=ON
    ENABLE_mesallvm:BOOL=ON
    ENABLE_mesaswravx2:BOOL=ON
    ENABLE_mesaswravx:BOOL=ON
    ENABLE_mpi:BOOL=ON
    ENABLE_netcdf:BOOL=ON
    ENABLE_numpy:BOOL=ON
    ENABLE_ospray:BOOL=ON
    ENABLE_paraview:BOOL=ON
    ENABLE_paraviewgettingstartedguide:BOOL=ON
    ENABLE_paraviewtutorial:BOOL=ON
    ENABLE_paraviewtutorialdata:BOOL=ON
    ENABLE_paraviewusersguide:BOOL=ON
    ENABLE_python:BOOL=ON
    ENABLE_qt4:BOOL=ON
    ENABLE_qt5:BOOL=OFF
    ENABLE_silo:BOOL=ON
    ENABLE_tbb:BOOL=ON
    ENABLE_visitbridge:BOOL=ON
    ENABLE_vistrails:BOOL=ON
    ENABLE_vortexfinder2:BOOL=ON
    ENABLE_vrpn:BOOL=ON
    ENABLE_xdmf3:BOOL=ON
    PARAVIEW_RENDERING_BACKEND:STRING=OpenGL2
    SUBPROJECT_BUILD_FLAGS:STRING=-j3
    USE_NONFREE_COMPONENTS:BOOL=ON
== Windows-x64 ==
  Compiler: MSVC 2013, 64 bit
  OS: Windows 7
  Significant CMake options:
    BUILD_SHARED_LIBS:BOOL=ON
    CMAKE_BUILD_TYPE:STRING=Release
    download_location:PATH=c:/bbd/superbuild-downloads
    ENABLE_acusolve:BOOL=ON
    ENABLE_boost:BOOL=ON
    ENABLE_cgns:BOOL=ON
    ENABLE_cosmotools:BOOL=OFF
    ENABLE_ffmpeg:BOOL=ON
    ENABLE_manta:BOOL=OFF
    ENABLE_matplotlib:BOOL=ON
    ENABLE_mpi:BOOL=ON
    ENABLE_netcdf:BOOL=ON
    ENABLE_numpy:BOOL=ON
    ENABLE_ospray:BOOL=ON
    ENABLE_paraview:BOOL=ON
    ENABLE_paraviewgettingstartedguide:BOOL=ON
    ENABLE_paraviewtutorial:BOOL=ON
    ENABLE_paraviewtutorialdata:BOOL=ON
    ENABLE_paraviewusersguide:BOOL=ON
    ENABLE_python:BOOL=ON
    ENABLE_qt4:BOOL=ON
    ENABLE_qt5:BOOL=OFF
    ENABLE_silo:BOOL=ON
    ENABLE_tbb:BOOL=ON
    ENABLE_visitbridge:BOOL=ON
    ENABLE_vistrails:BOOL=ON
    ENABLE_vortexfinder2:BOOL=OFF
    ENABLE_xdmf3:BOOL=ON
    PARAVIEW_RENDERING_BACKEND:STRING=OpenGL2
    USE_NONFREE_COMPONENTS:BOOL=ON
   
    # Using prebuilt Qt
    USE_SYSTEM_qt4:BOOL=ON
    PACKAGE_SYSTEM_QT:BOOL=ON
    QT_QMAKE_EXECUTABLE:FILEPATH=C:/Tools/qt-4.8.4/vs2013-x64/bin/qmake.exe
   
    # For MPI enabled binaries only Using installed Microsoft MPI SDK (6.0.12436.10)
    USE_SYSTEM_mpi:BOOL=ON
   
    # Other external tools
    7Z_EXE:FILEPATH=C:/Program Files/7-Zip/7z.exe
    FTJAM_EXECUTABLE:FILEPATH=C:/Tools/ftjam-2.5.2/jam.exe
== Windows-x32 ==
  Compiler: MSVC 2013, 32 bit
  OS: Windows 7
  Significant CMake options:
    BUILD_SHARED_LIBS:BOOL=ON
    CMAKE_BUILD_TYPE:STRING=Release
    ENABLE_acusolve:BOOL=ON
    ENABLE_boost:BOOL=ON
    ENABLE_cgns:BOOL=ON
    ENABLE_cosmotools:BOOL=OFF
    ENABLE_ffmpeg:BOOL=ON
    ENABLE_manta:BOOL=OFF
    ENABLE_matplotlib:BOOL=ON
    ENABLE_mpi:BOOL=OFF
    ENABLE_netcdf:BOOL=ON
    ENABLE_numpy:BOOL=ON
    ENABLE_ospray:BOOL=OFF
    ENABLE_paraview:BOOL=ON
    ENABLE_paraviewgettingstartedguide:BOOL=ON
    ENABLE_paraviewtutorial:BOOL=ON
    ENABLE_paraviewtutorialdata:BOOL=ON
    ENABLE_paraviewusersguide:BOOL=ON
    ENABLE_python:BOOL=ON
    ENABLE_qt4:BOOL=ON
    ENABLE_qt5:BOOL=OFF
    ENABLE_silo:BOOL=ON
    ENABLE_tbb:BOOL=ON
    ENABLE_visitbridge:BOOL=ON
    ENABLE_vistrails:BOOL=ON
    ENABLE_vortexfinder2:BOOL=OFF
    ENABLE_xdmf3:BOOL=ON
    PARAVIEW_RENDERING_BACKEND:STRING=OpenGL2
    USE_NONFREE_COMPONENTS:BOOL=ON
   
    # Using prebuilt Qt
    USE_SYSTEM_qt4:BOOL=ON
    PACKAGE_SYSTEM_QT:BOOL=ON
    QT_QMAKE_EXECUTABLE:FILEPATH=C:/Tools/qt-4.8.4/vs2013-x32/bin/qmake.exe
   
    # Other external tools
    7Z_EXE:FILEPATH=C:/Program Files/7-Zip/7z.exe
    FTJAM_EXECUTABLE:FILEPATH=C:/Tools/ftjam-2.5.2/jam.exe
== OsX (macOS) ==
  Compiler: Apple LLVM version 6.1.0 (clang-602.0.53)
  OS: OsX Yosemite 10.10.3
  Significant CMake options:
    BUILD_SHARED_LIBS:BOOL=ON
    CMAKE_BUILD_TYPE:STRING=Release
    CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.7
    CMAKE_OSX_SDK:STRING=macosx10.7
    CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
    ENABLE_acusolve:BOOL=OFF
    ENABLE_boost:BOOL=ON
    ENABLE_cgns:BOOL=ON
    ENABLE_cosmotools:BOOL=ON
    ENABLE_ffmpeg:BOOL=ON
    ENABLE_manta:BOOL=OFF
    ENABLE_matplotlib:BOOL=ON
    ENABLE_mpi:BOOL=ON
    ENABLE_netcdf:BOOL=ON
    ENABLE_numpy:BOOL=ON
    ENABLE_ospray:BOOL=ON
    ENABLE_paraview:BOOL=ON
    ENABLE_paraviewgettingstartedguide:BOOL=ON
    ENABLE_paraviewtutorial:BOOL=ON
    ENABLE_paraviewtutorialdata:BOOL=ON
    ENABLE_paraviewusersguide:BOOL=ON
    ENABLE_python:BOOL=ON
    ENABLE_qt4:BOOL=ON
    ENABLE_qt5:BOOL=OFF
    ENABLE_silo:BOOL=ON
    ENABLE_tbb:BOOL=ON
    ENABLE_visitbridge:BOOL=ON
    ENABLE_vistrails:BOOL=ON
    ENABLE_vortexfinder2:BOOL=ON
    ENABLE_xdmf3:BOOL=ON
    PARAVIEW_RENDERING_BACKEND:STRING=OpenGL2
    USE_NONFREE_COMPONENTS:BOOL=ON
    USE_SYSTEM_python:BOOL=ON
= ParaView-4.4 =
{| cellspacing="0" cellpadding="5" border="1"  align="center" style="text-align:center;"
|
|Linux 64 bit
|Windows 64 bit
|Windows 32 bit
|Mac OS X 64 bit
|-
| ParaView
| colspan="4" | GIT Tag v4.4.0
|-
| Compiler
| GCC 4.2.1 with libc 2.3.6
| Visual Studio 2008 x64 9.0.30729.1 SP
| Visual Studio 2008 x86 9.0.30729.1 SP
| 10.7 SDK under Xcode 4.3
|-
| Build Platform
| Debian GNU/Linux 4.0r9, amd64
| Windows 7 Ultimate, Service Pack 1, 64-bit
| Windows 7 Ultimate, Service Pack 1, 64-bit
| OSX 10.7.3 64-bit
|-
| zlib
| colspan="4" | v 1.2.7
|-
| libpng
| colspan="4" | v 1.4.8
|-
| freetype
| colspan="4" | v 2.4.8
|-
| fontconfig
| colspan="1" | v 2.8.0
| colspan="3" | -na-
|-
| szip
| colspan="4" | v 2.1
|-
| hdf5
| colspan="4" | v 1.8.13
|-
| silo
| colspan="4" | v 4.9.1
|-
| cgns
| colspan="4" | v 3.1.3-4
|-
| ffmpeg
| colspan="1" | v 2.3.3
| colspan="2" | -na-
| v 2.3.3
|-
| libxml2
| colspan="4" | v 2.7.8
|-
| Qt
| colspan="4" | v 4.8.6
|-
| Python
| colspan="1" | v 2.7.2
| colspan="2" | v 2.7.3
| v 2.7.1
|-
| NumPy
| colspan="5" | v 1.6.2
|-
| matplotlib
| colspan="5" | v 1.1.1
|-
|-
| Boost
| colspan="5" | v 1.56.0
|-
| MPI
| colspan="1" | MPICH2, v 1.4.1p1
| colspan="2" | OpenMPI, v 1.4.4
| MPICH2, v 1.4.1p1
|-
| Manta
| colspan="1" | r2439
| colspan="2" | -na-
| r2439
|-
|}
= ParaView-4.2 =
{| cellspacing="0" cellpadding="5" border="1"  align="center" style="text-align:center;"
|
|Linux 64 bit
|Windows 64 bit
|Windows 32 bit
|Mac OS X 64 bit
|-
| ParaView
| colspan="4" | GIT Tag v4.2.0
|-
| Compiler
| GCC 4.2.1 with libc 2.3.6
| Visual Studio 2008 x64 9.0.30729.1 SP
| Visual Studio 2008 x86 9.0.30729.1 SP
| 10.7 SDK under Xcode 4.3 (10.6 SDK for Snow Leopard binaries)
|-
| Build Platform
| Debian GNU/Linux 4.0r9, amd64
| Windows 7 Ultimate, Service Pack 1, 64-bit
| Windows 7 Ultimate, Service Pack 1, 64-bit
| OSX 10.7.3 64-bit
|-
| zlib
| colspan="4" | v 1.2.7
|-
| libpng
| colspan="4" | v 1.4.8
|-
| freetype
| colspan="4" | v 2.4.8
|-
| fontconfig
| colspan="1" | v 2.8.0
| colspan="3" | -na-
|-
| szip
| colspan="4" | v 2.1
|-
| hdf5
| colspan="4" | v 1.8.9
|-
| silo
| colspan="4" | v 4.9.1
|-
| cgns
| colspan="4" | v 3.1.3-4
|-
| ffmpeg
| colspan="1" | v 2.3.3
| colspan="2" | -na-
| v 2.3.3
|-
| libxml2
| colspan="4" | v 2.7.8
|-
| Qt
| colspan="4" | v 4.8.6
|-
| Python
| colspan="1" | v 2.7.2
| colspan="2" | v 2.7.3
| v 2.7.1 (v 2.6.7 for Snow Leopard binaries)
|-
| NumPy
| colspan="5" | v 1.6.2
|-
| matplotlib
| colspan="5" | v 1.1.1
|-
|-
| Boost
| colspan="5" | v 1.50.0
|-
| MPI
| colspan="1" | MPICH2, v 1.4.1p1
| colspan="2" | OpenMPI, v 1.4.4
| MPICH2, v 1.4.1p1
|-
| Manta
| colspan="1" | r2439
| colspan="2" | -na-
| r2439
|-
|}
= ParaView-4.0.* =
{| cellspacing="0" cellpadding="5" border="1"  align="center" style="text-align:center;"
|
|Linux 64 bit
|Linux 32 bit
|Windows 64 bit
|Windows 32 bit
|Mac OS X 64 bit
|-
| ParaView
| colspan="5" | GIT Tag v4.0.0
|-
| Compiler
| GCC 4.2.1 with libc 2.3.6 and GCC 4.6.3 with libc 2.15
| GCC 4.2.1, libc 2.3.6
| Visual Studio 2008 x64 9.0.30729.1 SP
| Visual Studio 2008 x86 9.0.30729.1 SP
| 10.6 SDK under Xcode 4.3
|-
| Build Platform
| Debian GNU/Linux 4.0r9, amd64
| Debian GNU/Linux 4.0r9, i686
| Windows 7 Ultimate, Service Pack 1, 64-bit
| Windows 7 Ultimate, Service Pack 1, 64-bit
| OSX 10.7.3 64-bit
|-
| zlib
| colspan="5" | v 1.2.7
|-
| libpng
| colspan="5" | v 1.4.8
|-
| freetype
| colspan="5" | v 2.4.8
|-
| fontconfig
| colspan="2" | v 2.8.0
| colspan="3" | -na-
|-
| szip
| colspan="5" | v 2.1
|-
| hdf5
| colspan="5" | v 1.8.9
|-
| silo
| colspan="5" | v 4.8
|-
| cgns
| colspan="5" | v 3.1.3-4
|-
| ffmpeg
| colspan="2" | v 0.6.5
| colspan="2" | -na-
| v 0.6.5
|-
| libxml2
| colspan="5" | v 2.7.8
|-
| Qt
| colspan="5" | v 4.8.2
|-
| Python
| colspan="2" | v 2.7.2
| colspan="2" | v 2.7.3
| v 2.7.2
|-
| NumPy
| colspan="5" | v 1.6.2
|-
| matplotlib
| colspan="5" | v 1.1.1
|-
|-
| Boost
| colspan="5" | v 1.50.0
|-
| MPI
| colspan="2" | MPICH2, v 1.4.1p1
| colspan="2" | OpenMPI, v 1.4.4
| MPICH2, v 1.4.1p1
|-
| Manta
| colspan="2" | r2439
| colspan="2" | -na-
| r2439
|-
|}
= ParaView-3.98 =
{| cellspacing="0" cellpadding="5" border="1"  align="center" style="text-align:center;"
|
|Linux 64 bit
|Linux 32 bit
|Windows 64 bit
|Windows 32 bit
|Mac OS X 64 bit
|-
| ParaView
| colspan="5" | GIT Tag v3.98.0
|-
| Compiler
| GCC 4.2.1 with libc 2.3.6 and GCC 4.6.3 with libc 2.15
| GCC 4.2.1, libc 2.3.6
| Visual Studio 2008 x64 9.0.30729.1 SP
| Visual Studio 2008 x86 9.0.30729.1 SP
| 10.6 SDK under Xcode 4.3
|-
| Build Platform
| Debian GNU/Linux 4.0r9, amd64
| Debian GNU/Linux 4.0r9, i686
| Windows XP Professional, Service Pack 2, 64-bit
| Windows XP Professional, Service Pack 2, 64-bit
| OSX 10.7.3 64-bit
|-
| zlib
| colspan="5" | v 1.2.7
|-
| libpng
| colspan="5" | v 1.4.8
|-
| freetype
| colspan="5" | v 2.4.8
|-
| fontconfig
| colspan="2" | v 2.8.0
| colspan="3" | -na-
|-
| szip
| colspan="5" | v 2.1
|-
| hdf5
| colspan="5" | v 1.8.9
|-
| silo
| colspan="5" | v 4.8
|-
| cgns
| colspan="5" | v 3.1.3-4
|-
| ffmpeg
| colspan="2" | v 0.6.5
| colspan="2" | -na-
| v 0.6.5
|-
| libxml2
| colspan="5" | v 2.7.8
|-
| Qt
| colspan="5" | v 4.8.2
|-
| Python
| colspan="2" | v 2.7.2
| colspan="2" | v 2.7.3
| v 2.7.2
|-
| NumPy
| colspan="5" | v 1.6.2
|-
| matplotlib
| colspan="5" | v 1.1.1
|-
|-
| Boost
| colspan="5" | v 1.50.0
|-
| MPI
| colspan="2" | MPICH2, v 1.4.1p1
| colspan="2" | OpenMPI, v 1.6.2
| MPICH2, v 1.4.1p1
|-
| Manta
| colspan="2" | r2439
| colspan="2" | -na-
| r2439
|-
|}
= ParaView-3.14.* =
{| cellspacing="0" cellpadding="5" border="1"  align="center" style="text-align:center;"
|
|Linux 64 bit
|Linux 32 bit
|Windows 64 bit
|Windows 32 bit
|Mac OS X 64 bit
|-
| ParaView
| colspan="5" | GIT Tag v3.14.0 (v3.14.1)
|-
| Compiler
| colspan="2" | GCC 4.2.1, libc 2.3.6
| Visual Studio 2008 x64 9.0.30729.1 SP
| Visual Studio 2008 x86 9.0.30729.1 SP
| 10.5 SDK under Xcode 3.2.3
|-
| Build Platform
| Debian GNU/Linux 4.0r9, amd64
| Debian GNU/Linux 4.0r9, i686
| Windows 7 Ultimate 64-bit
| Windows 7 Ultimate 64-bit
| OSX 10.6.8 64-bit
|-
| zlib
| colspan="5" | v 1.2.5
|-
| libpng
| colspan="2" | v 1.4.8
| colspan="3" | v 1.5.7
|-
| freetype
| colspan="5" | v 2.4.8
|-
| fontconfig
| colspan="2" | v 2.8.0
| colspan="3" | -na-
|-
| szip
| colspan="5" | v 2.1
|-
| hdf5
| colspan="5" | v 1.8.8
|-
| silo
| colspan="5" | v 4.8
|-
| cgns
| colspan="5" | v 2.5-5
|-
| ffmpeg
| colspan="2" | v 0.6.5
| colspan="2" | -na-
| v 0.6.5
|-
| libxml2
| colspan="5" | v 2.7.8
|-
| Qt
| colspan="5" | v 4.6.4
|-
| Python
| colspan="5" | v 2.7.2
|-
| NumPy
| colspan="5" | v 1.6.1
|-
| Boost
| colspan="5" | v 1.45.0
|-
| MPI
| colspan="2" | MPICH2, v 1.4.1p1
| colspan="2" | OpenMPI, v 1.4.4
| -na-
|-
| Manta
| colspan="2" | r2439
| colspan="2" | -na-
| r2439
|-
|}
= ParaView-3.12.0 =
With the release of ParaView 3.12.0, a new folder named <tt>SuperBuild</tt> provides a very efficient way of building one's own replica of the released builds. Nonetheless, this page will not go into detail on how to use the <tt>SuperBuild</tt>.
For manually retrieving the versions, and using as an example Paraview 3.12.0:
# The folder can be browsed online here: [https://github.com/Kitware/ParaView/tree/v3.12.0/SuperBuild <tt>SuperBuild</tt> folder for the tag v3.12.0]
# On the file <tt>PackageVersions.cmake</tt> are defined all of the versions '''and''' respective URL used by this release: [https://github.com/Kitware/ParaView/blob/v3.12.0/SuperBuild/PackageVersions.cmake <tt>PackageVersions.cmake</tt> for the tag v3.12.0]
# From that file, one can retrieve the following versions (list might be incomplete):
#* ParaView 3.12
#* Python 2.7.2
#* SIP 4.13.0
#* PyQt 4.8.6
#* NumPy 1.6.1
#* PyPi distribute 0.6.19
#* yt 2.2-pv
#* Matplotlib 1.1.0
#* Cython 0.15.1
#* h5py 1.3.1
#* BLAS (latest?)
#* BOOST 1.45.0
#* LAPACK 3.3.1
#* CLAPACK 3.2.1 (used instead of LAPACK)
#* FFMPEG 0.6.1
#* MANTA (dedicated source for ParaView): revision 2478 on Windows (excluded from build list); revision 2439 on all others
#* Open-MPI 1.4.3 (default on Windows)
#* MPICH2 1.4.1p1 (default on non-Apple and non-Windows)
#* Qt 4.6.3
#* CGNS 2.5.5
#* SILO 4.8.0
#* HDF5 1.8.7
#* SZIP 2.1
#* ZLib 1.2.5
#* PNG 1.5.5
#* VRPN: 4.4 on Windows (dedicated source for ParaView); 07.29 on all others (see the file for more specific information, starting line 198)
#* Freetype 2.4.6
#* Vistrails 2.0
# The heuristics for the codes listed above are defined in <tt>CMakeLists.txt</tt>: [https://github.com/Kitware/ParaView/blob/v3.12.0/SuperBuild/CMakeLists.txt <tt>CMakeLists.txt</tt> for the tag v3.12.0]
= ParaView-3.10.0 =
**ParaView-3.10.0-Linux-i686.tar.gz
** Built on Debian Etch 4.0.9
** GCC 4.2.3
** libc 2.6.26.1
** python 2.7.1
** ffmpeg: 0.6.1
** Qt 4.6.3 open source version
*ParaView-3.10.0-Linux-x86_64.tar.gz
** Built on Debian Etch 4.0.9
** GCC 4.1.2
** libc  2.3.6
** python 2.7.1
** ffmpeg: 0.6.1
** Qt 4.6.3 open source version
*ParaView-3.10.0-Win32-x86.exe
** Built on Windows 7 x64
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.7.1
** Qt 4.6.3 open source version
** Open-MPI 1.4.3 x64
*ParaView-3.8.1-Win64-x86.exe
** Built on Windows 7 x64
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.7.1
** Qt 4.6.3 open source version
** Open-MPI 1.4.3 x86
*ParaView-3.10.0-Darwin-x86_64.dmg
** Built on Mac OS X 10.6.6
** Cocoa
** gcc 4.2.1
** python 2.5
** ffmpeg: 0.6.1
** Qt 4.6.3 open source version
= ParaView-3.8.1 =
*ParaView-3.8.1-Linux-i686.tar.gz
** Built on Debian Etch 4.0.8
** GCC 4.2.3
** libc 2.6.26.1
** python 2.5.4
** ffmpeg: built from source available in http://vtk.org/get-software.php#addons
** Qt 4.6.2 open source version
*ParaView-3.8.1-Linux-x86_64.tar.gz
** Built on Debian Etch 4.0.8
** GCC 4.1.2
** libc  2.3.6
** python 2.5.4
** ffmpeg: built from source available in http://vtk.org/get-software.php#addons
** Qt 4.6.2 open source version
*ParaView-3.8.1-Win32-x86.exe
** Built on Windows Vista x64 SP2
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.6.3
** Qt 4.6.2 open source version
*ParaView-3.8.1-Win64-x86.exe
** Built on Windows Vista x64 SP2
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.6.3
** Qt 4.6.2 open source version
*ParaView-3.8.1-Darwin-Universal.dmg
** Built on Mac OS X 10.6.4
** Carbon
** gcc 4.0.1
** python 2.3
** ffmpeg: built from source, svn revision 6375
** Qt 4.6.2 open source version
*ParaViewServers-3.8.1-Darwin-Universal.tar.gz
** Built on Mac OS X 10.6.4
** gcc 4.0.1
** python 2.3
** ffmpeg: built from source, svn revision 6375
** Qt 4.6.2 open source version
*ParaView-3.8.1-Darwin-x86_64.dmg
** Built on Mac OS X 10.6.4
** Cocoa
** gcc 4.2.1
** python 2.5
** ffmpeg: built from source, svn revision 22990
** Qt 4.6.2 open source version
*ParaViewServers-3.8.1-Darwin-x86_64.tar.gz
** Built on Mac OS X 10.6.4
** gcc 4.2.1
** python 2.5
** ffmpeg: built from source, svn revision 22990
** Qt 4.6.2 open source version
= ParaView-3.8.0 =
*ParaView-3.8.0-Linux-i686.tar.gz
** Built on Debian Etch 4.0.8
** GCC 4.2.3
** libc 2.6.26.1
** python 2.5.4
** ffmpeg: built from source available in http://vtk.org/get-software.php#addons
** Qt 4.6.2 open source version
*ParaView-3.8.0-Linux-x86_64.tar.gz
** Built on Debian Etch 4.0.8
** GCC 4.1.2
** libc  2.3.6
** python 2.5.4
** ffmpeg: built from source available in http://vtk.org/get-software.php#addons
** Qt 4.6.2 open source version
*ParaView-3.8.0-Win32-x86.exe
** Built on Windows Vista x64 SP2
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.6.3
** Qt 4.6.2 open source version
*ParaView-3.8.0-Win64-x86.exe
** Built on Windows Vista x64 SP2
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.6.3
** Qt 4.6.2 open source version
*ParaView-3.8.0-Darwin-Universal.dmg
** Built on Mac OS X 10.6.3
** Carbon
** gcc 4.0.1
** python 2.3
** ffmpeg: built from source, svn revision 6375
** Qt 4.6.2 open source version
*ParaViewServers-3.8.0-Darwin-Universal.tar.gz
** Built on Mac OS X 10.6.3
** gcc 4.0.1
** python 2.3
** ffmpeg: built from source, svn revision 6375
** Qt 4.6.2 open source version
*ParaView-3.8.0-Darwin-x86_64.dmg
** Built on Mac OS X 10.6.3
** Cocoa
** gcc 4.2.1
** python 2.5
** ffmpeg: built from source, svn revision 22990
** Qt 4.6.2 open source version
*ParaViewServers-3.8.0-Darwin-x86_64.tar.gz
** Built on Mac OS X 10.6.3
** gcc 4.2.1
** python 2.5
** ffmpeg: built from source, svn revision 22990
** Qt 4.6.2 open source version
= ParaView-3.6.2 =
*paraview-3.6.2-Linux32-x86.tar.gz
** Built on Debian Etch 4.0.8
** GCC 4.2.3
** libc 2.6.26.1
** python 2.5.4
** ffmpeg: built from source available in http://vtk.org/get-software.php#addons
** Qt 4.3.5 open source version
*paraview-3.6.2-Linux64-x86.tar.gz
** Built on Debian Etch 4.0.8
** GCC 4.1.2
** libc  2.3.6
** python 2.5.4
** ffmpeg: built from source available in http://vtk.org/get-software.php#addons
** Qt 4.3.5 open source version
*paraview-3.6.2-win32-x86.exe
** Built on Windows Vista x64 SP2
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.5.4
** Qt 4.3.5 open source version
*paraview-3.6.2-win64-x86.exe
** Built on Windows Vista x64 SP2
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.5.4
** Qt 4.3.5 open source version
*paraview.app-3.6.2-universal.dmg
** Built on Mac OS X 10.4.11 (intel)
** Xcode 2.4.1, gcc 4.0.1
** python 2.3
** ffmpeg: built from source, svn revision 6375, configured using  --enable-shared --disable-mmx --disable-vhook
** Qt 4.3.5 open source version
*paraview.cl-3.6.2-universal.tar.gz
** Built on Mac OS X 10.4.11 (intel)
** Xcode 2.4.1, gcc 4.0.1
** python 2.3
** ffmpeg: built from source, svn revision 6375, configured using  --enable-shared --disable-mmx --disable-vhook
= ParaView-3.6.1 =
= ParaView-3.6.1 =
*paraview-3.6.1-Linux32-x86.tar.gz
*paraview-3.6.1-Linux32-x86.tar.gz
** Built on Debian Lenny 5.0.1
** GCC 4.3.2
** libc 2.6.26.1
** python 2.5
** ffmpeg: built from source available in http://vtk.org/get-software.php#addons
** Qt 4.3.5 open source version
*paraview-3.6.1-Linux64-x86.tar.gz
*paraview-3.6.1-Linux64-x86.tar.gz
** Built on Debian Lenny 5.0.1
** GCC 4.3.2
** libc  2.6.26-1-amd64
** python 2.5.2
** ffmpeg: built from source available in http://vtk.org/get-software.php#addons
** Qt 4.3.5 open source version
*paraview-3.6.1-win32-x86.exe
*paraview-3.6.1-win32-x86.exe
** Built on Windows Vista x64 SP2
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.5.4
** Qt 4.3.5 open source version
*paraview-3.6.1-win64-x86.exe
*paraview-3.6.1-win64-x86.exe
** Built on Windows Vista x64 SP2
** Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
** python 2.5.4
** Qt 4.3.5 open source version
*paraview.app-3.6.1-Tiger-ppc.dmg
*paraview.app-3.6.1-Tiger-ppc.dmg
*paraview.app-3.6.1-Tiger-x86.dmg
*paraview.app-3.6.1-Tiger-x86.dmg
** Built on Mac OS X 10.4.11 (intel)
** Xcode 2.4.1, gcc 4.0.1
** python 2.3
** ffmpeg: built from source, svn revision 6375, configured using  --enable-shared --disable-mmx --disable-vhook
** Qt 4.3.5 open source version
*paraview.cl-3.6.1-Tiger-ppc.tar.gz
*paraview.cl-3.6.1-Tiger-ppc.tar.gz
*paraview.cl-3.6.1-Tiger-x86.tar.gz
*paraview.cl-3.6.1-Tiger-x86.tar.gz
** Built on Mac OS X 10.4.11 (intel)
** Xcode 2.4.1, gcc 4.0.1
** python 2.3
** ffmpeg: built from source, svn revision 6375, configured using  --enable-shared --disable-mmx --disable-vhook


= ParaView-3.4.0 =
= ParaView-3.4.0 =

Latest revision as of 18:55, 13 July 2017

Preamble (read first)


This page documents the compilers and versions of dependencies used for building the ParaView binaries distributed from the ParaView website. This should not be the confused with minimum required versions or officially supported versions of the dependencies.

Starting with 5.1.2, we are simply referring to the ParaView Superbuild version used to build the binaries are the compilers and CMake flags used to build the binaries.

The versions used in these are can be found here:

5.4.0 5.3.0 5.2.0


ParaView-5.4.0

Built against and ships with:

 - Qt5 5.8.0
 - mpich 3.2 (Linux only)
 - Mesa 17.1.1 (Linux only)
 - OSPRay 1.3.0
 - Python 2.7.3 (Windows); 2.7.11 (Linux)
 - numpy 1.8.1

ParaView-5.1.2

ParaView binaries built using ParaView Superbuild tag v5.1.2. Compilers and CMake flags used for each of the platforms are as follows:

Linux-x64

Compiler: GCC 4.8.5 with libc 2.11.3-d
OS: Linux Debian Squeeze (6.0.10)
Significant CMake options:
   CMAKE_BUILD_TYPE:STRING=Release
   BUILD_SHARED_LIBS:BOOL=ON
   BUNDLE_PREBUILT_MESA_BINARIES:BOOL=ON
   DIY_SKIP_SVN:BOOL=ON
   ENABLE_acusolve:BOOL=ON
   ENABLE_boost:BOOL=ON
   ENABLE_cgns:BOOL=ON
   ENABLE_cosmotools:BOOL=ON
   ENABLE_ffmpeg:BOOL=ON
   ENABLE_manta:BOOL=ON
   ENABLE_matplotlib:BOOL=ON
   ENABLE_mesallvm:BOOL=ON
   ENABLE_mesaswravx2:BOOL=ON
   ENABLE_mesaswravx:BOOL=ON
   ENABLE_mpi:BOOL=ON
   ENABLE_netcdf:BOOL=ON
   ENABLE_numpy:BOOL=ON
   ENABLE_ospray:BOOL=ON
   ENABLE_paraview:BOOL=ON
   ENABLE_paraviewgettingstartedguide:BOOL=ON
   ENABLE_paraviewtutorial:BOOL=ON
   ENABLE_paraviewtutorialdata:BOOL=ON
   ENABLE_paraviewusersguide:BOOL=ON
   ENABLE_python:BOOL=ON
   ENABLE_qt4:BOOL=ON
   ENABLE_qt5:BOOL=OFF
   ENABLE_silo:BOOL=ON
   ENABLE_tbb:BOOL=ON
   ENABLE_visitbridge:BOOL=ON
   ENABLE_vistrails:BOOL=ON
   ENABLE_vortexfinder2:BOOL=ON
   ENABLE_vrpn:BOOL=ON
   ENABLE_xdmf3:BOOL=ON
   PARAVIEW_RENDERING_BACKEND:STRING=OpenGL2
   SUBPROJECT_BUILD_FLAGS:STRING=-j3
   USE_NONFREE_COMPONENTS:BOOL=ON

Windows-x64

 Compiler: MSVC 2013, 64 bit
 OS: Windows 7
 Significant CMake options:
   BUILD_SHARED_LIBS:BOOL=ON
   CMAKE_BUILD_TYPE:STRING=Release
   download_location:PATH=c:/bbd/superbuild-downloads
   ENABLE_acusolve:BOOL=ON
   ENABLE_boost:BOOL=ON
   ENABLE_cgns:BOOL=ON
   ENABLE_cosmotools:BOOL=OFF
   ENABLE_ffmpeg:BOOL=ON
   ENABLE_manta:BOOL=OFF
   ENABLE_matplotlib:BOOL=ON
   ENABLE_mpi:BOOL=ON
   ENABLE_netcdf:BOOL=ON
   ENABLE_numpy:BOOL=ON
   ENABLE_ospray:BOOL=ON
   ENABLE_paraview:BOOL=ON
   ENABLE_paraviewgettingstartedguide:BOOL=ON
   ENABLE_paraviewtutorial:BOOL=ON
   ENABLE_paraviewtutorialdata:BOOL=ON
   ENABLE_paraviewusersguide:BOOL=ON
   ENABLE_python:BOOL=ON
   ENABLE_qt4:BOOL=ON
   ENABLE_qt5:BOOL=OFF
   ENABLE_silo:BOOL=ON
   ENABLE_tbb:BOOL=ON
   ENABLE_visitbridge:BOOL=ON
   ENABLE_vistrails:BOOL=ON
   ENABLE_vortexfinder2:BOOL=OFF
   ENABLE_xdmf3:BOOL=ON
   PARAVIEW_RENDERING_BACKEND:STRING=OpenGL2
   USE_NONFREE_COMPONENTS:BOOL=ON
   
   # Using prebuilt Qt
   USE_SYSTEM_qt4:BOOL=ON
   PACKAGE_SYSTEM_QT:BOOL=ON
   QT_QMAKE_EXECUTABLE:FILEPATH=C:/Tools/qt-4.8.4/vs2013-x64/bin/qmake.exe
   
   # For MPI enabled binaries only Using installed Microsoft MPI SDK (6.0.12436.10)
   USE_SYSTEM_mpi:BOOL=ON
   
   # Other external tools
   7Z_EXE:FILEPATH=C:/Program Files/7-Zip/7z.exe
   FTJAM_EXECUTABLE:FILEPATH=C:/Tools/ftjam-2.5.2/jam.exe

Windows-x32

 Compiler: MSVC 2013, 32 bit
 OS: Windows 7
 Significant CMake options:
   BUILD_SHARED_LIBS:BOOL=ON
   CMAKE_BUILD_TYPE:STRING=Release
   ENABLE_acusolve:BOOL=ON
   ENABLE_boost:BOOL=ON
   ENABLE_cgns:BOOL=ON
   ENABLE_cosmotools:BOOL=OFF
   ENABLE_ffmpeg:BOOL=ON
   ENABLE_manta:BOOL=OFF
   ENABLE_matplotlib:BOOL=ON
   ENABLE_mpi:BOOL=OFF
   ENABLE_netcdf:BOOL=ON
   ENABLE_numpy:BOOL=ON
   ENABLE_ospray:BOOL=OFF
   ENABLE_paraview:BOOL=ON
   ENABLE_paraviewgettingstartedguide:BOOL=ON
   ENABLE_paraviewtutorial:BOOL=ON
   ENABLE_paraviewtutorialdata:BOOL=ON
   ENABLE_paraviewusersguide:BOOL=ON
   ENABLE_python:BOOL=ON
   ENABLE_qt4:BOOL=ON
   ENABLE_qt5:BOOL=OFF
   ENABLE_silo:BOOL=ON
   ENABLE_tbb:BOOL=ON
   ENABLE_visitbridge:BOOL=ON
   ENABLE_vistrails:BOOL=ON
   ENABLE_vortexfinder2:BOOL=OFF
   ENABLE_xdmf3:BOOL=ON
   PARAVIEW_RENDERING_BACKEND:STRING=OpenGL2
   USE_NONFREE_COMPONENTS:BOOL=ON
   
   # Using prebuilt Qt
   USE_SYSTEM_qt4:BOOL=ON
   PACKAGE_SYSTEM_QT:BOOL=ON
   QT_QMAKE_EXECUTABLE:FILEPATH=C:/Tools/qt-4.8.4/vs2013-x32/bin/qmake.exe
   
   # Other external tools
   7Z_EXE:FILEPATH=C:/Program Files/7-Zip/7z.exe
   FTJAM_EXECUTABLE:FILEPATH=C:/Tools/ftjam-2.5.2/jam.exe

OsX (macOS)

 Compiler: Apple LLVM version 6.1.0 (clang-602.0.53)
 OS: OsX Yosemite 10.10.3 
 Significant CMake options:
   BUILD_SHARED_LIBS:BOOL=ON
   CMAKE_BUILD_TYPE:STRING=Release
   CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.7
   CMAKE_OSX_SDK:STRING=macosx10.7
   CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
   ENABLE_acusolve:BOOL=OFF
   ENABLE_boost:BOOL=ON
   ENABLE_cgns:BOOL=ON
   ENABLE_cosmotools:BOOL=ON
   ENABLE_ffmpeg:BOOL=ON
   ENABLE_manta:BOOL=OFF
   ENABLE_matplotlib:BOOL=ON
   ENABLE_mpi:BOOL=ON
   ENABLE_netcdf:BOOL=ON
   ENABLE_numpy:BOOL=ON
   ENABLE_ospray:BOOL=ON
   ENABLE_paraview:BOOL=ON
   ENABLE_paraviewgettingstartedguide:BOOL=ON
   ENABLE_paraviewtutorial:BOOL=ON
   ENABLE_paraviewtutorialdata:BOOL=ON
   ENABLE_paraviewusersguide:BOOL=ON
   ENABLE_python:BOOL=ON
   ENABLE_qt4:BOOL=ON
   ENABLE_qt5:BOOL=OFF
   ENABLE_silo:BOOL=ON
   ENABLE_tbb:BOOL=ON
   ENABLE_visitbridge:BOOL=ON
   ENABLE_vistrails:BOOL=ON
   ENABLE_vortexfinder2:BOOL=ON
   ENABLE_xdmf3:BOOL=ON
   PARAVIEW_RENDERING_BACKEND:STRING=OpenGL2
   USE_NONFREE_COMPONENTS:BOOL=ON
   USE_SYSTEM_python:BOOL=ON

ParaView-4.4

Linux 64 bit Windows 64 bit Windows 32 bit Mac OS X 64 bit
ParaView GIT Tag v4.4.0
Compiler GCC 4.2.1 with libc 2.3.6 Visual Studio 2008 x64 9.0.30729.1 SP Visual Studio 2008 x86 9.0.30729.1 SP 10.7 SDK under Xcode 4.3
Build Platform Debian GNU/Linux 4.0r9, amd64 Windows 7 Ultimate, Service Pack 1, 64-bit Windows 7 Ultimate, Service Pack 1, 64-bit OSX 10.7.3 64-bit
zlib v 1.2.7
libpng v 1.4.8
freetype v 2.4.8
fontconfig v 2.8.0 -na-
szip v 2.1
hdf5 v 1.8.13
silo v 4.9.1
cgns v 3.1.3-4
ffmpeg v 2.3.3 -na- v 2.3.3
libxml2 v 2.7.8
Qt v 4.8.6
Python v 2.7.2 v 2.7.3 v 2.7.1
NumPy v 1.6.2
matplotlib v 1.1.1
Boost v 1.56.0
MPI MPICH2, v 1.4.1p1 OpenMPI, v 1.4.4 MPICH2, v 1.4.1p1
Manta r2439 -na- r2439

ParaView-4.2

Linux 64 bit Windows 64 bit Windows 32 bit Mac OS X 64 bit
ParaView GIT Tag v4.2.0
Compiler GCC 4.2.1 with libc 2.3.6 Visual Studio 2008 x64 9.0.30729.1 SP Visual Studio 2008 x86 9.0.30729.1 SP 10.7 SDK under Xcode 4.3 (10.6 SDK for Snow Leopard binaries)
Build Platform Debian GNU/Linux 4.0r9, amd64 Windows 7 Ultimate, Service Pack 1, 64-bit Windows 7 Ultimate, Service Pack 1, 64-bit OSX 10.7.3 64-bit
zlib v 1.2.7
libpng v 1.4.8
freetype v 2.4.8
fontconfig v 2.8.0 -na-
szip v 2.1
hdf5 v 1.8.9
silo v 4.9.1
cgns v 3.1.3-4
ffmpeg v 2.3.3 -na- v 2.3.3
libxml2 v 2.7.8
Qt v 4.8.6
Python v 2.7.2 v 2.7.3 v 2.7.1 (v 2.6.7 for Snow Leopard binaries)
NumPy v 1.6.2
matplotlib v 1.1.1
Boost v 1.50.0
MPI MPICH2, v 1.4.1p1 OpenMPI, v 1.4.4 MPICH2, v 1.4.1p1
Manta r2439 -na- r2439

ParaView-4.0.*

Linux 64 bit Linux 32 bit Windows 64 bit Windows 32 bit Mac OS X 64 bit
ParaView GIT Tag v4.0.0
Compiler GCC 4.2.1 with libc 2.3.6 and GCC 4.6.3 with libc 2.15 GCC 4.2.1, libc 2.3.6 Visual Studio 2008 x64 9.0.30729.1 SP Visual Studio 2008 x86 9.0.30729.1 SP 10.6 SDK under Xcode 4.3
Build Platform Debian GNU/Linux 4.0r9, amd64 Debian GNU/Linux 4.0r9, i686 Windows 7 Ultimate, Service Pack 1, 64-bit Windows 7 Ultimate, Service Pack 1, 64-bit OSX 10.7.3 64-bit
zlib v 1.2.7
libpng v 1.4.8
freetype v 2.4.8
fontconfig v 2.8.0 -na-
szip v 2.1
hdf5 v 1.8.9
silo v 4.8
cgns v 3.1.3-4
ffmpeg v 0.6.5 -na- v 0.6.5
libxml2 v 2.7.8
Qt v 4.8.2
Python v 2.7.2 v 2.7.3 v 2.7.2
NumPy v 1.6.2
matplotlib v 1.1.1
Boost v 1.50.0
MPI MPICH2, v 1.4.1p1 OpenMPI, v 1.4.4 MPICH2, v 1.4.1p1
Manta r2439 -na- r2439

ParaView-3.98

Linux 64 bit Linux 32 bit Windows 64 bit Windows 32 bit Mac OS X 64 bit
ParaView GIT Tag v3.98.0
Compiler GCC 4.2.1 with libc 2.3.6 and GCC 4.6.3 with libc 2.15 GCC 4.2.1, libc 2.3.6 Visual Studio 2008 x64 9.0.30729.1 SP Visual Studio 2008 x86 9.0.30729.1 SP 10.6 SDK under Xcode 4.3
Build Platform Debian GNU/Linux 4.0r9, amd64 Debian GNU/Linux 4.0r9, i686 Windows XP Professional, Service Pack 2, 64-bit Windows XP Professional, Service Pack 2, 64-bit OSX 10.7.3 64-bit
zlib v 1.2.7
libpng v 1.4.8
freetype v 2.4.8
fontconfig v 2.8.0 -na-
szip v 2.1
hdf5 v 1.8.9
silo v 4.8
cgns v 3.1.3-4
ffmpeg v 0.6.5 -na- v 0.6.5
libxml2 v 2.7.8
Qt v 4.8.2
Python v 2.7.2 v 2.7.3 v 2.7.2
NumPy v 1.6.2
matplotlib v 1.1.1
Boost v 1.50.0
MPI MPICH2, v 1.4.1p1 OpenMPI, v 1.6.2 MPICH2, v 1.4.1p1
Manta r2439 -na- r2439

ParaView-3.14.*

Linux 64 bit Linux 32 bit Windows 64 bit Windows 32 bit Mac OS X 64 bit
ParaView GIT Tag v3.14.0 (v3.14.1)
Compiler GCC 4.2.1, libc 2.3.6 Visual Studio 2008 x64 9.0.30729.1 SP Visual Studio 2008 x86 9.0.30729.1 SP 10.5 SDK under Xcode 3.2.3
Build Platform Debian GNU/Linux 4.0r9, amd64 Debian GNU/Linux 4.0r9, i686 Windows 7 Ultimate 64-bit Windows 7 Ultimate 64-bit OSX 10.6.8 64-bit
zlib v 1.2.5
libpng v 1.4.8 v 1.5.7
freetype v 2.4.8
fontconfig v 2.8.0 -na-
szip v 2.1
hdf5 v 1.8.8
silo v 4.8
cgns v 2.5-5
ffmpeg v 0.6.5 -na- v 0.6.5
libxml2 v 2.7.8
Qt v 4.6.4
Python v 2.7.2
NumPy v 1.6.1
Boost v 1.45.0
MPI MPICH2, v 1.4.1p1 OpenMPI, v 1.4.4 -na-
Manta r2439 -na- r2439

ParaView-3.12.0

With the release of ParaView 3.12.0, a new folder named SuperBuild provides a very efficient way of building one's own replica of the released builds. Nonetheless, this page will not go into detail on how to use the SuperBuild.

For manually retrieving the versions, and using as an example Paraview 3.12.0:

  1. The folder can be browsed online here: SuperBuild folder for the tag v3.12.0
  2. On the file PackageVersions.cmake are defined all of the versions and respective URL used by this release: PackageVersions.cmake for the tag v3.12.0
  3. From that file, one can retrieve the following versions (list might be incomplete):
    • ParaView 3.12
    • Python 2.7.2
    • SIP 4.13.0
    • PyQt 4.8.6
    • NumPy 1.6.1
    • PyPi distribute 0.6.19
    • yt 2.2-pv
    • Matplotlib 1.1.0
    • Cython 0.15.1
    • h5py 1.3.1
    • BLAS (latest?)
    • BOOST 1.45.0
    • LAPACK 3.3.1
    • CLAPACK 3.2.1 (used instead of LAPACK)
    • FFMPEG 0.6.1
    • MANTA (dedicated source for ParaView): revision 2478 on Windows (excluded from build list); revision 2439 on all others
    • Open-MPI 1.4.3 (default on Windows)
    • MPICH2 1.4.1p1 (default on non-Apple and non-Windows)
    • Qt 4.6.3
    • CGNS 2.5.5
    • SILO 4.8.0
    • HDF5 1.8.7
    • SZIP 2.1
    • ZLib 1.2.5
    • PNG 1.5.5
    • VRPN: 4.4 on Windows (dedicated source for ParaView); 07.29 on all others (see the file for more specific information, starting line 198)
    • Freetype 2.4.6
    • Vistrails 2.0
  4. The heuristics for the codes listed above are defined in CMakeLists.txt: CMakeLists.txt for the tag v3.12.0

ParaView-3.10.0

    • ParaView-3.10.0-Linux-i686.tar.gz
    • Built on Debian Etch 4.0.9
    • GCC 4.2.3
    • libc 2.6.26.1
    • python 2.7.1
    • ffmpeg: 0.6.1
    • Qt 4.6.3 open source version
  • ParaView-3.10.0-Linux-x86_64.tar.gz
    • Built on Debian Etch 4.0.9
    • GCC 4.1.2
    • libc 2.3.6
    • python 2.7.1
    • ffmpeg: 0.6.1
    • Qt 4.6.3 open source version
  • ParaView-3.10.0-Win32-x86.exe
    • Built on Windows 7 x64
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.7.1
    • Qt 4.6.3 open source version
    • Open-MPI 1.4.3 x64
  • ParaView-3.8.1-Win64-x86.exe
    • Built on Windows 7 x64
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.7.1
    • Qt 4.6.3 open source version
    • Open-MPI 1.4.3 x86
  • ParaView-3.10.0-Darwin-x86_64.dmg
    • Built on Mac OS X 10.6.6
    • Cocoa
    • gcc 4.2.1
    • python 2.5
    • ffmpeg: 0.6.1
    • Qt 4.6.3 open source version

ParaView-3.8.1

  • ParaView-3.8.1-Linux-i686.tar.gz
  • ParaView-3.8.1-Linux-x86_64.tar.gz
  • ParaView-3.8.1-Win32-x86.exe
    • Built on Windows Vista x64 SP2
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.6.3
    • Qt 4.6.2 open source version
  • ParaView-3.8.1-Win64-x86.exe
    • Built on Windows Vista x64 SP2
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.6.3
    • Qt 4.6.2 open source version
  • ParaView-3.8.1-Darwin-Universal.dmg
    • Built on Mac OS X 10.6.4
    • Carbon
    • gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375
    • Qt 4.6.2 open source version
  • ParaViewServers-3.8.1-Darwin-Universal.tar.gz
    • Built on Mac OS X 10.6.4
    • gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375
    • Qt 4.6.2 open source version
  • ParaView-3.8.1-Darwin-x86_64.dmg
    • Built on Mac OS X 10.6.4
    • Cocoa
    • gcc 4.2.1
    • python 2.5
    • ffmpeg: built from source, svn revision 22990
    • Qt 4.6.2 open source version
  • ParaViewServers-3.8.1-Darwin-x86_64.tar.gz
    • Built on Mac OS X 10.6.4
    • gcc 4.2.1
    • python 2.5
    • ffmpeg: built from source, svn revision 22990
    • Qt 4.6.2 open source version

ParaView-3.8.0

  • ParaView-3.8.0-Linux-i686.tar.gz
  • ParaView-3.8.0-Linux-x86_64.tar.gz
  • ParaView-3.8.0-Win32-x86.exe
    • Built on Windows Vista x64 SP2
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.6.3
    • Qt 4.6.2 open source version
  • ParaView-3.8.0-Win64-x86.exe
    • Built on Windows Vista x64 SP2
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.6.3
    • Qt 4.6.2 open source version
  • ParaView-3.8.0-Darwin-Universal.dmg
    • Built on Mac OS X 10.6.3
    • Carbon
    • gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375
    • Qt 4.6.2 open source version
  • ParaViewServers-3.8.0-Darwin-Universal.tar.gz
    • Built on Mac OS X 10.6.3
    • gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375
    • Qt 4.6.2 open source version
  • ParaView-3.8.0-Darwin-x86_64.dmg
    • Built on Mac OS X 10.6.3
    • Cocoa
    • gcc 4.2.1
    • python 2.5
    • ffmpeg: built from source, svn revision 22990
    • Qt 4.6.2 open source version
  • ParaViewServers-3.8.0-Darwin-x86_64.tar.gz
    • Built on Mac OS X 10.6.3
    • gcc 4.2.1
    • python 2.5
    • ffmpeg: built from source, svn revision 22990
    • Qt 4.6.2 open source version

ParaView-3.6.2

  • paraview-3.6.2-Linux32-x86.tar.gz
  • paraview-3.6.2-Linux64-x86.tar.gz
  • paraview-3.6.2-win32-x86.exe
    • Built on Windows Vista x64 SP2
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.5.4
    • Qt 4.3.5 open source version
  • paraview-3.6.2-win64-x86.exe
    • Built on Windows Vista x64 SP2
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.5.4
    • Qt 4.3.5 open source version
  • paraview.app-3.6.2-universal.dmg
    • Built on Mac OS X 10.4.11 (intel)
    • Xcode 2.4.1, gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375, configured using --enable-shared --disable-mmx --disable-vhook
    • Qt 4.3.5 open source version
  • paraview.cl-3.6.2-universal.tar.gz
    • Built on Mac OS X 10.4.11 (intel)
    • Xcode 2.4.1, gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375, configured using --enable-shared --disable-mmx --disable-vhook

ParaView-3.6.1

  • paraview-3.6.1-Linux32-x86.tar.gz
  • paraview-3.6.1-Linux64-x86.tar.gz
  • paraview-3.6.1-win32-x86.exe
    • Built on Windows Vista x64 SP2
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.5.4
    • Qt 4.3.5 open source version
  • paraview-3.6.1-win64-x86.exe
    • Built on Windows Vista x64 SP2
    • Microsoft Visual Studio 2008 Professional Edition 9.0.30729.1 SP
    • python 2.5.4
    • Qt 4.3.5 open source version
  • paraview.app-3.6.1-Tiger-ppc.dmg
  • paraview.app-3.6.1-Tiger-x86.dmg
    • Built on Mac OS X 10.4.11 (intel)
    • Xcode 2.4.1, gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375, configured using --enable-shared --disable-mmx --disable-vhook
    • Qt 4.3.5 open source version
  • paraview.cl-3.6.1-Tiger-ppc.tar.gz
  • paraview.cl-3.6.1-Tiger-x86.tar.gz
    • Built on Mac OS X 10.4.11 (intel)
    • Xcode 2.4.1, gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375, configured using --enable-shared --disable-mmx --disable-vhook

ParaView-3.4.0

  • paraview-3.4.0-Linux32-x86.tar.gz:
  • paraview-3.4.0-Linux64-x86.tar.gz
  • paraview-3.4.0-win32-x86.exe
    • Built on Windows XP Professional Version 2002 (Service Pack 3)
    • Microsoft Visual Studio 2005 Professional Edition 8.0.50727.762
    • python 2.5.2
    • Qt 4.3.5 open source version
  • paraview-3.4.0-win64-x86.exe
    • Built on Windows XP Professional x64 Edition Version 2003 (Service Pack 1)
    • Microsoft Visual Studio 2008 Professional Edition 9.0.21022.8 RTM
    • python 2.5.2 (64 bit)
    • Qt 4.3.5 open source version
  • paraview.app-3.4.0-Leopard-x86.dmg
    • Built on Mac OS X 10.5.5 (intel)
    • Xcode 3.0, gcc 4.0.1
    • python 2.5
    • ffmpeg: built from source, svn revision 6375, configured using --enable-shared --disable-mmx --disable-vhook
    • Qt 4.3.5 open source version
  • paraview.app-3.4.0-Tiger-x86.dmg
    • Built on Mac OS X 10.4.11 (intel)
    • Xcode 2.4.1, gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375, configured using --enable-shared --disable-mmx --disable-vhook
    • Qt 4.3.5 open source version
  • paraview.cl-3.4.0-Leopard-x86.tar.gz
    • Built on Mac OS X 10.5.5 (intel)
    • Xcode 3.0, gcc 4.0.1
    • python 2.5
    • ffmpeg: built from source, svn revision 6375, configured using --enable-shared --disable-mmx --disable-vhook
    • OpenMPI 1.2.3
  • paraview.cl-3.4.0-Tiger-x86.tar.gz
    • Built on Mac OS X 10.4.11 (intel)
    • Xcode 2.4.1, gcc 4.0.1
    • python 2.3
    • ffmpeg: built from source, svn revision 6375, configured using --enable-shared --disable-mmx --disable-vhook