# -*- 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
categories-append science
python.versions 27 34 35 36 37 38
maintainers {mmoll @mamoll} openmaintainer
description Package for managing hierarchical datasets
long_description PyTables is a package for managing hierarchical datasets \
and designed to efficiently and easily cope with \
extremely large amounts of data
homepage https://pytables.github.io/
master_sites pypi:t/tables/ \
http://sourceforge.net/projects/pytables/files/pytables/${version}
checksums rmd160 63669412aa325d85a7c45b10966263534a9808c0 \
sha256 db3488214864fb313a611fca68bf1c9019afe4e7877be54d0e61c84416603d4d \
distname ${realname}-${version}
if {${name} ne ${subport}} {
# Last version that supports python 2.7
if {${python.version} eq 27} {
distname ${realname}-${version}
checksums rmd160 9e5aa9f3b270888c853eb5f30cd6461a362bb1c1 \
sha256 b220e32262bab320aa41d33125a7851ff898be97c0de30b456247508e2cc33c2 \
destroot.args --hdf5=${prefix} \
# need to wrap this in a pre-destroot phase so that ${mpi.cc} expands to the right value
if {[mpi_variant_isset]} {
destroot.cmd env CC=${mpi.cc} ${destroot.cmd}