mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: e/Eigen/Eigen-3.3.3.eb new file: l/libXt/libXt-1.1.5.eb new file: o/OPARI2/OPARI2-2.0.eb new file: p/PAPI/PAPI-5.4.3.eb new file: p/PDT/PDT-3.24.eb new file: s/Scalasca/Scalasca-2.3.1-foss-2016a.eb new file: s/Score-P/Score-P-2.0.1-foss-2016a.eb modified: v/VTK/VTK-6.3.0-intel-2017a-Python-2.7.13.eb modified: v/VTK/VTK-7.1.1-intel-2017a-Python-2.7.13.eb
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
name = 'Eigen'
|
|
version = '3.3.3'
|
|
|
|
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'
|