# -*- 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 github 1.0 PortGroup python 1.0 github.setup ContinuumIO blaze 0.3.0 name py-blaze categories-append devel platforms darwin license BSD python.versions 26 27 maintainers stromnov openmaintainer description Blaze is the next-generation of NumPy long_description Blaze is the next-generation of NumPy. It is designed \ as a foundational set of abstractions on which to build \ out-of-core and distributed algorithms over a wide \ variety of data sources and to extend the structure \ of NumPy itself. homepage http://blaze.pydata.org/ checksums rmd160 bbf0e9cbb6603870eae844b6cae1c563392970c7 \ sha256 f5505dc23725963655633a2200f863815c8c66bb1bad4d928ebe0da4838c0066 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-llvmpy \ port:py${python.version}-cython \ port:py${python.version}-ply \ port:py${python.version}-dynd \ port:py${python.version}-numba livecheck.type none }