mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00

new file: p/PySCF/PySCF-2.8.0-foss-2023b.eb new file: x/XCFun/XCFun-2.1.1-GCCcore-13.2.0.eb
30 lines
700 B
Plaintext
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' |