easyconfigs-it4i/x/XCFun/XCFun-2.1.1-GCCcore-13.2.0.eb
Lukas Krupcik 7603c1f655 modified: m/mpi4pyscf/mpi4pyscf-0.3.1-foss-2021a-Python-3.9.5.eb
new file:   p/PySCF/PySCF-2.8.0-foss-2023b.eb
	new file:   x/XCFun/XCFun-2.1.1-GCCcore-13.2.0.eb
2025-04-02 12:25:28 +02:00

30 lines
700 B
Plaintext

# IT4Innovations
# PH 2025
easyblock = 'CMakeMake'
name = 'XCFun'
version = '2.1.1'
homepage = 'https://xcfun.readthedocs.io'
description = """Arbitrary order exchange-correlation functional library"""
toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
source_urls = ['https://github.com/dftlibs/xcfun/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['8b602df74c7be83d501532565deafd1b7881946d94789122f24c309a669298ab']
builddependencies = [
('binutils', '2.40'),
('CMake', '3.27.6')
]
modextravars = {'XCFun_DIR': '%(installdir)s/share/cmake/XCFun/'}
sanity_check_paths = {
'files': ['lib/libxcfun.%s' % SHLIB_EXT],
'dirs': ['include/XCFun']
}
moduleclass = 'chem'