mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
743 B
Tcl
22 lines
743 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 dselivanov sparsepp 1.22
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Rcpp interface to sparsepp
|
|
long_description {*}${description}
|
|
checksums rmd160 cb89571e6c98846a077ee805c61863371e04c0a4 \
|
|
sha256 2999b3a393ccac46b1702b6def030360d81ec32735faab42f0c3ae790b2a4171 \
|
|
size 125405
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-Rcpp
|
|
|
|
test.run yes
|