mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
Merge branch 'add_PragTic_0.1_eb' into 'master'
added_PragTic_0.1_eb See merge request sccs/easyconfigs-it4i!23
This commit is contained in:
commit
bcd00b428d
36
p/PragTic/PragTic-0.1.eb
Normal file
36
p/PragTic/PragTic-0.1.eb
Normal file
@ -0,0 +1,36 @@
|
||||
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': ''}
|
||||
|
||||
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