mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
68be62c7ac
27
p/PBSPro/PBSPro-18.1.3.eb
Normal file
27
p/PBSPro/PBSPro-18.1.3.eb
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# IT4Innovations 2019
|
||||||
|
|
||||||
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
|
name = 'PBSPro'
|
||||||
|
version = "18.1.3"
|
||||||
|
|
||||||
|
homepage = 'https://github.com/PBSPro'
|
||||||
|
description = """PBS Professional® software optimizes job scheduling and workload management in high-performance computing (HPC) environments – clusters, clouds, and supercomputers – improving system efficiency and people’s productivity. Built by HPC people for HPC people, PBS Pro™ is fast, scalable, secure, and resilient, and supports all modern infrastructure, middleware, and applications."""
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
|
source_urls = ['https://github.com/PBSPro/pbspro/releases/download/v%(version)s/']
|
||||||
|
sources = ['pbspro-%(version)s.tar.gz']
|
||||||
|
|
||||||
|
builddependencies = [
|
||||||
|
('Autoconf', '2.69', '', True)
|
||||||
|
]
|
||||||
|
|
||||||
|
preconfigopts = './autogen.sh && '
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/git'],
|
||||||
|
'dirs': [],
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user