summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-26 03:55:41 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-26 03:55:41 +0000
commit4b0e8395e4a781ac7a0f4b58343c3a1e0949851b (patch)
tree1fe8a981d8b26c3571f96c9339b806f40a3380e3 /math
parentImport of METIS, a package for unstructured graph partitioning. (diff)
Activate metis.
Notes
Notes: svn path=/head/; revision=10683
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 019e78032ec5..d44613793fbd 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp $
+# $Id: Makefile,v 1.39 1998/04/26 03:25:27 mph Exp $
#
SUBDIR += Scilab
@@ -17,6 +17,7 @@
SUBDIR += lapack
SUBDIR += libranlib
SUBDIR += linpack
+ SUBDIR += metis
SUBDIR += numpy
SUBDIR += octave
SUBDIR += oleo