pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/hs-math-functions Import math-functions-0.3.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/00553c848de7
branches: trunk
changeset: 346644:00553c848de7
user: pho <pho%pkgsrc.org@localhost>
date: Thu Jan 02 11:15:20 2020 +0000
description:
Import math-functions-0.3.3.0
This library contain collection of various utilities for numerical
computing. So far there're special mathematical functions, compensated
summation algorithm, summation of series, root finding for real
functions, polynomial summation and Chebyshev polynomials.
diffstat:
math/hs-math-functions/DESCR | 4 ++++
math/hs-math-functions/Makefile | 15 +++++++++++++++
math/hs-math-functions/buildlink3.mk | 18 ++++++++++++++++++
math/hs-math-functions/distinfo | 6 ++++++
4 files changed, 43 insertions(+), 0 deletions(-)
diffs (59 lines):
diff -r bb5eeb3adcd4 -r 00553c848de7 math/hs-math-functions/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-math-functions/DESCR Thu Jan 02 11:15:20 2020 +0000
@@ -0,0 +1,4 @@
+This library contain collection of various utilities for numerical
+computing. So far there're special mathematical functions, compensated
+summation algorithm, summation of series, root finding for real
+functions, polynomial summation and Chebyshev polynomials.
diff -r bb5eeb3adcd4 -r 00553c848de7 math/hs-math-functions/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-math-functions/Makefile Thu Jan 02 11:15:20 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/01/02 11:15:20 pho Exp $
+
+DISTNAME= math-functions-0.3.3.0
+CATEGORIES= math
+
+MAINTAINER= pho%cielonegro.org@localhost
+COMMENT= Collection of tools for numeric computations
+LICENSE= 2-clause-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-data-default-class/buildlink3.mk"
+.include "../../devel/hs-primitive/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../devel/hs-vector-th-unbox/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bb5eeb3adcd4 -r 00553c848de7 math/hs-math-functions/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-math-functions/buildlink3.mk Thu Jan 02 11:15:20 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/02 11:15:20 pho Exp $
+
+BUILDLINK_TREE+= hs-math-functions
+
+.if !defined(HS_MATH_FUNCTIONS_BUILDLINK3_MK)
+HS_MATH_FUNCTIONS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-math-functions+= hs-math-functions>=0.3.3
+BUILDLINK_ABI_DEPENDS.hs-math-functions+= hs-math-functions>=0.3.3.0
+BUILDLINK_PKGSRCDIR.hs-math-functions?= ../../math/hs-math-functions
+
+.include "../../devel/hs-data-default-class/buildlink3.mk"
+.include "../../devel/hs-primitive/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../devel/hs-vector-th-unbox/buildlink3.mk"
+.endif # HS_MATH_FUNCTIONS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-math-functions
diff -r bb5eeb3adcd4 -r 00553c848de7 math/hs-math-functions/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-math-functions/distinfo Thu Jan 02 11:15:20 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/02 11:15:20 pho Exp $
+
+SHA1 (math-functions-0.3.3.0.tar.gz) = ab4810679f8cea400ec9e2835124b0fcb954ac8a
+RMD160 (math-functions-0.3.3.0.tar.gz) = 1f46e16ce11d341761d05c60622237bfd7221e53
+SHA512 (math-functions-0.3.3.0.tar.gz) = f6ac6f9fb604207c11d7888fa375a52b544732dd8e811c3b9bf74237bbc0dc83839eb83c11c5ef0dd88666cff4919d4e06236e14d84da7065b4dc75717ceafad
+Size (math-functions-0.3.3.0.tar.gz) = 424169 bytes
Home |
Main Index |
Thread Index |
Old Index