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