Source
# -*- 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
PortGroup github 1.0
PortGroup active_variants 1.1
PortGroup compiler_blacklist_versions 1.0
name py-bob-db-base
version 2.0.5
revision 8
license BSD
homepage http://idiap.github.com/bob/
categories-append science math devel
platforms darwin
maintainers idiap.ch:andre.anjos \
idiap.ch:laurent.el-shafey \
idiap.ch:tiago.pereira
description API for Database Bindings in Bob \
Bob is a signal-processing and machine learning toolbox
long_description Bob is a signal-processing and machine learning toolbox \
developed at the Idiap Research Institute, in Martigny, \
Switzerland. The toolbox is written in a mix of Python \
and C++ and is designed to be both efficient and to \
reduce development time.
github.setup bioidiap bob.db.base 2.0.5 v
python.versions 27 34 35 36
python.default_version 27
checksums rmd160 a31d1e89841ae1cc35fc11b721802f8a6c59a572 \
sha256 40ce2b4d376fb2283d079aec3074d4829f2f8506a9e994b1dfc1988f1972ea10
if {$subport ne $name} {
depends_build-append port:pkgconfig
depends_lib-append \
port:blitz \
port:cmake \
path:lib/libavcodec.dylib:ffmpeg \
port:matio \
port:jpeg \
port:netpbm \
port:libpng \
port:tiff \
port:giflib \
port:hdf5 \
port:fftw-3 \
port:vlfeat \
port:libsvm \
port:boost \
port:py${python.version}-sphinx \
port:py${python.version}-setuptools \
port:py${python.version}-numpy \