new file: p/PBSPro/PBSPro-18.1.3.eb

This commit is contained in:
Lukáš Krupčík 2019-03-19 08:56:54 +01:00
parent 73f4bedcd7
commit 162567f25a

27
p/PBSPro/PBSPro-18.1.3.eb Normal file
View 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 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 = {'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'