easyconfigs-it4i/a/ADF/ADF-2016.101.eb
2017-03-09 11:57:40 +01:00

32 lines
872 B
Plaintext

easyblock = 'Tarball'
name = 'ADF'
version = '2016.101'
homepage = 'http://www.scm.com/ADF/'
description = """ADF is an accurate, parallelized, powerful computational chemistry program to understand and
predict chemical structure and reactivity with density functional theory (DFT)."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
sources = ['adf%(version)s.pc64_linux.intelmpi.tgz']
keepsymlinks = True
sanity_check_paths = {
'files': [],
'dirs': ['atomicdata', 'bin', 'examples'],
}
modextravars = {
'ADFHOME': '%(installdir)s',
'ADFBIN': '%(installdir)s/bin',
'ADFRESOURCES': '%(installdir)s/atomicdata',
}
modloadmsg = "These environment variables need to be defined before using ADF:\n"
modloadmsg += " * $SCMLICENSE: path to ADF license file\n"
modloadmsg += " * $SCM_TMPDIR: path to user scratch directory"
moduleclass = 'chem'