Newer
Older
{% set name = 'bob.fusion.base' %}
{% set project_dir = environ.get('RECIPE_DIR') + '/..' %}
package:
name: {{ name }}
version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
build:
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
run_exports:
- {{ pin_subpackage(name) }}
script:
- cd {{ project_dir }}
{% if environ.get('BUILD_EGG') %}
- "{{ PYTHON }} setup.py sdist --formats=zip"
- "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- bob.extension
- bob.core
- bob.measure
- bob.learn.linear
- bob.bio.base
- matplotlib {{ matplotlib }}
- numpy {{ numpy }}
- scikit-learn {{ scikit_learn }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scikit-learn') }}
- bob fusion fuse --help
- bob fusion resource --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- nose {{ nose }}
- coverage {{ coverage }}
- sphinx {{ sphinx }}
- sphinx_rtd_theme {{ sphinx_rtd_theme }}
about:
home: https://www.idiap.ch/software/bob/
license: GPL-3.0
summary: Score fusion in biometric and pad experiments
license_family: GPL