You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
902 B
Tcl
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
|
|
}
|