mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: b/byacc/byacc-20170509.eb new file: c/CP2K/CP2K-5.1-intel-2017a.eb new file: g/GMP/GMP-5.0.5.eb new file: g/guile/guile-1.8.8.eb new file: l/Libint/Libint-1.1.6-intel-2017a.eb new file: l/libmatheval/libmatheval-1.1.11.eb new file: l/libtool/libtool-2.4.2.eb new file: l/libxc/libxc-2.2.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4.eb new file: p/PLUMED/PLUMED-2.3.0-intel-2017a.eb deleted: b/byacc/byacc-20160606.eb
28 lines
1012 B
Plaintext
28 lines
1012 B
Plaintext
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': '2017a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = ['release-%s.tar.gz' % '-'.join(version.split('.'))]
|
|
source_urls = ['https://github.com/evaleev/libint/archive/']
|
|
|
|
builddependencies = [('Autotools', '20150215')]
|
|
|
|
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'
|