# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-theano version 0.6.0 revision 0 categories-append devel platforms darwin license BSD python.versions 27 33 maintainers stromnov openmaintainer description Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs. long_description ${description} homepage http://deeplearning.net/software/theano/ master_sites http://pypi.python.org/packages/source/T/Theano/ distname Theano-${version} checksums rmd160 889f9bd8b2f4158ed7bcd008dc79ae6d10778409 \ sha256 aaa75f9a9b7bf50f09ddcc01fb993cf47513179d0a7bee3d96bfeebd66e76083 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-scipy livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex {Theano-(\d+(?:\.\d+)*)\.[tz]} }