mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00
29 lines
720 B
Plaintext
29 lines
720 B
Plaintext
name = 'python-meep'
|
|
version = '1.4.2'
|
|
|
|
homepage = 'https://code.launchpad.net/python-meep'
|
|
description = """Python wrapper for the Meep FDTD solver."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
toolchainopts = {'pic': True, 'opt': True, 'optarch': True, 'usempi': True}
|
|
|
|
source_urls = ["https://launchpad.net/python-meep/1.4/1.4/+download/"]
|
|
sources = [SOURCELOWER_TAR]
|
|
|
|
patches = ['MPI_destructor_1.3.patch']
|
|
|
|
python = 'Python'
|
|
pythonver = '2.7.9'
|
|
meep = 'Meep'
|
|
meepver = '1.3'
|
|
versionsuffix = '-%s-%s-%s-%s' % (python, pythonver, meep, meepver)
|
|
|
|
dependencies = [
|
|
(python, pythonver),
|
|
(meep, meepver),
|
|
]
|
|
|
|
builddependencies = [('SWIG', '2.0.12', '-%s-%s' % (python, pythonver))]
|
|
|
|
moduleclass = 'devel'
|