Skip to content

Commit

Permalink
adding easyconfigs: GEOUNED-1.4.0-foss-2023b.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
Louwrensth committed Sep 30, 2024
1 parent d3e060b commit 3de1751
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions easybuild/easyconfigs/g/GEOUNED/GEOUNED-1.4.0-foss-2023b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
easyblock = 'PythonBundle'

name = 'GEOUNED'
version = '1.4.0'

homepage = 'https://github.com/GEOUNED-org'
description = """Conversion tool from CAD to CGS/CGS to CAD for Monte Carlo particle transport codes (OpenMC, Phits,
Serpent, MCNP)"""

toolchain = {'name': 'foss', 'version': '2023b'}

dependencies = [
('Python', '3.11.5'),
('SciPy-bundle', '2023.11'),
('tqdm', '4.66.2'),
('FreeCAD', '1.0rc2'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
(name, version, {
'preinstallopts': """sed -i 's/^dynamic = .*version.*/version = "%(version)s"/g' pyproject.toml && """,
'source_tmpl': '%(namelower)s-%(version)s.tar.gz',
'checksums': ['2756365293f75d368661a69f0fa60cfa96965e7d4c5f57a3e6a8ca20b04cacb9'],
}),
]

moduleclass = 'tools'

0 comments on commit 3de1751

Please sign in to comment.