mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
41 lines
890 B
Plaintext
41 lines
890 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = "MIKE"
|
|
version = '2017'
|
|
|
|
homepage = 'http://www.mikepoweredbydhi.com'
|
|
description = """
|
|
MIKE Powered by DHI is a part of DHI, the global organisation dedicated to
|
|
solving challenges in water environments worldwide."""
|
|
|
|
# empty version to ensure that dependencies are loaded
|
|
toolchain = SYSTEM
|
|
|
|
skipsteps = [
|
|
'source',
|
|
'patch',
|
|
'prepare',
|
|
'configure',
|
|
'build',
|
|
'test',
|
|
'sanitycheck']
|
|
|
|
sanity_check_paths = {
|
|
'files': [''],
|
|
'dirs': ['%(installdir)s/bin']
|
|
}
|
|
|
|
dependencies = [('intel', '2017.00')]
|
|
|
|
modextrapaths = {"PATH": 'bin',
|
|
"LD_LIBRARY_PATH": 'bin',
|
|
"C_INCLUDE_PATH": 'include',
|
|
"CPLUS_INCLUDE_PATH": 'include'
|
|
}
|
|
|
|
modextravars = {'MIKE_HOME': '%(installdir)s',
|
|
'MIKE_DIR': '%(installdir)s'
|
|
}
|
|
|
|
moduleclass = 'tools'
|