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

new file: c/CP2K/CP2K-4.1-intel-2017a.eb new file: c/CP2K/CP2K-5.1-intel-2017a-dev.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test2.eb new file: l/Libint/Libint-1.1.6-GCC-6.3.0-2.27.eb new file: l/libsmm/libsmm-2015-11-10.eb new file: l/libxc/libxc-3.0.0-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-3.0.0-intel-2017a.eb modified: l/libxc/libxc-4.0.1-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-4.0.1.eb new file: l/libxc/libxc-4.0.2-GCC-6.3.0-2.27.eb new file: l/libxc/libxc-4.0.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb new file: o/opencv-python/opencv-python-3.3.0.10-Python-3.6.1.eb deleted: l/libxc/libxc-4.0.1-intel-2017a.eb
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
# IT4Innovations 2017
|
|
|
|
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': 'GCC', 'version': '6.3.0-2.27'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['https://www.cp2k.org/static/downloads/']
|
|
|
|
builddependencies = [('Autotools', '20150215')]
|
|
|
|
#preconfigopts = "aclocal -I lib/autoconf && libtoolize && autoconf && "
|
|
|
|
configopts = '--with-libint-max-am=5 --with-libderiv-max-am1=4 --with-cc="$CC $CFLAGS" --with-cc-optflags="$CFLAGS" --with-cxx-optflags="$CXXFLAGS"'
|
|
|
|
modextravars = {
|
|
'LIBINT_LDFLAGS':'-L\'%(installdir)s/lib\' -Wl,-rpath=\'%(installdir)s/lib\'',
|
|
'LIBINT_CFLAGS':'-I\'%(installdir)s/include\'',
|
|
'LIBINT_LIBS':'-lderiv -lint',
|
|
}
|
|
|
|
|
|
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'
|