mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
This library provides implementations of special mathematical functions
and Chebyshev polynomials. These functions are often useful in statistical and numerical computing. WWW: https://github.com/bos/math-functions
This commit is contained in:
parent
e3a1eef717
commit
cef3e449d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290293
@ -144,6 +144,7 @@
|
||||
SUBDIR += hs-contravariant
|
||||
SUBDIR += hs-distributive
|
||||
SUBDIR += hs-erf
|
||||
SUBDIR += hs-math-functions
|
||||
SUBDIR += hs-mwc-random
|
||||
SUBDIR += hs-pointed
|
||||
SUBDIR += hs-probability
|
||||
|
24
math/hs-math-functions/Makefile
Normal file
24
math/hs-math-functions/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: hs-math-functions
|
||||
# Date created: Feb 2, 2012
|
||||
# Whom: Wen Heping<wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= math-functions
|
||||
PORTVERSION= 0.1.1.0
|
||||
CATEGORIES= math haskell
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Special mathematical functions and Chebyshev polynomials
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= erf>=2 vector>=0.7
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
PORTDATA= *
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
math/hs-math-functions/distinfo
Normal file
2
math/hs-math-functions/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/math-functions-0.1.1.0.tar.gz) = 97ceb088f1249d697d95d41ebb8759087c3bb9d00cd5d9c667e885f6dd826061
|
||||
SIZE (cabal/math-functions-0.1.1.0.tar.gz) = 12422
|
5
math/hs-math-functions/pkg-descr
Normal file
5
math/hs-math-functions/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This library provides implementations of special mathematical functions
|
||||
and Chebyshev polynomials. These functions are often useful in statistical
|
||||
and numerical computing.
|
||||
|
||||
WWW: https://github.com/bos/math-functions
|
Loading…
Reference in New Issue
Block a user