easyconfigs-it4i/l/Libint/Libint-1.1.4-goolf-1.5.16.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

24 lines
950 B
Plaintext

name = 'Libint'
version = '1.1.4'
homepage = 'https://sourceforge.net/p/libint/'
description = """Libint library is used to evaluate the traditional (electron repulsion) and certain novel two-body
matrix elements (integrals) over Cartesian Gaussian functions used in modern atomic and molecular theory."""
toolchain = {'name': 'goolf', 'version': '1.5.16'}
toolchainopts = {'opt': True, 'optarch': True, 'pic': True}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ('http://sourceforge.net/projects/libint/files/v1-releases/', 'download')
configopts = "--enable-deriv --enable-r12"
sanity_check_paths = {
'files': ['include/lib%(x)s/lib%(x)s.h' % {'x': x} for x in ['deriv', 'int', 'r12']] +
['include/libint/hrr_header.h', 'include/libint/vrr_header.h'] +
['lib/lib%s.a' % x for x in ['deriv', 'int', 'r12']] +
['lib/lib%s.so' % x for x in ['deriv', 'int', 'r12']],
'dirs':[],
}
moduleclass = 'chem'