mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'MakeCp'
|
|
|
|
name = 'dftd3-lib'
|
|
version = '0.9.2'
|
|
|
|
homepage = 'https://github.com/dftbplus/dftd3-lib'
|
|
description = """This is a repackaged version of the DFTD3 program by S. Grimme and his coworkers.
|
|
The original program (V3.1 Rev 1) was downloaded at 2016-04-03. It has been
|
|
converted to free format and encapsulated into modules."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '10.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
github_account = 'dftbplus'
|
|
source_urls = [GITHUB_SOURCE]
|
|
sources = ['%(version)s.tar.gz']
|
|
patches = ['dftd3-lib-%(version)s_fix-extras-syntax.patch']
|
|
|
|
parallel = 1
|
|
|
|
buildopts = 'FC="$FC" FCFLAGS="$FCFLAGS" LNFLAGS="$LDFLAGS"'
|
|
|
|
files_to_copy = [
|
|
(['prg/dftd3', 'test/testapi'], 'bin'),
|
|
(['lib/libdftd3.a'], 'lib'),
|
|
(['lib/*.mod', 'prg/*.mod'], 'include'),
|
|
(['doc/man.pdf', 'CHANGELOG.rst', 'LICENSE', 'README.rst'], 'share'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/dftd3', 'bin/testapi', 'lib/libdftd3.a'],
|
|
'dirs': ['include', 'share'],
|
|
}
|
|
|
|
moduleclass = 'chem'
|