pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math math/fftwf: gone, merged into math/fftw



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f6361ff2d20
branches:  trunk
changeset: 451647:7f6361ff2d20
user:      thor <thor%pkgsrc.org@localhost>
date:      Thu Apr 29 23:31:41 2021 +0000

description:
math/fftwf: gone, merged into math/fftw

diffstat:

 math/Makefile            |   3 +--
 math/fftwf/DESCR         |  11 -----------
 math/fftwf/Makefile      |  36 ------------------------------------
 math/fftwf/PLIST         |   6 ------
 math/fftwf/buildlink3.mk |  15 ---------------
 math/fftwf/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 76 deletions(-)

diffs (111 lines):

diff -r b0281d8ff95d -r 7f6361ff2d20 math/Makefile
--- a/math/Makefile     Thu Apr 29 23:30:12 2021 +0000
+++ b/math/Makefile     Thu Apr 29 23:31:41 2021 +0000
@@ -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+=       ffts
 SUBDIR+=       fftw
 SUBDIR+=       fftw2
-SUBDIR+=       fftwf
 SUBDIR+=       fgmp
 SUBDIR+=       fityk
 SUBDIR+=       flann-lib
diff -r b0281d8ff95d -r 7f6361ff2d20 math/fftwf/DESCR
--- a/math/fftwf/DESCR  Thu Apr 29 23:30:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b0281d8ff95d -r 7f6361ff2d20 math/fftwf/Makefile
--- a/math/fftwf/Makefile       Thu Apr 29 23:30:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b0281d8ff95d -r 7f6361ff2d20 math/fftwf/PLIST
--- a/math/fftwf/PLIST  Thu Apr 29 23:30:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b0281d8ff95d -r 7f6361ff2d20 math/fftwf/buildlink3.mk
--- a/math/fftwf/buildlink3.mk  Thu Apr 29 23:30:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b0281d8ff95d -r 7f6361ff2d20 math/fftwf/distinfo
--- a/math/fftwf/distinfo       Thu Apr 29 23:30:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index