|
| 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' |
0 commit comments