easyconfigs-it4i/l/libxc/libxc-4.0.1.eb
Easy Build f7c3a2c02a modified: a/ABINIT/ABINIT-8.6.1-intel-2017a.eb
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
2017-11-16 08:47:22 +01:00

32 lines
1.0 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'libxc'
version = '4.0.1'
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': 'dummy', 'version': ''}
source_urls = ['http://www.tddft.org/programs/octopus/down.php?file=libxc/4.0.1/']
sources = ['libxc-4.0.1.tar.gz']
configopts = 'FC="$F77" FCFLAGS="$FFLAGS" --enable-shared --enable-fortran'
# 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%s.%s' % (x,y) for x in ['', 'f90'] for y in ['a', SHLIB_EXT]],
'dirs': ['include'],
}
parallel = 1
moduleclass = 'chem'