You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.0 KiB
Tcl
28 lines
1.0 KiB
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 reinhard.furrer dotCall64 1.2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Enhanced foreign function interface supporting long vectors
|
|
long_description {*}${description}
|
|
homepage https://git.math.uzh.ch/reinhard.furrer/dotCall64
|
|
checksums rmd160 1c5b581fa6f67248f14c4b0c17918c5f8068dd25 \
|
|
sha256 aad6ab571f30d4d191a9454cee278d57b478fb49d3f7b190593f317a0e4408aa \
|
|
size 20362
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-microbenchmark \
|
|
port:R-RColorBrewer \
|
|
port:R-RhpcBLASctl \
|
|
port:R-roxygen2 \
|
|
port:R-spam \
|
|
port:R-testthat
|
|
|
|
test.run yes
|