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
995 B
Tcl
29 lines
995 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 gyang274 gbp 0.1.0.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Bin Packing Problem solver
|
|
long_description {*}${description}
|
|
homepage https://github.com/gyang274/gbp
|
|
checksums rmd160 ef626b279b4523e07c10050e0e1832cf7fb0b43b \
|
|
sha256 7b219b11b3a63bc48abc26e8883aaa64ea864121806f261d58943bfd88388f2b \
|
|
size 451608
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-magrittr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-rgl
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|