-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21437 from WilleBell/20240918163750_new_pr_CREST302
{chem}[foss/2023a] CREST v3.0.2
- Loading branch information
Showing
2 changed files
with
47 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
easyblock = 'CMakeMake' | ||
|
||
name = 'CREST' | ||
version = '3.0.2' | ||
|
||
homepage = 'https://xtb-docs.readthedocs.io/en/latest/crest.html' | ||
description = """CREST is an utility/driver program for the xtb program. Originally it was designed | ||
as conformer sampling program, hence the abbreviation Conformer–Rotamer Ensemble Sampling Tool, | ||
but now offers also some utility functions for calculations with the GFNn–xTB methods. Generally | ||
the program functions as an IO based OMP scheduler (i.e., calculations are performed by the xtb | ||
program) and tool for the creation and analysation of structure ensembles. | ||
""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2023a'} | ||
toolchainopts = {'opt': True} | ||
|
||
sources = [{ | ||
'filename': SOURCE_TAR_GZ, | ||
'git_config': { | ||
'url': 'https://github.com/crest-lab', | ||
'repo_name': 'crest', | ||
'tag': 'v%s' % version, | ||
'recursive': True, | ||
}, | ||
}] | ||
checksums = [None] | ||
|
||
builddependencies = [('CMake', '3.26.3')] | ||
|
||
dependencies = [ | ||
('dftd4', '3.7.0'), | ||
('mctc-lib', '0.3.1'), | ||
('mstore', '0.3.0'), | ||
('multicharge', '0.3.0'), | ||
('xtb', '6.6.1'), | ||
] | ||
|
||
runtest = "test" | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/%(namelower)s'], | ||
'dirs': [], | ||
} | ||
|
||
sanity_check_commands = ["crest -h", "crest --cite"] | ||
|
||
moduleclass = 'chem' |
44 changes: 0 additions & 44 deletions
44
easybuild/easyconfigs/c/CREST/CREST-3.0pre-20240319-gfbf-2023a.eb
This file was deleted.
Oops, something went wrong.