mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: m/MPI.NET/MPI.NET-1.2.0-intel-2017c.eb new file: m/MPI.NET/configure.ac.patch new file: m/MPI.NET/mpi.net-1.2.0-unsafe.patch modified: m/Mono/Mono-5.0.0.100.eb new file: m/Mono/Mono-5.18.1.0.eb
39 lines
886 B
Plaintext
39 lines
886 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'MPI.NET'
|
|
version = '1.2.0'
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
homepage = 'http://www.osl.iu.edu/research/mpi.net/'
|
|
description = """MPI.NET is a high-performance, easy-to-use implementation of the Message Passing Interface (MPI)
|
|
for Microsoft's .NET environment"""
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2017c'}
|
|
|
|
source_urls = ['https://github.com/jmp75/MPI.NET/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('Mono', '5.18.1.0', '', True),
|
|
('libxml2', '2.9.4', '', True)
|
|
]
|
|
|
|
patches = [
|
|
('mpi.net-1.2.0-unsafe.patch', 1),
|
|
### ('configure.ac.patch')
|
|
]
|
|
|
|
preconfigopts = 'sh ./autogen.sh && '
|
|
|
|
#prebuildopts = 'cd MPI && perl ./Unsafe.pl $EBROOTIMPI/include64/mpi.h ./Unsafe.cs CustomUnsafe.cs cbridge.c && cd .. && '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/MPI.dll'],
|
|
'dirs': ['lib'],
|
|
}
|
|
|
|
maxparallel = 4
|
|
|
|
moduleclass = 'mpi'
|