easyconfigs-it4i/f/FIAT/FIAT-1.6.0-intel-2016.01-Python-2.7.9.eb
2017-03-09 11:57:40 +01:00

36 lines
978 B
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': '2016.01'}
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'],
}
moduleclass = 'math'