mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
22 lines
727 B
Tcl
22 lines
727 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 cran QZ 0.2-3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MPL-2
|
|
description Generalized eigenvalues and QZ decomposition
|
|
long_description {*}${description}
|
|
checksums rmd160 d2dc5b33d910a3e44b5d3fc48ecac30a7d10acd4 \
|
|
sha256 ad74d7877d776b1e445a1188a349bb62cfbf5041b48c46ace4258cedd1bd5f93 \
|
|
size 248957
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-fda
|
|
|
|
test.run yes
|