summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorthor <thor@pkgsrc.org>2021-04-29 23:31:41 +0000
committerthor <thor@pkgsrc.org>2021-04-29 23:31:41 +0000
commit9edbb65b72aff562d190986eacdeeb9ff14a854c (patch)
treefdce11a36a7a01339e8df5fcb1ab93879665c607 /math
parentb05bd3cb55eb033b2548e905e76d8dde7196c46e (diff)
downloadpkgsrc-9edbb65b72aff562d190986eacdeeb9ff14a854c.tar.gz
math/fftwf: gone, merged into math/fftw
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/fftwf/DESCR11
-rw-r--r--math/fftwf/Makefile36
-rw-r--r--math/fftwf/PLIST6
-rw-r--r--math/fftwf/buildlink3.mk15
-rw-r--r--math/fftwf/distinfo6
6 files changed, 1 insertions, 76 deletions
diff --git a/math/Makefile b/math/Makefile
index 6acd1b042bf..d29ea214939 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.497 2021/04/27 15:16:46 thor Exp $
+# $NetBSD: Makefile,v 1.498 2021/04/29 23:31:41 thor Exp $
COMMENT= Mathematics
@@ -166,7 +166,6 @@ SUBDIR+= fftpack
SUBDIR+= ffts
SUBDIR+= fftw
SUBDIR+= fftw2
-SUBDIR+= fftwf
SUBDIR+= fgmp
SUBDIR+= fityk
SUBDIR+= flann-lib
diff --git a/math/fftwf/DESCR b/math/fftwf/DESCR
deleted file mode 100644
index 35035176bbd..00000000000
--- a/math/fftwf/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-FFTW is a free collection of fast C routines for computing the
-Discrete Fourier Transform in one or more dimensions. It includes
-complex, real, symmetric, and parallel transforms, and can handle
-arbitrary array sizes efficiently. FFTW is typically faster than
-other publically-available FFT implementations, and is even
-competitive with vendor-tuned libraries. (See our web page for
-extensive benchmarks.) To achieve this performance, FFTW uses novel
-code-generation and runtime self-optimization techniques (along with
-many other tricks).
-
-This package provides the single precision library.
diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile
deleted file mode 100644
index fdb5585b462..00000000000
--- a/math/fftwf/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.29 2021/01/04 10:27:38 wiz Exp $
-
-.include "../../math/fftw/Makefile.common"
-
-PKGNAME= ${DISTNAME:C/fftw/fftwf/}
-
-COMMENT= Collection of fast C routines to compute DFTs
-
-CONFIGURE_ARGS+= --enable-single
-
-.if ${MACHINE_ARCH} == "i386"
-#CONFIGURE_ARGS+= --enable-sse
-CONFIGURE_ARGS+= --with-our-malloc16
-.endif
-
-.include "../../math/fftw/options.mk"
-
-INSTALLATION_DIRS= ${PKGMANDIR}/man1
-INSTALL_TARGET= install-libLTLIBRARIES install-pkgconfigDATA
-
-post-install:
-.if ${PTHREAD_TYPE} == "native"
- cd ${WRKSRC}/threads && \
- ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_MAKE_FLAGS} \
- install-libLTLIBRARIES
-.endif
- cd ${WRKSRC}/tools && \
- ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_MAKE_FLAGS} \
- install-binPROGRAMS
- ${INSTALL_MAN} ${WRKSRC}/tools/fftwf-wisdom.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../math/fftw/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/math/fftwf/PLIST b/math/fftwf/PLIST
deleted file mode 100644
index 9bca62becb7..00000000000
--- a/math/fftwf/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2016/04/03 12:45:39 joerg Exp $
-bin/fftwf-wisdom
-lib/libfftw3f.la
-${PLIST.pthreads}lib/libfftw3f_threads.la
-lib/pkgconfig/fftw3f.pc
-man/man1/fftwf-wisdom.1
diff --git a/math/fftwf/buildlink3.mk b/math/fftwf/buildlink3.mk
deleted file mode 100644
index c18b6c81c87..00000000000
--- a/math/fftwf/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:24:56 joerg Exp $
-
-BUILDLINK_TREE+= fftwf
-
-.if !defined(FFTWF_BUILDLINK3_MK)
-FFTWF_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.fftwf+= fftwf>=3.0
-BUILDLINK_ABI_DEPENDS.fftwf+= fftwf>=3.0.1nb1
-BUILDLINK_PKGSRCDIR.fftwf?= ../../math/fftwf
-
-.include "../../math/fftw/buildlink3.mk"
-.endif # FFTWF_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -fftwf
diff --git a/math/fftwf/distinfo b/math/fftwf/distinfo
deleted file mode 100644
index ced2e645013..00000000000
--- a/math/fftwf/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.12 2021/01/04 10:27:38 wiz Exp $
-
-SHA1 (fftw-3.3.9.tar.gz) = bf17b485417f0f6a896b8514a3813439fda075fc
-RMD160 (fftw-3.3.9.tar.gz) = b0a522d47b97a63ba27720ae5f58e47fca23649e
-SHA512 (fftw-3.3.9.tar.gz) = 52ebc2a33063a41fd478f6ea2acbf3b511867f736591d273dd57f9dfca5d3e0b0c73157921b3a36f1a7cfd741a8a6bde0fd80de578040ae730ea168b5ba466cf
-Size (fftw-3.3.9.tar.gz) = 4146999 bytes