diff options
author | jtb <jtb@pkgsrc.org> | 2003-04-30 00:04:25 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-04-30 00:04:25 +0000 |
commit | 80a5da4ea5f94c27d23c92b78a9540defed80864 (patch) | |
tree | ee501d06f9e5b3aa55142465ed954fd24ea7c12c /math | |
parent | d318055d3a5352d9588eadd8c2854ae63acf2f5d (diff) | |
download | pkgsrc-80a5da4ea5f94c27d23c92b78a9540defed80864.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 |