Skip to content

Commit b427aa4

Browse files
author
Samuel Moors
committed
use 2025.07 for gmpich version
1 parent 5ae6265 commit b427aa4

2 files changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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': '2025.07'}
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+
dependencies = [
34+
('X11', '20250521'),
35+
]
36+
37+
modextrapaths = {'PATH': ''}
38+
39+
sanity_check_paths = {
40+
'files': [f'geodict{_year}'],
41+
'dirs': ['Python', 'Tools'],
42+
}
43+
44+
moduleclass = 'geo'
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
easyblock = 'Toolchain'
2+
3+
name = 'gmpich'
4+
# version doesn’t make much sense, was chosen somewhat randomly, but at least the ordering is correct
5+
# from 2026.x onwards we match component release date
6+
version = '2025.07'
7+
8+
homepage = '(none)'
9+
description = """gcc and GFortran based compiler toolchain,
10+
including MPICH for MPI support."""
11+
12+
toolchain = SYSTEM
13+
14+
local_gccver = '14.2.0'
15+
16+
dependencies = [
17+
('GCC', local_gccver),
18+
('MPICH', '4.3.0', '', ('GCC', local_gccver)),
19+
]
20+
21+
moduleclass = 'toolchain'

0 commit comments

Comments
 (0)