diff options
author | pin <pin@pkgsrc.org> | 2021-06-03 10:45:23 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-06-03 10:45:23 +0000 |
commit | 041f16f4571febe80a1d9643f97167ff44b0ca57 (patch) | |
tree | a654dfa274b0b2f2b7183cfec877b8215c7559cb /math/Makefile | |
parent | cdf680a5421ecfb76a80cb71cddbf1570aad5609 (diff) | |
download | pkgsrc-041f16f4571febe80a1d9643f97167ff44b0ca57.tar.gz |
Add kalker
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index bb8e9cfdf76..0989a196656 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.502 2021/06/03 10:42:11 pin Exp $ +# $NetBSD: Makefile,v 1.503 2021/06/03 10:45:23 pin Exp $ COMMENT= Mathematics @@ -219,6 +219,7 @@ SUBDIR+= ipopt SUBDIR+= isl SUBDIR+= itpp SUBDIR+= kalgebra +SUBDIR+= kalker SUBDIR+= kcalc SUBDIR+= kissfft SUBDIR+= lapack |