You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
44 lines
1.5 KiB
Tcl
44 lines
1.5 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran lbelzile mev 1.17
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Knowledge discovery by accuracy maximization
|
|
long_description {*}${description}
|
|
homepage https://lbelzile.github.io/mev
|
|
checksums rmd160 6a81bcde33b1757b4272de52a68708b6c06aa3c1 \
|
|
sha256 acef17fa3f504d48bd45d64d591f5eac946c8e9b83d489c44d0b9acb2722f13f \
|
|
size 1364837
|
|
|
|
# Remove this with the next update. It is a one-time fix.
|
|
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
|
|
incr revision
|
|
}
|
|
|
|
depends_lib-append port:R-alabama \
|
|
port:R-nleqslv \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-Rsolnp
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-cobs \
|
|
port:R-evd \
|
|
port:R-gmm \
|
|
port:R-ismev \
|
|
port:R-knitr \
|
|
port:R-mvtnorm \
|
|
port:R-revdbayes \
|
|
port:R-rmarkdown \
|
|
port:R-tinytest \
|
|
port:R-TruncatedNormal
|
|
|
|
test.run yes
|