Skip to content
Snippets Groups Projects

Deprecating C++ code. Now, we depends only on bob.extension

Open Tiago de Freitas Pereira requested to merge deprecation into master
Files
5
+ 4
12
@@ -6,6 +6,7 @@ package:
@@ -6,6 +6,7 @@ package:
version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
build:
build:
 
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
run_exports:
run_exports:
- {{ pin_subpackage(name) }}
- {{ pin_subpackage(name) }}
@@ -25,9 +26,9 @@ requirements:
@@ -25,9 +26,9 @@ requirements:
- python {{ python }}
- python {{ python }}
- setuptools {{ setuptools }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- pip {{ pip }}
 
- bob.extension
 
- bob.ip.color
- scikit-image {{ scikit_image }}
- scikit-image {{ scikit_image }}
- libblitz {{ libblitz }}
- boost {{ boost }}
- numpy {{ numpy }}
- numpy {{ numpy }}
- scipy {{ scipy }}
- scipy {{ scipy }}
- matplotlib {{ matplotlib }}
- matplotlib {{ matplotlib }}
@@ -35,7 +36,6 @@ requirements:
@@ -35,7 +36,6 @@ requirements:
run:
run:
- python
- python
- setuptools
- setuptools
- boost
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('scikit-image') }}
- {{ pin_compatible('scikit-image') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('numpy') }}
@@ -47,16 +47,7 @@ test:
@@ -47,16 +47,7 @@ test:
imports:
imports:
- {{ name }}
- {{ name }}
commands:
commands:
- collect_training_data.py --help
- extract_training_features.py --help
- train_detector.py --help
- validate_detector.py --help
- detect_faces.py --help
- evaluate_detections.py --help
- plot_froc.py --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- nosetests --with-coverage -sv bob.learn.boosting
- nosetests --with-coverage -sv bob.ip.flandmark
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
@@ -71,6 +62,7 @@ test:
@@ -71,6 +62,7 @@ test:
- bob.io.image
- bob.io.image
- bob.io.base
- bob.io.base
 
about:
about:
home: https://www.idiap.ch/software/bob/
home: https://www.idiap.ch/software/bob/
license: BSD 3-Clause
license: BSD 3-Clause
Loading