diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-08 05:56:43 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-08 05:56:43 +0800 |
commit | ef2416aceb5a451c9026da41490a25a12c79fd77 (patch) | |
tree | d6f913da8fc251990c26ec1aebedd9fd0a225a1a /math/Makefile | |
parent | 2e3d76c7cf89a5ddad3e3c282fc9f8d897151d64 (diff) | |
download | freebsd-ports-gnome-ef2416aceb5a451c9026da41490a25a12c79fd77.tar.gz freebsd-ports-gnome-ef2416aceb5a451c9026da41490a25a12c79fd77.tar.zst freebsd-ports-gnome-ef2416aceb5a451c9026da41490a25a12c79fd77.zip |
Add slave port fftw3-float
Fast C routines (Single Percision)
Add slave port fftw3-long
Fast C routines (Long Double Percision)
Approved by: pav (co mentor)
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 91329229a02c..6f46eeff7595 100644 --- a/math/Makefile +++ b/math/Makefile @@ -45,6 +45,8 @@ SUBDIR += fftpack SUBDIR += fftw SUBDIR += fftw3 + SUBDIR += fftw3-float + SUBDIR += fftw3-long SUBDIR += freefem SUBDIR += freefem++ SUBDIR += fudgit |