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-learn-activation
version 2.0.4
revision 6
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 Python bindings for bob.machine's Activation functors \
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.learn.activation 2.0.4 v
python.versions 27 34
python.default_version 27
checksums rmd160 f5f15307fb71fc0cd9aeb813963fa3243555fa06 \
sha256 cb1f38a383f3ac3753fc321b9aa0d0740708865565e6ae679d0c32d40a70230b
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 \