modified: i/imkl/imkl-2017.1.132-iimpi-2017a.eb

new file:   o/OpenCoarrays/OpenCoarrays-1.8.10-GCC-6.3.0-2.27.eb
	modified:   o/OpenMPI/OpenMPI-2.1.0-GCC-4.9.3-2.25.eb
	modified:   o/OpenMPI/OpenMPI-2.1.0-GCC-6.3.0-2.27.eb
This commit is contained in:
Easy Build 2017-05-25 11:13:38 +02:00
parent 325bebbd77
commit 845c12466f
4 changed files with 27 additions and 3 deletions

View File

@ -32,7 +32,7 @@ postinstallcmds = [
]
modextravars = {
'MKL_EXAMPLES': ''%(installdir)s/mkl/examples/',
'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
}
moduleclass = 'numlib'

View File

@ -0,0 +1,24 @@
easyblock = 'CMakeMake'
name = 'OpenCoarrays'
version = '1.8.10'
homepage = 'http://www.opencoarrays.org/'
description = """A transport layer for coarray Fortran compilers."""
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
source_urls = ['https://github.com/sourceryinstitute/opencoarrays/releases/download/%(version)s/']
sources = [SOURCE_TAR_GZ]
builddependencies = [('CMake', '3.7.2', '', True)]
dependencies = [('OpenMPI', '2.1.0')]
separate_build_dir = True
sanity_check_paths = {
'files': ['bin/caf', 'bin/cafrun', 'lib64/libcaf_mpi.a'],
'dirs': ['bin', 'lib64'],
}
moduleclass = 'compiler'

View File

@ -4,7 +4,7 @@ name = 'OpenMPI'
version = '2.1.0'
homepage = 'http://www.open-mpi.org/'
description = """The Open MPI Project is an open source MPI-2 implementation."""
description = """The Open MPI Project is an open source MPI-3.1 implementation."""
toolchain = {'name': 'GCC', 'version': '4.9.3-2.25'}

View File

@ -4,7 +4,7 @@ name = 'OpenMPI'
version = '2.1.0'
homepage = 'http://www.open-mpi.org/'
description = """The Open MPI Project is an open source MPI-2 implementation."""
description = """The Open MPI Project is an open source MPI-3.1 implementation."""
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}