Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{geo}[gmpich/2024.06] GeoDict v2024.SP5 #21932

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions easybuild/easyconfigs/g/GeoDict/GeoDict-2024.SP5-gmpich-2024.06.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
easyblock = 'Tarball'

name = 'GeoDict'
version = '2024.SP5'

homepage = 'https://www.math2market.com/geodict-software/geodict-applications.html'
description = """
The innovative and easy-to-use material simulator GeoDict is the most complete software
solution for multi-scale 3D image processing, modeling of materials, visualization, material
property characterization, simulation-based material development, and optimization of
processes.
"""

toolchain = {'name': 'gmpich', 'version': '2024.06'}

source_urls = [
'https://www.gddownload.de/Releases'
]
sources = [
'%(name)s2024-3-4-Linux-x86_64-ServicePack5.tar.gz',
'%(name)s2024-3-4-Linux-x86_64-ServicePack5-Tools.tar.gz'
]
checksums = [
{'GeoDict2024-3-4-Linux-x86_64-ServicePack5.tar.gz':
'049401063d892eac65696d7d1ed8d4b915c9a81bb13e325cc0657c60ce8aeb28'},
{'GeoDict2024-3-4-Linux-x86_64-ServicePack5-Tools.tar.gz':
'1b50fb840e8e78c225c748d73eaca60faedd822de33f20c716b1e98b15492eac'},
]

dependencies = [
('X11', '20230603'),
]

modextrapaths = {'PATH': '.'}

sanity_check_paths = {
'files': ['geodict2024'],
'dirs': ['Python', 'Tools'],
}

moduleclass = 'geo'
Loading