mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
Merge branch 'it4i-karolina'
This commit is contained in:
commit
bf552fdb19
@ -1,7 +1,10 @@
|
||||
# IT4Innovations
|
||||
# LK 2025
|
||||
|
||||
easyblock = 'CMakeMake'
|
||||
|
||||
name = 'Visit'
|
||||
version = '2.13.3'
|
||||
version = '3.1.0'
|
||||
|
||||
homepage = 'https://github.com/visit-dav/visit'
|
||||
description = """
|
||||
@ -24,13 +27,13 @@ toolchain = {'name': 'foss', 'version': '2023a'}
|
||||
|
||||
source_urls = ['https://github.com/visit-dav/visit/releases/download/v%(version)s/']
|
||||
sources = ['%(namelower)s%(version)s.tar.gz']
|
||||
checksums = ['cf0b3d2e39e1cd102dd886d3ef6da892733445e362fc28f24d9682012cccf2e5']
|
||||
checksums = ['47912ae1807126d45e08bdefe01bd1be889098c5b5e45fa1ea6de2e6b07413f7']
|
||||
|
||||
builddependencies = [('CMake', '3.26.3')]
|
||||
dependencies = [
|
||||
('zlib', '1.2.13'),
|
||||
('Python', '3.11.3'),
|
||||
('Python-bundle-PyPI', '2023.06'),
|
||||
# ('Python', '3.11.3'),
|
||||
# ('Python-bundle-PyPI', '2023.06'),
|
||||
('SciPy-bundle', '2023.07'),
|
||||
('X11', '20230603'),
|
||||
('Mesa', '23.1.4'),
|
||||
@ -48,8 +51,8 @@ configopts += "-DVISIT_QWT_DIR=$EBROOTQWT "
|
||||
configopts += "-DVISIT_QT_VERSION=$EBVERSIONQT5 -DVISIT_QT_DIR=$EBROOTQT5 "
|
||||
configopts += "-DVISIT_OSMESA_DIR=$EBROOTMESA "
|
||||
configopts += "-DVISIT_MESAGL_DIR=$EBROOTLIBGLVND "
|
||||
configopts += "-DPYTHON_DIR=$EBROOTPYTHON "
|
||||
configopts += "-DVISIT_PYTHON_SKIP_INSTALL=ON "
|
||||
#configopts += "-DPYTHON_DIR=$EBROOTPYTHON "
|
||||
#configopts += "-DVISIT_PYTHON_SKIP_INSTALL=ON "
|
||||
configopts += "-DVISIT_PARALLEL=ON -DVISIT_MPI_COMPILER=$MPICC -DVISIT_MPI_COMPILER_CXX=$MPICXX "
|
||||
configopts += "-DOpenGL_GL_PREFERENCE=GLVND "
|
||||
|
Loading…
x
Reference in New Issue
Block a user