mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
28 lines
721 B
Plaintext
28 lines
721 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
name = 'Armadillo'
|
|
version = "9.900.3"
|
|
|
|
homepage = 'https://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': '2020a'}
|
|
|
|
source_urls = ['https://sourceforge.net/projects/arma/files']
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
patches = [
|
|
'Armadillo-9.600.5_no_mkl.patch'
|
|
]
|
|
|
|
dependencies = [
|
|
('Boost', '1.72.0'),
|
|
('arpack-ng', '3.7.0'),
|
|
]
|
|
|
|
builddependencies = [('CMake', '3.16.4')]
|
|
|
|
moduleclass = 'numlib'
|