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
26 lines
914 B
Tcl
26 lines
914 B
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 stan-dev gmo 0dd75fd8793dae10c3468ea9b97d7566957802f1
|
|
version 0.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Gradient-based Marginal Optimization
|
|
long_description {*}${description}
|
|
checksums rmd160 9249cf2737b19e2a172f6dd0a1be3d42c00a19ec \
|
|
sha256 fc8a5c7df4a0856a5d20def0eaccc69124ab1442c31738a2a7e0d19edd2a88ab \
|
|
size 93843
|
|
|
|
depends_lib-append port:R-lme4 \
|
|
port:R-loo \
|
|
port:R-rstan
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
# Test run fails: https://github.com/stan-dev/gmo/issues/13
|
|
test.run yes
|