mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
31 lines
1.1 KiB
Tcl
31 lines
1.1 KiB
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 clifford 1.0-8
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Arbitrary-dimensional Clifford algebras
|
|
long_description {*}${description}
|
|
checksums rmd160 8fc5c9d832af766fcec4ee298fbd3804b4e6eb2f \
|
|
sha256 ce15c775fbb649bff674fa3b3113b747ac71b015ba3af94ebbb116d44ffea14e \
|
|
size 2856320
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-disordR \
|
|
port:R-magrittr \
|
|
port:R-mathjaxr \
|
|
port:R-partitions \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-lorentz \
|
|
port:R-onion \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|