Skip to content

Commit

Permalink
Merge pull request easybuilders#21006 from lexming/20240714114451_new…
Browse files Browse the repository at this point in the history
…_pr_ESIpy20240709

{chem}[foss/2022a] ESIpy v20240709
  • Loading branch information
bedroge authored Jul 16, 2024
2 parents bb78854 + 0c6e89e commit 5b4bf8d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions easybuild/easyconfigs/e/ESIpy/ESIpy-20240709-foss-2022a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
easyblock = 'Tarball'

name = 'ESIpy'
version = '20240709'
_commit = '206f863'

homepage = 'https://github.com/jgrebol/ESIpy'
description = """Program aimed at the calculation of population analysis and aromaticity
indicators from different Hilbert space partitions."""

toolchain = {'name': 'foss', 'version': '2022a'}

sources = [
{
'source_urls': ['https://github.com/jgrebol/ESIpy/archive'],
'download_filename': '%s.tar.gz' % _commit,
'filename': SOURCE_TAR_GZ,
},
]
checksums = ['7f963f47558b26f545c8963b2191a78b5b2522347d78ee96f0462dccaa0b4f86']

dependencies = [
('Python', '3.10.4'),
('PySCF', '2.1.1'),
]

sanity_check_paths = {
'files': ['esi.py'],
'dirs': ['utils', 'examples'],
}

sanity_check_commands = [
"python -c 'import esi'",
]

modextrapaths = {
'PYTHONPATH': '',
}

moduleclass = 'chem'

0 comments on commit 5b4bf8d

Please sign in to comment.