You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
1.0 KiB
Tcl
33 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 python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup scikit-umfpack scikit-umfpack 0.2.3
|
|
revision 1
|
|
|
|
name py-scikit-umfpack
|
|
categories-append math
|
|
platforms darwin
|
|
license BSD
|
|
maintainers {gmail.com:jjstickel @jjstickel} openmaintainer
|
|
|
|
description scikit-umfpack provides wrapper of UMFPACK sparse direct solver to SciPy.
|
|
long_description ${description}
|
|
|
|
checksums rmd160 e6b832e963862cfa93b3072c34fa2a1a481bb6e8 \
|
|
sha256 4826256848b39d86111b8e3783a0e64b85d4cf251c4f41c88f355136379b8190
|
|
|
|
python.versions 27 35 36
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools \
|
|
port:swig-python
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-scipy \
|
|
port:SuiteSparse_UMFPACK
|
|
}
|