easyconfigs-it4i/l/libxc/libxc-2.2.2-intel-2017a.eb
Easy Build 58411e55a1 modified: a/ABINIT/ABINIT-8.6.1-intel-2017a.eb
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
2017-11-09 13:12:29 +01:00

35 lines
1.0 KiB
Plaintext

# IT4Innovations 2017
easyblock = 'ConfigureMake'
name = 'libxc'
version = '2.2.2'
homepage = 'http://www.tddft.org/programs/octopus/wiki/index.php/Libxc'
description = """Libxc is a library of exchange-correlation functionals for density-functional theory.
The aim is to provide a portable, well tested and reliable set of exchange and correlation functionals."""
toolchain = {'name': 'intel', 'version': '2017a'}
toolchainopts = {'opt': True}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://www.tddft.org/programs/octopus/down.php?file=libxc']
configopts = 'FC="$F77" FCFLAGS="$FFLAGS" --enable-shared'
# From the libxc mailing list
# To summarize: expect less tests to fail in libxc 2.0.2, but don't expect
# a fully working testsuite soon (unless someone wants to volunteer to do
# it, of course ) In the meantime, unless the majority of the tests
# fail, your build should be fine.
#runtest = 'check'
sanity_check_paths = {
'files': ['lib/libxc.a', 'lib/libxc.%s' % SHLIB_EXT],
'dirs': ['include'],
}
parallel = 1
moduleclass = 'chem'