mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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.batchtools 0.12.1
|
|
revision 1
|
|
categories-append parallel
|
|
maintainers nomaintainer
|
|
license LGPL-2.1+
|
|
description Future API for parallel and distributed processing using batchtools
|
|
long_description {*}${description}
|
|
homepage https://future.batchtools.futureverse.org
|
|
checksums rmd160 8b2e522f2fb587712c2ba9ea7fa7911c0848d3f3 \
|
|
sha256 5d78b2fcb90bf1b54e1df16cb6a80f59b068a27171fe874841d02dcdf8613a49 \
|
|
size 106733
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-batchtools \
|
|
port:R-future \
|
|
port:R-parallelly
|
|
|
|
depends_test-append port:R-future.apply \
|
|
port:R-globals \
|
|
port:R-listenv \
|
|
port:R-markdown \
|
|
port:R-R.rsp
|
|
|
|
test.run yes
|