mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 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 florafauna optimParallel 1.0-2
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-3 GPL-3}
|
|
description Parallel version of the L-BFGS-B optimization method
|
|
long_description {*}${description}
|
|
checksums rmd160 1e6871c025c8668c0136e9852f9c56a097f60b5b \
|
|
sha256 0f9bc62c23d9005130f2892bf5eaecf308fa48a727bdd5e19b7dcd1d95f30a9d \
|
|
size 179024
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-lbfgsb3c \
|
|
port:R-microbenchmark \
|
|
port:R-numDeriv \
|
|
port:R-R.rsp \
|
|
port:R-roxygen2 \
|
|
port:R-spam \
|
|
port:R-testthat
|
|
|
|
test.run yes
|