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 HenrikBengtsson future 1.34.0
|
|
revision 0
|
|
platforms {darwin any}
|
|
categories-append devel parallel
|
|
maintainers nomaintainer
|
|
license LGPL-2.1+
|
|
description Unified parallel and distributed processing in R
|
|
long_description {*}${description} for everyone.
|
|
homepage https://future.futureverse.org
|
|
checksums rmd160 5aed20d86160ba4347ab8fcf354b299f82874072 \
|
|
sha256 b893e4f051c115b8f3c7e23aa43a48cc4753906e7eda520d4fbd01ad981a076a \
|
|
size 439247
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-digest \
|
|
port:R-globals \
|
|
port:R-listenv \
|
|
port:R-parallelly
|
|
|
|
depends_test-append port:R-markdown \
|
|
port:R-R.rsp \
|
|
port:R-RhpcBLASctl
|
|
|
|
test.run yes
|