diff options
author | wulf <wulf@pkgsrc.org> | 2005-10-02 12:08:37 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-10-02 12:08:37 +0000 |
commit | f29aabfcdc42eeb8a9af6195fe0bf415c283684e (patch) | |
tree | f56671bb9ddba707e8dc4958a73ece451fcae51a /math/Makefile | |
parent | bea0900a06f206ad7bd6b45307981fe9d3542fd0 (diff) | |
download | pkgsrc-f29aabfcdc42eeb8a9af6195fe0bf415c283684e.tar.gz |
Added and enabled fftwf: A single precision library version of math/fftw
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 9b521cb8f08..8c996c63d78 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2005/09/08 15:29:28 drochner Exp $ +# $NetBSD: Makefile,v 1.136 2005/10/02 12:08:37 wulf Exp $ # COMMENT= Mathematics @@ -26,6 +26,7 @@ SUBDIR+= euler SUBDIR+= fftpack SUBDIR+= fftw SUBDIR+= fftw2 +SUBDIR+= fftwf SUBDIR+= galculator SUBDIR+= gap SUBDIR+= gcalctool |