d4c773b297
List based linear algebra, similtaneous linear equations, eigenvalues and eigenvectors, roots of polynomials, transcendent functions with arbitrary precision implemented by continued fractions, quantum operations, tensors
12 lines
271 B
Makefile
12 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/23 14:50:32 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= numeric-quest-0.1.1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Math and quantum mechanics
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|