mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
38 lines
1021 B
Plaintext
38 lines
1021 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'
|