easyconfigs-it4i/p/ParaView/ParaView-5.4.1-intel-2017a-mpi.eb
Lukáš Krupčík 860f201d90 modified: c/CGAL/CGAL-4.12-intel-2017a.eb
new file:   g/gompi/gompi-2017c.eb
	new file:   h/HDF5/HDF5-1.10.4-gompi-2017c.eb
	new file:   h/h5py/h5py-2.9.0-Py-3.6.eb
	new file:   l/libGLU/libGLU-9.0.0-GCC-6.3.0-2.27.eb
	new file:   l/libxml2/libxml2-2.9.9.eb
	new file:   l/libxslt/libxslt-1.1.33.eb
	modified:   l/libyaml/libyaml-0.1.7.eb
	new file:   l/libyaml/libyaml-0.2.1.eb
	new file:   l/lxml/lxml-4.3.0-Py-3.6.eb
	new file:   m/matplotlib/matplotlib-3.0.2-Py-3.6.eb
	new file:   m/mpi4py/mpi4py-3.0.1-Py-3.6.eb
	modified:   o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb
	modified:   o/OpenMPI/OpenMPI-2.1.1-GCC-6.3.0-2.27.eb
	modified:   p/ParaView/ParaView-5.4.1-intel-2017a-mpi.eb
	new file:   p/PyYAML/PyYAML-3.13-Py-3.6.eb
	modified:   q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27.eb
	deleted:    o/OpenFOAM/OpenFOAM-5.0-intel-2017a-uv.eb
	deleted:    p/ParaView/ParaView-5.4.1-foss-2017a-mpi-uv.eb
	deleted:    p/ParaView/ParaView-5.4.1-intel-2017a-mpi-uv.eb
2019-02-21 12:40:49 +01:00

58 lines
2.4 KiB
Plaintext

# IT4Innovations
easyblock = 'CMakeMake'
name = 'ParaView'
version = '5.4.1'
versionsuffix = '-mpi'
homepage = "http://www.paraview.org"
description = "ParaView is a scientific parallel visualizer."
toolchain = {'name': 'intel', 'version': '2017a'}
toolchainopts = {'pic': True, 'usempi': True}
download_suffix = 'download.php?submit=Download&version=v%(version_major_minor)s&type=source&os=all&downloadFile='
source_urls = [
'http://www.paraview.org/paraview-downloads/%s' %
download_suffix]
sources = ["ParaView-v%(version)s.tar.gz"]
patches = ['ParaView-5.4.1-Qt.patch']
dependencies = [
('X11', '20170314', '', True),
('Mesa', '18.1.3', '', ('GCC', '6.3.0-2.27')),
('libGLU', '9.0.0', '', ('GCC', '6.3.0-2.27')),
('Qt5', '5.11.1', '', ('GCC', '6.3.0-2.27')),
('zlib', '1.2.11', '', True),
('HDF5', '1.8.17'),
('Python', '2.7.13', '', True),
]
builddependencies = [('CMake', '3.9.1', '', True)]
separate_build_dir = True
configopts = '-DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON -DVTK_OPENGL_HAS_OSMESA=ON -DPARAVIEW_USE_MPI=ON '
configopts += '-DOPENGL_INCLUDE_DIR=$EBROOTMESA/include -DOPENGL_gl_LIBRARY=$EBROOTMESA/lib/libGL.%s ' % SHLIB_EXT
configopts += '-DOSMESA_INCLUDE_DIR=$EBROOTMESA/include -DOSMESA_LIBRARY=$EBROOTMESA/lib/libOSMesa.%s ' % SHLIB_EXT
configopts += '-DOPENGL_glu_LIBRARY=$EBROOTLIBGLU/lib/libGLU.%s ' % SHLIB_EXT
configopts += '-DVTK_USE_SYSTEM_HDF5=ON -DPARAVIEW_ENABLE_PYTHON=ON -DBUILD_SHARED_LIBS=ON -DVTK_RENDERING_BACKEND=OpenGL2 '
configopts += '-DPARAVIEW_QT_VERSION=5 '
# if you want to build server only Paraview, uncomment the following line:
# configopts += '-DVTK_USE_X=OFF '
# Without internet connection turn off testing (uncomment the following line)
configopts += '-DBUILD_TESTING=OFF '
# Or consult https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/data.md
# and download ExternalData to $EASYBUILD_SOURCEPATH and adjust -DExternalData_OBJECT_STORES accordingly
# Without internet connection, comment the following two lines (configopts and prebuildopts)
#configopts += '-DExternalData_OBJECT_STORES=%(builddir)s/ExternalData '
# The ParaView server can be cranky, test downloads are quite often failing, especially in the case
# of parallel downloads. Using ; insted of && gives a second chance to download the test files, if the
# first serial attempt would fail.
#prebuildopts = 'make VTKData ;'
moduleclass = 'vis'