mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
49 lines
1.7 KiB
Tcl
49 lines
1.7 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 mlflow mlflow 2.18.0
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Open-source platform for the machine learning lifecycle
|
|
long_description {*}${description}
|
|
homepage https://mlflow.org
|
|
checksums rmd160 6293370f2b42e8a031da043cd35dfe6d68ec2fb9 \
|
|
sha256 cbe7d9d4e85d934d91558ad8355f1db5ad6a138272c81e52187c76a6612f6ee6 \
|
|
size 639421
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-base64enc \
|
|
port:R-forge \
|
|
port:R-fs \
|
|
port:R-git2r \
|
|
port:R-glue \
|
|
port:R-httpuv \
|
|
port:R-httr \
|
|
port:R-ini \
|
|
port:R-jsonlite \
|
|
port:R-openssl \
|
|
port:R-processx \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-swagger \
|
|
port:R-tibble \
|
|
port:R-withr \
|
|
port:R-yaml \
|
|
port:R-zeallot
|
|
|
|
# Some optional deps are omitted.
|
|
depends_test-append port:R-carrier \
|
|
port:R-covr \
|
|
port:R-lintr \
|
|
port:R-reticulate \
|
|
port:R-sparklyr \
|
|
port:R-stringi \
|
|
port:R-testthat \
|
|
port:R-xgboost
|
|
|
|
test.run yes
|