You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran boennecd psqn 0.3.2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Partially Separable Quasi-Newton
|
|
long_description Provides quasi-Newton methods to minimize partially separable functions.
|
|
checksums rmd160 b7549552d6ddb59754db0e51bd9c557e50196f91 \
|
|
sha256 cf53b3da8bc8336465c27bbe238429b39332480b6c9729b19c074097f681c57f \
|
|
size 186044
|
|
# github.tarball_from archive
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-testthat
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-alabama \
|
|
port:R-bench \
|
|
port:R-lbfgs \
|
|
port:R-lbfgsb3c \
|
|
port:R-numDeriv \
|
|
port:R-R.rsp \
|
|
port:R-RcppArmadillo \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|