mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: p/PBSPro/PBSPro-18.1.3.eb
This commit is contained in:
parent
73f4bedcd7
commit
162567f25a
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