You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
886 B
Tcl
25 lines
886 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran VNNikolaidis nnlib2Rcpp 0.2.9
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tool for creating custom neural networks in C++ \
|
|
and using them in R
|
|
long_description {*}${description}
|
|
homepage https://github.com/VNNikolaidis/nnlib2Rcpp
|
|
checksums rmd160 1d147378fc6cf56d1300503903f4e38adb4572b7 \
|
|
sha256 ac57158e1c1c2e400cd72164a12855019d21aa24c3f98f4e55acf99fa7819349 \
|
|
size 583267
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-R.rsp
|
|
|
|
test.run yes
|