easyconfigs-it4i/a/Armadillo/Armadillo-7.500.0-foss-2016a-Python-3.5.2.eb
2017-03-09 11:57:40 +01:00

25 lines
735 B
Plaintext

name = 'Armadillo'
version = '7.500.0'
versionsuffix = '-Python-3.5.2'
homepage = 'http://arma.sourceforge.net/'
description = """Armadillo is an open-source C++ linear algebra library (matrix maths) aiming towards
a good balance between speed and ease of use. Integer, floating point and complex numbers are supported,
as well as a subset of trigonometric and statistics functions."""
toolchain = {'name': 'foss', 'version': '2016a'}
sources = [SOURCELOWER_TAR_XZ]
source_urls = ['http://sourceforge.net/projects/arma/files']
dependencies = [
('Boost', '1.61.0', '-serial'),
('arpack-ng', '3.3.0'),
('CMake', '3.5.2'),
('HDF5', '1.8.16'),
('libxml2', '2.9.3'),
('XZ', '5.2.2'),
]
moduleclass = 'numlib'