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-atnt
version 2.0.3
revision 9
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 AT&T/ORL Face Database Access API for 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.atnt 2.0.3 v
python.versions 27 34 35 36
python.default_version 27
checksums rmd160 2eea3680e535fd69981969685ea7dbeb16f4f906 \
sha256 6b6a04d3290e5c3456ae5b2ac050c82f915e42023ac336f3267172a465dd9639
depends_build-append port:pkgconfig
if {$subport ne $name} {
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:py${python.version}-six \
port:boost \
port:py${python.version}-sphinx \