diff options
author | jtb <jtb> | 2003-04-30 00:04:25 +0000 |
---|---|---|
committer | jtb <jtb> | 2003-04-30 00:04:25 +0000 |
commit | 81f8495f9e1694a894953a4d4b56b1ab248ec080 (patch) | |
tree | ee501d06f9e5b3aa55142465ed954fd24ea7c12c /math | |
parent | 47a0efa77f669b1210f0c072c14e71914ce4acac (diff) | |
download | pkgsrc-81f8495f9e1694a894953a4d4b56b1ab248ec080.tar.gz |
Add and enable blitz++.
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 a5c31a9e29b..1cdcb929571 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2003/04/29 23:56:28 jtb Exp $ +# $NetBSD: Makefile,v 1.101 2003/04/30 00:04:25 jtb Exp $ # COMMENT= Mathematics @@ -9,6 +9,7 @@ SUBDIR+= admesh SUBDIR+= algae SUBDIR+= aribas SUBDIR+= blas +SUBDIR+= blitz++ SUBDIR+= calc SUBDIR+= capc-calc SUBDIR+= cassowary |