diff options
author | markd <markd> | 2009-01-10 01:04:01 +0000 |
---|---|---|
committer | markd <markd> | 2009-01-10 01:04:01 +0000 |
commit | 9ef779ade5dd15536165c207611e9ad6fce1db58 (patch) | |
tree | 9ea02f8d4d045f21698d80aa1c748d333395ce52 /math | |
parent | ee3ae450450a82c50beacb16a7ab03873e170072 (diff) | |
download | pkgsrc-9ef779ade5dd15536165c207611e9ad6fce1db58.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 |