diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-03 22:19:54 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-03 22:19:54 +0000 |
commit | 2db4d64a81f237a1070fd7db15e6a3757bc726d7 (patch) | |
tree | 930d20ac017df3bd835bcf18722f56818e8fa228 /cad/Makefile | |
parent | aeb6050c2241e085aa8838ec56d8ebe383dadf83 (diff) | |
download | ports-2db4d64a81f237a1070fd7db15e6a3757bc726d7.tar.gz ports-2db4d64a81f237a1070fd7db15e6a3757bc726d7.zip |
SCOTCH is a software package and libraries for graph, mesh and hypergraph
partitioning, static mapping, and sparse matrix block ordering.
Its purpose of Scotch is to apply graph theory, with a divide and conquer
approach, to scientific computing problems such as graph and mesh partitioning,
static mapping, and sparse matrix ordering, in application domains ranging from
structural mechanics to operating systems or bio-chemistry.
Note: there is an older tarball included in Aster's distfile, but I prefer
a separate distfile from the official site.
Notes
Notes:
svn path=/head/; revision=155160
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 0ea7c9abed2c..9b895a5ca1c5 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -52,6 +52,7 @@ SUBDIR += qmls SUBDIR += qucs SUBDIR += sceptre + SUBDIR += scotch SUBDIR += slffea SUBDIR += spice SUBDIR += systemc |