easyconfigs-it4i/l/libxc/libxc-2.2.3-intel-2020a.eb
Lukáš Krupčík 2e868e151f new file: i/IOTK/IOTK-1.2.2-intel-2020a.eb
new file:   i/IOTK/IOTK-intel-2020a.patch
	new file:   l/libxc/libxc-2.2.3-intel-2020a.eb
	new file:   n/netCDF-Fortran/netCDF-Fortran-4.5.2-intel-2020a.eb
	new file:   y/Yambo/Yambo-4.5.2-intel-2020a.eb
2020-07-24 13:25:06 +02:00

35 lines
1.0 KiB
Plaintext

# JH 2020
easyblock = 'ConfigureMake'
name = 'libxc'
version = '2.2.3'
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': '2020a'}
toolchainopts = {'opt': True}
sources = [SOURCE_TAR_GZ]
source_urls = ['https://www.tddft.org/programs/libxc/down/%(version)s']
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'