# -*- 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.8.2 revision 0 categories-append devel platforms darwin license BSD python.versions 27 33 34 35 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 pypi:t/theano distname Theano-${version} checksums rmd160 3ba9c49fe7149e5a6b773d9a394bbe6752d9e3ba \ sha256 7463c8f7ed1a787bf881f36d38a38607150186697e7ce7e78bfb94b7c6af8930 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 \ port:py${python.version}-six # Fix permissions (#43188) post-extract { fs-traverse item ${worksrcpath} { if {[file isdirectory ${item}]} { file attributes ${item} -permissions a+rx } elseif {[file isfile ${item}]} { file attributes ${item} -permissions a+r } } } livecheck.type none } else { livecheck.name Theano livecheck.type pypi }