mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
898 B
Tcl
26 lines
898 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup github RobinHankin quadform 0.0-2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Efficient Evaluation of Quadratic Forms
|
|
long_description A range of quadratic forms are evaluated, \
|
|
using efficient methods.
|
|
checksums rmd160 9da938717ab84e121da02361ff5355d1d10c05ea \
|
|
sha256 061e278e9a9339c09ccb395af34b66887526b176fce9874454941283c1b43a82 \
|
|
size 70556
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-mathjaxr
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|