Files
2023-12-17 10:39:17 -05:00

29 lines
902 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 python 1.0
name py-chainer
version 1.1.2
revision 0
checksums rmd160 6a081a1e0b8a69a3c756469de22ae3106d736475 \
sha256 f40b89602f13498ef42f6382a16c98fbb6cb2be2d99ee54008d97e3f6d991d5c \
size 91692
maintainers nomaintainer
license MIT
supported_archs noarch
platforms {darwin any}
description A flexible framework of neural networks
long_description {*}${description}
homepage https://chainer.org
python.versions 311
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-numpy \
port:py${python.version}-scikit-learn
}