easyconfigs-it4i/p/PSI/PSI-4.0b4-ictce-5.3.0-mt.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

34 lines
1007 B
Plaintext

name = 'PSI'
version = '4.0b4'
versionsuffix = '-mt'
homepage = 'http://www.psicode.org/'
description = """PSI4 is an open-source suite of ab initio quantum chemistry programs designed for
efficient, high-accuracy simulations of a variety of molecular properties. We can routinely perform
local_computations with more than 2500 basis functions running serially or in parallel."""
toolchain = {'name': 'ictce', 'version': '5.3.0'}
# not using MPI results in a build relying on multithreaded BLAS solely
toolchainopts = {'usempi': False}
source_urls = ['http://download.sourceforge.net/psicode/']
sources = ['%(namelower)s%(version)s.tar.gz']
patches = [
'PSI-4.0b4-mpi.patch',
'PSI-4.0b4-thread-pool.patch',
# workaround for broken python-config due to full path to bin/python being
# used
'PSI-%(version)s_python-config.patch',
]
python = 'Python'
pyver = '2.7.3'
dependencies = [
(python, pyver),
('Boost', '1.53.0', '-%s-%s' % (python, pyver)),
]
moduleclass = 'chem'