Update PragTic-0.1.eb

This commit is contained in:
Lukáš Krupčík 2017-12-18 09:02:27 +01:00
parent 4f3c1e1c3c
commit 39426fd4c1

View File

@ -2,18 +2,19 @@ easyblock = 'CMakeMake'
name = 'PragTic'
version = '0.1'
versionsuffix = '-GCC-5.3.0-2.25'
homepage = 'http://permon.it4i.cz/pragtic'
description = """PragTic is a module for massively parallel runs of the PragTic library. Homepage: http://permon.it4i.cz/pragtic. Module created by Jiri Tomcala from the PERMON Team (http://permon.it4i.cz)"""
toolchain = {'name': 'dummy', 'version': 'dummy'}
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['http://permon.it4i.cz/pragtic/']
sources = ['PragTic-%(version)s.tar.gz']
builddependencies = [('CMake', '3.5.2', '', True)]
dependencies = [('MPICH', '3.2-GCC-5.3.0-2.25', '', True),]
dependencies = [('MPICH', '3.2', '-GCC-5.3.0-2.25', True),]
skipsteps = ['install']