easyconfigs-it4i/ARCHIVE/a/Armadillo/Armadillo-7.500.0-foss-2016a-Python-3.5.2.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

25 lines
741 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 local_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'