-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes in 0.3.4.2 * Fixed crash in invIncompleteBeta (#68) for some inputs initial approximation was computed incorrectly. Changes in 0.3.4.1 * Precision of incompleteGamma improved. Changes in 0.3.4.0 * Dependency on vector-th-unbox is dropped. All instances are written by hand now.
- Loading branch information
1 parent
191de33
commit 20d9579
Showing
4 changed files
with
68 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.1 2020/01/02 11:15:20 pho Exp $ | ||
# $NetBSD: Makefile,v 1.2 2021/04/24 10:15:50 pho Exp $ | ||
|
||
DISTNAME= math-functions-0.3.3.0 | ||
DISTNAME= math-functions-0.3.4.2 | ||
CATEGORIES= math | ||
|
||
MAINTAINER= pho@cielonegro.org | ||
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/haskell.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2020/05/11 17:52:10 rillig Exp $ | ||
${HS_INTF}/package-description | ||
${HS_INTF}/package-id | ||
@comment $NetBSD: PLIST,v 1.2 2021/04/24 10:15:50 pho Exp $ | ||
lib/math-functions-${PKGVERSION}/${HS_VERSION}/package-description | ||
lib/math-functions-${PKGVERSION}/${HS_VERSION}/package-id | ||
lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so | ||
${HS_IMPL}/Numeric/MathFunctions/Comparison.dyn_hi | ||
${HS_IMPL}/Numeric/MathFunctions/Comparison.hi | ||
${HS_IMPL}/Numeric/MathFunctions/Comparison.p_hi | ||
${HS_IMPL}/Numeric/MathFunctions/Constants.dyn_hi | ||
${HS_IMPL}/Numeric/MathFunctions/Constants.hi | ||
${HS_IMPL}/Numeric/MathFunctions/Constants.p_hi | ||
${HS_IMPL}/Numeric/Polynomial.dyn_hi | ||
${HS_IMPL}/Numeric/Polynomial.hi | ||
${HS_IMPL}/Numeric/Polynomial.p_hi | ||
${HS_IMPL}/Numeric/Polynomial/Chebyshev.dyn_hi | ||
${HS_IMPL}/Numeric/Polynomial/Chebyshev.hi | ||
${HS_IMPL}/Numeric/Polynomial/Chebyshev.p_hi | ||
${HS_IMPL}/Numeric/RootFinding.dyn_hi | ||
${HS_IMPL}/Numeric/RootFinding.hi | ||
${HS_IMPL}/Numeric/RootFinding.p_hi | ||
${HS_IMPL}/Numeric/Series.dyn_hi | ||
${HS_IMPL}/Numeric/Series.hi | ||
${HS_IMPL}/Numeric/Series.p_hi | ||
${HS_IMPL}/Numeric/SpecFunctions.dyn_hi | ||
${HS_IMPL}/Numeric/SpecFunctions.hi | ||
${HS_IMPL}/Numeric/SpecFunctions.p_hi | ||
${HS_IMPL}/Numeric/SpecFunctions/Compat.dyn_hi | ||
${HS_IMPL}/Numeric/SpecFunctions/Compat.hi | ||
${HS_IMPL}/Numeric/SpecFunctions/Compat.p_hi | ||
${HS_IMPL}/Numeric/SpecFunctions/Extra.dyn_hi | ||
${HS_IMPL}/Numeric/SpecFunctions/Extra.hi | ||
${HS_IMPL}/Numeric/SpecFunctions/Extra.p_hi | ||
${HS_IMPL}/Numeric/SpecFunctions/Internal.dyn_hi | ||
${HS_IMPL}/Numeric/SpecFunctions/Internal.hi | ||
${HS_IMPL}/Numeric/SpecFunctions/Internal.p_hi | ||
${HS_IMPL}/Numeric/Sum.dyn_hi | ||
${HS_IMPL}/Numeric/Sum.hi | ||
${HS_IMPL}/Numeric/Sum.p_hi | ||
${HS_IMPL}/libHS${HS_PKGID}.a | ||
${HS_IMPL}/libHS${HS_PKGID}_p.a | ||
${HS_DOCS}/LICENSE | ||
${HS_DOCS}/html/Numeric-MathFunctions-Comparison.html | ||
${HS_DOCS}/html/Numeric-MathFunctions-Constants.html | ||
${HS_DOCS}/html/Numeric-Polynomial-Chebyshev.html | ||
${HS_DOCS}/html/Numeric-Polynomial.html | ||
${HS_DOCS}/html/Numeric-RootFinding.html | ||
${HS_DOCS}/html/Numeric-Series.html | ||
${HS_DOCS}/html/Numeric-SpecFunctions-Extra.html | ||
${HS_DOCS}/html/Numeric-SpecFunctions.html | ||
${HS_DOCS}/html/Numeric-Sum.html | ||
${HS_DOCS}/html/doc-index.html | ||
${HS_DOCS}/html/haddock-bundle.min.js | ||
${HS_DOCS}/html/index.html | ||
${HS_DOCS}/html/linuwial.css | ||
${HS_DOCS}/html/math-functions.haddock | ||
${HS_DOCS}/html/meta.json | ||
${HS_DOCS}/html/quick-jump.css | ||
${HS_DOCS}/html/synopsis.png | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/MathFunctions/Comparison.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/MathFunctions/Comparison.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/MathFunctions/Comparison.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/MathFunctions/Constants.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/MathFunctions/Constants.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/MathFunctions/Constants.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Polynomial.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Polynomial.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Polynomial.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Polynomial/Chebyshev.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Polynomial/Chebyshev.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Polynomial/Chebyshev.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/RootFinding.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/RootFinding.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/RootFinding.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Series.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Series.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Series.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions/Compat.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions/Compat.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions/Compat.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions/Extra.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions/Extra.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions/Extra.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions/Internal.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions/Internal.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/SpecFunctions/Internal.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Sum.dyn_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Sum.hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Sum.p_hi | ||
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a | ||
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/LICENSE | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/Numeric-MathFunctions-Comparison.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/Numeric-MathFunctions-Constants.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/Numeric-Polynomial-Chebyshev.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/Numeric-Polynomial.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/Numeric-RootFinding.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/Numeric-Series.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/Numeric-SpecFunctions-Extra.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/Numeric-SpecFunctions.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/Numeric-Sum.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/doc-index.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/haddock-bundle.min.js | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/index.html | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/linuwial.css | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/math-functions.haddock | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/meta.json | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/quick-jump.css | ||
share/doc/${HS_PLATFORM}/math-functions-${PKGVERSION}/html/synopsis.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
# $NetBSD: buildlink3.mk,v 1.1 2020/01/02 11:15:20 pho Exp $ | ||
# $NetBSD: buildlink3.mk,v 1.2 2021/04/24 10:15:50 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 | ||
BUILDLINK_API_DEPENDS.hs-math-functions+= hs-math-functions>=0.3.4 | ||
BUILDLINK_ABI_DEPENDS.hs-math-functions+= hs-math-functions>=0.3.4.2 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2020/01/02 11:15:20 pho Exp $ | ||
$NetBSD: distinfo,v 1.2 2021/04/24 10:15:50 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 | ||
SHA1 (math-functions-0.3.4.2.tar.gz) = f7f9e7bce4ecdcb56da3674acf8e5320000c18d9 | ||
RMD160 (math-functions-0.3.4.2.tar.gz) = 9484d8d03e9f863635d2b0011d52578202203011 | ||
SHA512 (math-functions-0.3.4.2.tar.gz) = cb29901294463edbba37e97445bb9ed039bdc43815c9bbd9b9bb92b87393e6e891f5840d337c6c06c7e30d26107d32a59c39ac51436be43dba00d0e2411a9053 | ||
Size (math-functions-0.3.4.2.tar.gz) = 429223 bytes |