diff options
author | gson <gson> | 2016-01-22 14:59:09 +0000 |
---|---|---|
committer | gson <gson> | 2016-01-22 14:59:09 +0000 |
commit | 4883eefdb814713a799e7c133fcfb561a4ae06b2 (patch) | |
tree | 568e7d81dd3ce5ab9a486a9690001c5278968f42 /math | |
parent | 9fc75a2b27847baa5e70ef9b18da53d53e7114cf (diff) | |
download | pkgsrc-4883eefdb814713a799e7c133fcfb561a4ae06b2.tar.gz |
Add and enable ffts
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 3087327fc6b..c01cbdb767e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.315 2016/01/12 09:40:39 wiz Exp $ +# $NetBSD: Makefile,v 1.316 2016/01/22 14:59:09 gson Exp $ COMMENT= Mathematics @@ -93,6 +93,7 @@ SUBDIR+= eukleides10 SUBDIR+= euler SUBDIR+= extcalc SUBDIR+= fftpack +SUBDIR+= ffts SUBDIR+= fftw SUBDIR+= fftw2 SUBDIR+= fftwf |