You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
897 B
Tcl
27 lines
897 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 berrisch rcpptimer 1.2.1
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Rcpp tic-toc timer with OpenMP support
|
|
long_description {*}${description}
|
|
homepage https://rcpptimer.berrisch.biz
|
|
checksums rmd160 958d5a19d319c77d9ff42ffe81d153a6f4142832 \
|
|
sha256 72824f1578938ba559e18bcfa87e1268bd4717e2ee65de2310e9670a34a01588 \
|
|
size 280298
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|