easyconfigs-it4i/p/PBSPro/PBSPro-18.1.3.eb
2019-11-06 13:27:39 +01:00

28 lines
865 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 peoples 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 = SYSTEM
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'