mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
added_PragTic_0.1_eb
This commit is contained in:
parent
dbbd9ea21b
commit
4f3c1e1c3c
35
p/PragTic/PragTic-0.1.eb
Normal file
35
p/PragTic/PragTic-0.1.eb
Normal file
@ -0,0 +1,35 @@
|
||||
easyblock = 'CMakeMake'
|
||||
|
||||
name = 'PragTic'
|
||||
version = '0.1'
|
||||
|
||||
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'}
|
||||
|
||||
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),]
|
||||
|
||||
skipsteps = ['install']
|
||||
|
||||
srcdir= '%(installdir)s/src/permon_fatigue'
|
||||
|
||||
start_dir= '%(installdir)s'
|
||||
|
||||
buildininstalldir = True
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['src/permon_fatigue/playground/bin/pragtic.x','src/permon_fatigue/playground/bin/pragtic'],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
modextrapaths = {
|
||||
'PATH': ['src/permon_fatigue/playground/bin']
|
||||
}
|
||||
|
||||
moduleclass = 'phys'
|
Loading…
x
Reference in New Issue
Block a user