diff options
author | markd <markd@pkgsrc.org> | 2013-03-17 19:38:36 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-03-17 19:38:36 +0000 |
commit | a2fa9298c25adcacbe1bb9224cd279f564b17f5b (patch) | |
tree | 7a0196495350e78b89937f1d0835fecc9e9f58a5 | |
parent | e228ca9bd4bcc4b33705ecebcd2007b8bfdc2559 (diff) | |
download | pkgsrc-a2fa9298c25adcacbe1bb9224cd279f564b17f5b.tar.gz |
Add eigen3
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 2911fb937c4..2fb3d40d4f6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.250 2013/03/16 04:05:40 taca Exp $ +# $NetBSD: Makefile,v 1.251 2013/03/17 19:38:36 markd Exp $ COMMENT= Mathematics @@ -78,6 +78,7 @@ SUBDIR+= dfftpack SUBDIR+= dieharder SUBDIR+= djbfft SUBDIR+= eigen2 +SUBDIR+= eigen3 SUBDIR+= eispack SUBDIR+= ess SUBDIR+= eukleides |