easyconfigs-it4i/m/Meep/Meep-1.2-goalf-1.1.0-no-OFED.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

32 lines
998 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Meep'
version = '1.2'
homepage = 'http://ab-initio.mit.edu/wiki/index.php/Meep'
description = """Meep (or MEEP) is a free finite-difference time-domain (FDTD) simulation software package
developed at MIT to model electromagnetic systems."""
toolchain = {'name': 'goalf', 'version': '1.1.0-no-OFED'}
toolchainopts = {'usempi': True, 'opt': True, 'optarch': True, 'unroll': True, 'pic': True}
source_urls = [
'http://ab-initio.mit.edu/meep/',
'http://ab-initio.mit.edu/meep/old/',
]
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('Harminv', '1.3.1'),
('HDF5', '1.8.7'),
('libctl', '3.2.1'),
('GSL', '1.15'),
]
configopts = '--with-pic --with-mpi --without-gcc-arch --with-libctl=$EBROOTLIBCTL/share/libctl --enable-shared '
# fix for guile-config being broken because shebang line contains full path to bin/guile
configopts += 'GUILE_CONFIG="$EBROOTGUILE/bin/guile -e main -s $EBROOTGUILE/bin/guile-config"'
moduleclass = 'phys'