easyconfigs-it4i/l/Libint/Libint-1.1.6-intel-2017c.eb
Lukáš Krupčík 09d937e97a new file: c/CP2K/CP2K-6.1-intel-2017c.eb
modified:   f/FFTW/FFTW-3.3.8-intel-2017c.eb
	new file:   l/Libint/Libint-1.1.6-intel-2017c.eb
	modified:   l/libxc/libxc-4.3.4-intel-2017c.eb
	new file:   l/libxsmm/libxsmm-1.8.3-intel-2017c.eb
	modified:   p/PLUMED/PLUMED-2.4.2-intel-2017c.eb
2019-11-28 08:41:11 +01:00

37 lines
1.2 KiB
Plaintext

# IT4Innovations 2019
name = 'Libint'
version = '1.1.6'
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': 'intel', 'version': '2017c'}
toolchainopts = {'pic': True}
sources = ['release-%s.tar.gz' % '-'.join(version.split('.'))]
source_urls = ['https://github.com/evaleev/libint/archive/']
builddependencies = [
('Autotools', '20180311', '', True)
]
preconfigopts = "aclocal -I lib/autoconf && libtoolize && autoconf && "
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.%s' %
(x, y) for x in [
'deriv', 'int', 'r12'] for y in [
'a', SHLIB_EXT]], 'dirs': [], }
moduleclass = 'chem'