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
32 lines
1.2 KiB
Tcl
32 lines
1.2 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 cran pachadotdev cpp11eigen 0.2.0
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Eigen interface
|
|
long_description ${name} function declarations and inline function \
|
|
definitions that facilitate communication between R \
|
|
and the Eigen C++ library for linear algebra \
|
|
and scientific computing.
|
|
homepage https://pacha.dev/cpp11eigen
|
|
checksums rmd160 da7f5eabe5c0046a0b2057a1597dcea23d9ce951 \
|
|
sha256 be8f04dbf37520fa90eb3f712a2949e093989e7d73af27ef5fefea0b1402d9ae \
|
|
size 1435485
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-cpp11 \
|
|
port:R-desc \
|
|
port:R-knitr \
|
|
port:R-mockery \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|