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
25 lines
866 B
Tcl
25 lines
866 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 cran kisungyou RiemBase 0.2.5
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Functions and C++ header files for computation on manifolds
|
|
long_description {*}${description}
|
|
checksums rmd160 af1e05bd33ac46e0e3b956e7aeeb4220d4e26cef \
|
|
sha256 11ee92b773e15d08adf61b82bc5293bc6f72fa6cd73b5b572b6a880b913d7bc6 \
|
|
size 35081
|
|
|
|
depends_lib-append port:R-pracma \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-Rdpack
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|