mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libxc'
|
|
version = '2.0.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."""
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['http://www.tddft.org/programs/octopus/down.php?file=libxc/']
|
|
|
|
toolchain = {'name': 'goolf', 'version': '1.4.10'}
|
|
toolchainopts = {'opt': True}
|
|
|
|
configopts = 'FC="$F77" FCFLAGS="$FFLAGS" FCCPP="/lib/cpp -ansi" --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'
|