Skip to content
Snippets Groups Projects
Commit 8732d430 authored by Jens Henrik Göbbert's avatar Jens Henrik Göbbert
Browse files

fix for merge

parent 2515ff4a
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ ATK
Autoconf
Automake
Bison
Blosc
CUSP
Coreutils
CubeWriter
......@@ -237,6 +238,7 @@ rkcommon
scrollkeeper
snappy
spdlog
SZ
texinfo
uglifyjs
util-linux
......@@ -259,4 +261,5 @@ xprop
xproto
xtrans
yuicompressor
zfp
zlib
......@@ -5,8 +5,7 @@ version = '5.10.0'
versionsuffix = '-EGL'
homepage = "http://www.paraview.org"
description = """Paraview is a scientific parallel visualizer.
"""
description = "Paraview is a scientific parallel visualizer."
toolchain = {'name': 'gpsmkl', 'version': '2021b'}
toolchainopts = {'pic': True, 'usempi': True}
......@@ -232,9 +231,8 @@ configopts += '-DPARAVIEW_BUILD_VTK_TESTING=WANT '
# --- external data --- #
# https://cmake.org/cmake/help/latest/module/ExternalData.html
# https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/data.md
configopts += '-DCTEST_TEST_TIMEOUT=10800 '
configopts += '-DExternalData_TIMEOUT_INACTIVITY=10 ' # download inactivity, 0 = no timeout
configopts += '-DExternalData_TIMEOUT_ABSOLUTE=60 ' # download abs. time, 0 = no timeout
# configopts += '-DExternalData_TIMEOUT_INACTIVITY=10 ' # download inactivity, 0 = no timeout
# configopts += '-DExternalData_TIMEOUT_ABSOLUTE=60 ' # download abs. time, 0 = no timeout
configopts += '-DPARAVIEW_DATA_EXCLUDE_FROM_ALL=ON ' # Exclude test data download from default 'all' target.
# Local directory holding ExternalData objects in the layout %(algo)/%(hash).
configopts += '-DPARAVIEW_DATA_STORE=${EBROOTPARAVIEWDATA}/.ExternalData '
......
......@@ -4,8 +4,7 @@ name = 'ParaView'
version = '5.10.0'
homepage = "http://www.paraview.org"
description = """Paraview is a scientific parallel visualizer.
"""
description = "Paraview is a scientific parallel visualizer."
toolchain = {'name': 'gpsmkl', 'version': '2021b'}
toolchainopts = {'pic': True, 'usempi': True}
......
......@@ -4,7 +4,7 @@ name = 'ParaViewData'
version = '5.10.0'
homepage = 'https://www.paraview.org'
description = """Testdata for ParaView"""
description = "Testdata for ParaView"
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
......
easyblock = 'CMakeMake'
name = 'ParaViewPlugin-Nek5000'
version = '1.0'
# versionsuffix = ''
version = '20201117'
homepage = "http://www.paraview.org"
description = """Plugin for ParaView. Paraview is a scientific parallel visualizer.
"""
description = "Plugin for ParaView. Paraview is a scientific parallel visualizer."
toolchain = {'name': 'gpsmkl', 'version': '2021b'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/jfavre/ParaViewNek5000Plugin/archive/refs/heads/']
sources = ['master.tar.gz']
checksums = [('sha256', '4273dd90c858a6440a72d9c1ad054e76f336446138c895148a797b486603afbd')]
source_urls = ['https://github.com/jfavre/ParaViewNek5000Plugin/archive/']
sources = ['74b8b63abaa7f61ef9556a3e178010324e3858f5.tar.gz']
checksums = [('sha256', 'a42ce28a3c5c27d900b3b9d13b501d2b5ed896ae8e112eec2c61f9663f725450')]
builddependencies = [
('CMake', '3.21.1', '', SYSTEM),
......@@ -27,4 +25,9 @@ separate_build_dir = True
modextrapaths = {'PV_PLUGIN_PATH': '.'}
sanity_check_paths = {
'files': ['include/vtkNek5000Reader.h', 'lib/paraview-5.10/plugins/pvNek5000Reader/libNek5000Reader.so'],
'dirs': ['include', 'lib', 'lib/paraview-5.10/plugins/pvNek5000Reader']
}
moduleclass = 'vis'
......@@ -4,7 +4,7 @@ name = 'VTKData'
version = '9.1.0'
homepage = 'https://vtk.org'
description = """Testdata for VTK"""
description = "Testdata for VTK"
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment