-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix dftd4 name, add multicharge and remove TOML-Fortran
- Loading branch information
Showing
3 changed files
with
41 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
easybuild/easyconfigs/m/multicharge/multicharge-0.3.0-gfbf-2023a.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Author: J. Sassmannshausen (Imperial College London/UK) | ||
|
||
easyblock = 'CMakeNinja' | ||
|
||
name = 'multicharge' | ||
version = '0.3.0' | ||
|
||
homepage = 'https://github.com/grimme-lab/multicharge' | ||
description = """Electronegativity equilibration model for atomic partial charges.""" | ||
|
||
toolchain = {'name': 'gfbf', 'version': '2023a'} | ||
|
||
github_account = 'grimme-lab' | ||
source_urls = [GITHUB_SOURCE] | ||
sources = ['v%(version)s.tar.gz'] | ||
|
||
builddependencies = [ | ||
('CMake', '3.26.3'), | ||
('Ninja', '1.11.1'), | ||
('binutils', '2.40'), | ||
] | ||
|
||
dependencies = [ | ||
('mctc-lib', '0.3.1'), | ||
('mstore', '0.3.0'), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/multicharge', 'lib/libmulticharge.a'], | ||
'dirs': ['include/%(name)s', 'lib/cmake', 'lib/pkgconfig'], | ||
} | ||
|
||
sanity_check_commands = ["multicharge --help"] | ||
|
||
# run suite of tests with ctest | ||
runtest = True | ||
|
||
moduleclass = 'chem' |
24 changes: 0 additions & 24 deletions
24
easybuild/easyconfigs/t/TOML-Fortran/TOML-Fortran-0.4.2-GCC-12.3.0.eb
This file was deleted.
Oops, something went wrong.