mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 00:42:11 +01:00
new file: g/gh/gh-2.14.7.eb
modified: i/IMOD/IMOD-4.11.1-fosscuda-2020b.eb new file: v/vaspkit/vaspkit-1.3.5-foss-2022a.eb
This commit is contained in:
parent
59320c6d81
commit
f146dbdb02
24
g/gh/gh-2.14.7.eb
Normal file
24
g/gh/gh-2.14.7.eb
Normal file
@ -0,0 +1,24 @@
|
||||
# IT4Innovations 2022
|
||||
# JK
|
||||
|
||||
easyblock = 'GoPackage'
|
||||
|
||||
name = 'gh'
|
||||
version = '2.14.7'
|
||||
|
||||
homepage = 'https://github.com/cli/cli'
|
||||
description = """gh is GitHub on the command line."""
|
||||
|
||||
toolchain = SYSTEM
|
||||
|
||||
source_urls = ['https://github.com/cli/cli/archive']
|
||||
sources = ['v%(version)s.tar.gz']
|
||||
checksums = ['a1a048714d7c7b237ea05f1fb51b3f3f4cdf90a16c60fa46f1df2eb5d96ce28d']
|
||||
|
||||
builddependencies = [
|
||||
('Go', '1.18.1'),
|
||||
]
|
||||
|
||||
installopts = './cmd/%(namelower)s'
|
||||
|
||||
moduleclass = 'tools'
|
@ -1,3 +1,7 @@
|
||||
# IT4Innovations 2022
|
||||
# JK
|
||||
# Had to fix some arch-specifying files in the source code!
|
||||
|
||||
# Thomas Hoffmann, EMBL Heidelberg, structures-it@embl.de, 2021/04
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
|
30
v/vaspkit/vaspkit-1.3.5-foss-2022a.eb
Normal file
30
v/vaspkit/vaspkit-1.3.5-foss-2022a.eb
Normal file
@ -0,0 +1,30 @@
|
||||
# IT4Innovations 2022
|
||||
# JK
|
||||
|
||||
easyblock = 'Tarball'
|
||||
|
||||
name = 'vaspkit'
|
||||
version = '1.3.5'
|
||||
|
||||
homepage = 'https://vaspkit.com/'
|
||||
docurls = 'https://vaspkit.com/'
|
||||
description = """VASPKIT aims at providing a powerful and user-friendly interface to perform high
|
||||
throughput analysis of various material properties from the raw calculated data using the widely-used
|
||||
VASP code."""
|
||||
|
||||
toolchain = {'name': 'foss', 'version': '2022a'}
|
||||
|
||||
source_urls = [SOURCEFORGE_SOURCE]
|
||||
sources = ['%(namelower)s.%(version)s.linux.x64.tar.gz']
|
||||
patches = ['vaspkit-1.3.3-foss-2020b-fix-install.patch']
|
||||
|
||||
dependencies = [('matplotlib', '3.5.2')]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ["bin/vaspkit", "how_to_set_environment_variables"],
|
||||
'dirs': ["bin", "utilities", "examples"],
|
||||
}
|
||||
|
||||
modloadmsg = "Vaspkit configuration template is available at $EBROOTVASPKIT/how_to_set_environment_variables."
|
||||
|
||||
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user