You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
937 B
Tcl
29 lines
937 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 cran yilihong PoissonMultinomial 1.1
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Poisson-Multinomial Distribution
|
|
long_description {*}${description}
|
|
checksums rmd160 cebb3481636181516d2943e2abaaa62c76cbf3dd \
|
|
sha256 10d95b6e92eb753b511084f9f2719a8c1d0cd0e1b9e7121ad7c20d11cfd06b75 \
|
|
size 13215
|
|
|
|
depends_lib-append port:fftw-3 \
|
|
port:R-mvtnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
patchfiles-append patch-fix-prefix.diff
|
|
|
|
post-patch {
|
|
reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/src/Makevars
|
|
}
|
|
|
|
test.run yes
|