diff options
author | markd <markd@pkgsrc.org> | 2009-01-10 01:04:01 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-01-10 01:04:01 +0000 |
commit | 9e4f0111afe84660835b2bd371718083fba0269b (patch) | |
tree | 9ea02f8d4d045f21698d80aa1c748d333395ce52 /math | |
parent | e47a540440c0785bf550946cb52b937d7517e9bd (diff) | |
download | pkgsrc-9e4f0111afe84660835b2bd371718083fba0269b.tar.gz |
add eigen2
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 1d4a6610b61..28512912789 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.179 2008/12/19 22:16:03 markd Exp $ +# $NetBSD: Makefile,v 1.180 2009/01/10 01:04:01 markd Exp $ COMMENT= Mathematics @@ -54,6 +54,7 @@ SUBDIR+= dcdflib.f SUBDIR+= dfftpack SUBDIR+= dieharder SUBDIR+= djbfft +SUBDIR+= eigen2 SUBDIR+= eispack SUBDIR+= ess SUBDIR+= eukleides |