mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
name = 'Eigen'
|
|
version = '3.2.9'
|
|
|
|
homepage = 'http://eigen.tuxfamily.org/index.php?title=Main_Page'
|
|
description = """Eigen is a C++ template library for linear algebra:
|
|
matrices, vectors, numerical solvers, and related algorithms."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['http://bitbucket.org/%(namelower)s/%(namelower)s/get']
|
|
sources = ['%(version)s.tar.bz2']
|
|
|
|
moduleclass = 'math'
|