easyconfigs-it4i/m/MIKE/MIKE-2016-SP2.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

43 lines
951 B
Plaintext

easyblock = 'ConfigureMake'
name = "MIKE"
version = '2016'
versionsuffix = '-SP2'
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',
'install',
'build',
'test',
'sanitycheck']
sanity_check_paths = {
'files': ['%(installdir)s/EULA.txt'],
'dirs': ['%(installdir)s/bin']
}
dependencies = [('intel', '2016.01')]
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'