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
24 lines
800 B
Tcl
24 lines
800 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran mhahsler TSP 1.2-4
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Traveling Salesperson Problem
|
|
long_description {*}${description}
|
|
checksums rmd160 8119614a99261ae28878623583657e0a83b7fc89 \
|
|
sha256 30bd0bfe9a7ca3fdf4f91c131f251e2835640f7d61389b50fd5564d58657c388 \
|
|
size 639259
|
|
|
|
depends_lib-append port:R-foreach
|
|
|
|
depends_test-append port:R-doParallel \
|
|
port:R-maps \
|
|
port:R-testthat
|
|
|
|
test.run yes
|