mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00
28 lines
891 B
Plaintext
28 lines
891 B
Plaintext
# 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'
|