42413e684e
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.
15 lines
490 B
Makefile
15 lines
490 B
Makefile
# $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
|
|
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"
|