forked from Slicer/ExtensionsIndex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Eigen.s4ext
31 lines (21 loc) · 873 Bytes
/
Eigen.s4ext
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This is source code manager (i.e. svn)
scm git
scmurl git://github.com/BRAINSia/eigen.git
scmrevison d47262f4c0
# list dependencies
# - These should be names of other modules that have .s4ext files
# - The dependencies will be built first
depends NA
# Inner build directory (default is .)
build_subdirectory .
# homepage
homepage http://eigen.tuxfamily.org
# Match category in the xml description of the module (where it shows up in Modules menu)
category Developer tools
# url to icon (png, size 128x128 pixels)
iconurl http://eigen.tuxfamily.org/index.php?title=Main_Page
# Give people an idea what to expect from this code
# - Is it just a test or something you stand beind?
status Release
# One line stating what the module does
description a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.