mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
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:
parent
325bebbd77
commit
845c12466f
@ -32,7 +32,7 @@ postinstallcmds = [
|
||||
]
|
||||
|
||||
modextravars = {
|
||||
'MKL_EXAMPLES': ''%(installdir)s/mkl/examples/',
|
||||
'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
|
||||
}
|
||||
|
||||
moduleclass = 'numlib'
|
||||
|
24
o/OpenCoarrays/OpenCoarrays-1.8.10-GCC-6.3.0-2.27.eb
Normal file
24
o/OpenCoarrays/OpenCoarrays-1.8.10-GCC-6.3.0-2.27.eb
Normal 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'
|
@ -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'}
|
||||
|
||||
|
@ -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'}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user