Skip to content

Commit 37ba129

Browse files
author
Samuel Moors
committed
adding easyconfigs: GeoDict-2026-2-1.SP1-gmpich-2026.02.eb, gmpich-2026.02.eb
1 parent e17fab9 commit 37ba129

2 files changed

Lines changed: 71 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
easyblock = 'Tarball'
2+
3+
name = 'GeoDict'
4+
_year = '2026'
5+
_ver = f'{_year}-2-1'
6+
_sp = '1'
7+
version = f'{_ver}.SP{_sp}'
8+
9+
homepage = 'https://www.math2market.com/geodict-software/geodict-applications.html'
10+
description = """
11+
The innovative and easy-to-use material simulator GeoDict is the most complete software
12+
solution for multi-scale 3D image processing, modeling of materials, visualization, material
13+
property characterization, simulation-based material development, and optimization of
14+
processes.
15+
"""
16+
17+
toolchain = {'name': 'gmpich', 'version': '2026.02'}
18+
19+
source_urls = [
20+
'https://www.gddownload.de/Releases'
21+
]
22+
sources = [
23+
f'%(name)s{_ver}-Linux-x86_64-ServicePack{_sp}.tar.gz',
24+
f'%(name)s{_ver}-Linux-x86_64-ServicePack{_sp}-Tools.tar.gz'
25+
]
26+
checksums = [
27+
{'GeoDict2026-2-1-Linux-x86_64-ServicePack1.tar.gz':
28+
'b9f428a046112d544f00de28682134108788db0d5b0abdda40d69206f7d4ce9e'},
29+
{'GeoDict2026-2-1-Linux-x86_64-ServicePack1-Tools.tar.gz':
30+
'852804c6cc3ff1bb72824e61ac0a1b0d99d7905b701b70267e0cb6c188e4d873'},
31+
]
32+
33+
# checksums = [
34+
# {'GeoDict2025-6-3-Linux-x86_64-ServicePack5.tar.gz':
35+
# '25da49fcba3ff1db43e525695b9e821e791302a02223dad9f0c56de2548040e1'},
36+
# {'GeoDict2025-6-3-Linux-x86_64-ServicePack5-Tools.tar.gz':
37+
# 'b5fb26496a8b0d465db396837ed6e31d841e13b17eaf515e38f5d63e533d70ca'},
38+
# ]
39+
40+
dependencies = [
41+
# ('X11', '20240607'),
42+
('X11', '20250521'),
43+
]
44+
45+
modextrapaths = {'PATH': '.'}
46+
47+
sanity_check_paths = {
48+
'files': [f'geodict{_year}'],
49+
'dirs': ['Python', 'Tools'],
50+
}
51+
52+
moduleclass = 'geo'
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
easyblock = 'Toolchain'
2+
3+
name = 'gmpich'
4+
version = '2026.02'
5+
6+
homepage = '(none)'
7+
description = """gcc and GFortran based compiler toolchain,
8+
including MPICH for MPI support."""
9+
10+
toolchain = SYSTEM
11+
12+
local_gccver = '14.2.0'
13+
14+
dependencies = [
15+
('GCC', local_gccver),
16+
('MPICH', '4.3.0', '', ('GCC', local_gccver)),
17+
]
18+
19+
moduleclass = 'toolchain'

0 commit comments

Comments
 (0)