easyconfigs-it4i/m/MPI_NET/MPI_NET-1.3.0-intel-2020b.eb
Lukas Krupcik 48986b4362 new file: a/ABINIT/ABINIT-9.4.2-intel-2020b.eb
new file:   m/MPI_NET/MPI_NET-1.3.0-intel-2020b.eb
	new file:   m/Mono/Mono-6.12.0.122.eb
	new file:   m/mpi4py/mpi4py-3.1.1-gompi-2020b-Python-3.8.6.eb
	new file:   m/mpi4py/mpi4py-3.1.1-intel-2020b-Python-3.8.6.eb
	new file:   p/phono3py/phono3py-2.0.0-intel-2020a-Python-3.8.2.eb
	new file:   p/phonopy/phonopy-2.11.0-intel-2020a-Python-3.8.2.eb
	deleted:    p/pkgconfig/pkgconfig-1.5.1-GCCcore-10.2.0-python.eb
2021-09-21 15:42:24 +02:00

37 lines
876 B
Plaintext

# IT4Innovations
# LK 2021
name = 'MPI_NET'
version = '1.3.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': 'intel', 'version': '2020b'}
sources = ['%(version)s.tar.gz']
source_urls = ['https://github.com/jmp75/MPI.NET/archive/']
dependencies = [('Mono', '6.12.0.122', '', True)]
#patches = [
# ('mpi.net-1.2.0-unsafe.patch', 1),
# ('configure.ac.patch')
#]
preconfigopts = 'sh ./autogen.sh && '
#prebuildopts = 'cd MPI && perl ./Unsafe.pl $EBROOTIMPI/intel64/include/mpi.h ./Unsafe.cs CustomUnsafe.cs cbridge.c && cd .. && '
sanity_check_paths = {
'files': ['lib/MPI.dll'],
'dirs': ['lib'],
}
maxparallel = 4
moduleclass = 'mpi'