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
840 B
Tcl
22 lines
840 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 ruby 1.0
|
|
|
|
ruby.branches 3.3 3.2 3.1
|
|
ruby.setup numo-linalg 0.1.7 gem {} rubygems
|
|
categories-append math
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description Linear algebra library with interface to BLAS/LAPACK
|
|
long_description {*}${description}
|
|
homepage https://github.com/ruby-numo/numo-linalg
|
|
checksums rmd160 ff08afe3463c84b311b363d485e855b195b4de2e \
|
|
sha256 bf5faa48b682b707535a11ce8e10e8b74896aa61497e0d3b1f73a22c3455301b \
|
|
size 1387008
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:rb${ruby.suffix}-numo-narray
|
|
}
|