Skip to content

Commit

Permalink
Merge pull request easybuilders#21171 from smoors/20240813152922_new_…
Browse files Browse the repository at this point in the history
…pr_GDMA233_20230603

{chem}[GCC/12.3.0] GDMA v2.3.3_20230603
  • Loading branch information
verdurin authored Aug 15, 2024
2 parents 31e2f45 + fa3c247 commit 187ba72
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions easybuild/easyconfigs/g/GDMA/GDMA-2.3.3_20230603-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
easyblock = 'ConfigureMake'

name = 'GDMA'
version = '2.3.3_20230603'
_commit = '6b8e81ec'

homepage = 'https://gitlab.com/anthonyjs/gdma'
description = """
The GDMA program carries out Distributed Multipole Analysis of wavefunctions
calculated by the Gaussian system of programs or the Psi4 package, using the
formatted checkpoint files that they can produce. The result is a set of
multipole moments at sites defined by the user (usually at the positions of the
atomic nuclei) which, given an accurate wavefunction, provide an accurate
description of the electrostatic field of the molecule."""

toolchain = {'name': 'GCC', 'version': '12.3.0'}

sources = [{
'source_urls': ['https://gitlab.com/anthonyjs/gdma/-/archive/'],
'download_filename': '%s.tar.gz' % _commit,
'filename': SOURCE_TAR_GZ,
}]
checksums = ['cc008932ae8768e6cbd444337a998e02b2100c123492c260d6020590e76bec1e']

parallel = 1

skipsteps = ['configure']

# avoid using git to obtain the commit: not a cloned repo
prebuildopts = """sed -i "/^log =/,/^commit =/c commit = '%s'" src/version.py && """ % _commit

preinstallopts = 'mkdir -p %(installdir)s/bin && '
installopts = 'INSTALL_DIR=%(installdir)s/bin'

sanity_check_paths = {
'files': ['bin/gdma'],
'dirs': [],
}

sanity_check_commands = ['echo|gdma']

moduleclass = 'chem'

0 comments on commit 187ba72

Please sign in to comment.