easyconfigs-it4i/archive/f/FIAT/FIAT-1.6.0-intel-2015b-Python-2.7.9.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

37 lines
1.0 KiB
Plaintext

easyblock = 'PythonPackage'
name = 'FIAT'
version = '1.6.0'
homepage = 'https://bitbucket.org/fenics-project/fiat'
description = """The FInite element Automatic Tabulator FIAT supports generation of arbitrary order
instances of the Lagrange elements on lines, triangles, and tetrahedra. It is also capable of generating
arbitrary order instances of Jacobi-type quadrature rules on the same element shapes."""
toolchain = {'name': 'intel', 'version': '2015b'}
source_urls = ['https://bitbucket.org/fenics-project/fiat/downloads']
sources = [SOURCELOWER_TAR_GZ]
python = "Python"
pythonversion = '2.7.9'
pythonshortversion = ".".join(pythonversion.split('.')[:-1])
versionsuffix = "-%s-%s" % (python, pythonversion)
dependencies = [
(python, pythonversion),
('ScientificPython', '2.9.4', versionsuffix),
('sympy', '0.7.6', versionsuffix),
]
options = {'modulename': name}
sanity_check_paths = {
'files': [''],
#'dirs': ['lib/python%s/site-packages/FIAT' % pythonshortversion],
'dirs': [''],
}
moduleclass = 'math'