diff --git a/p/PBSPro/PBSPro-18.1.3.eb b/p/PBSPro/PBSPro-18.1.3.eb new file mode 100644 index 00000000..c33cb5b3 --- /dev/null +++ b/p/PBSPro/PBSPro-18.1.3.eb @@ -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'