Skip to content
Snippets Groups Projects

Add opencv

Merged Vincent POLLET requested to merge add_opencv into master
1 file
+ 42
42
Compare changes
  • Side-by-side
  • Inline
@@ -77,12 +77,12 @@ zip_keys:
@@ -77,12 +77,12 @@ zip_keys:
# This version of bob-devel will be used at test time of packages:
# This version of bob-devel will be used at test time of packages:
bob_devel:
bob_devel:
- 2020.11.17
- 2020.11.19
# This version of beat-devel will be used at test time of packages. Notice it
# This version of beat-devel will be used at test time of packages. Notice it
# uses bob-devel and should have a version that is greater or equal its value
# uses bob-devel and should have a version that is greater or equal its value
beat_devel:
beat_devel:
- 2020.11.17
- 2020.11.19
# The build time only dependencies (build requirements).
# The build time only dependencies (build requirements).
# Updating these to the latest version all the time is OK and a good idea.
# Updating these to the latest version all the time is OK and a good idea.
@@ -95,46 +95,16 @@ make:
@@ -95,46 +95,16 @@ make:
pkg_config:
pkg_config:
- 0.29.2
- 0.29.2
# The dependencies that we link against (host requirements).
# The host requirements. Ideally we want to build against the oldest possible version of
# Ideally we want to build against the oldest possible version of packages when
# packages so packages can be installed with a wide range of versions. But the versions
# we are linking against them. It is best to keep this in sync with:
# here should also be compatible with the pinned versions in bob-devel. For most
# https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml
# dependencies, you want to put the exact version of bob-devel in here as well. It is
# The level of pins (x, x.x, or x.x.x) depends on the run_exports of the package
# best to keep this in sync with:
 
# https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml The
 
# names here should not contain dots or dashes. You should replace dots and dashes with
 
# underlines.
boost:
boost:
- 1.73
- 1.73.0
ffmpeg:
- 4.2
freetype:
- 2.10
giflib:
- 5
hdf5:
- 1.10.6
jpeg:
- 9
libblitz:
- 1.0.1
libpng:
- 1.6
libsvm:
- 3.24
libtiff:
- 4.1
mkl:
- 2019
numpy:
- 1.16
pybind11:
- 2.4
sox:
- 14.4.2
vlfeat:
- 0.9.21
# The dependencies that are needed for runtime only (run requirements). These versions
# **should** match the versions inside bob-devel recipe. In fact, you can copy the
# bob-devel pins here and remove the ones that are already in the "build" requirements,
# above (like numpy, boost). You should also replace dots and dashes with underlines.
click:
click:
- 7.1.2
- 7.1.2
click_plugins:
click_plugins:
@@ -153,24 +123,50 @@ docker_py:
@@ -153,24 +123,50 @@ docker_py:
- 4.3.1
- 4.3.1
docopt:
docopt:
- 0.6.2
- 0.6.2
 
ffmpeg:
 
- 4.2.2
 
freetype:
 
- 2.10.4
 
giflib:
 
- 5.2.1
h5py:
h5py:
- 2.10.0
- 2.10.0
 
hdf5:
 
- 1.10.6
jinja2:
jinja2:
- 2.11.2
- 2.11.2
 
jpeg:
 
- 9b
jsonschema:
jsonschema:
- 3.2.0
- 3.2.0
 
libblitz:
 
- 1.0.1
 
libpng:
 
- 1.6.37
 
libsvm:
 
- 3.24
 
libtiff:
 
- 4.1.0
matplotlib:
matplotlib:
- 3.3.2
- 3.3.2
 
mkl:
 
- 2019.4
ncurses:
ncurses:
- 6.2
- 6.2
nose:
nose:
- 1.3.7
- 1.3.7
 
numpy: # we build against numpy 1.16 but test against newer versions.
 
- 1.16
 
opencv:
 
- 4.5.0
pandas:
pandas:
- 1.1.3
- 1.1.3
pillow:
pillow:
- 8.0.1
- 8.0.1
psycopg2:
psycopg2:
- 2.8.5
- 2.8.5
 
pybind11:
 
- 2.5.0
pyopengl:
pyopengl:
- 3.1.1
- 3.1.1
pyqtgraph:
pyqtgraph:
@@ -206,7 +202,9 @@ setuptools:
@@ -206,7 +202,9 @@ setuptools:
simplejson:
simplejson:
- 3.17.2
- 3.17.2
six:
six:
- 1
- 1.15.0
 
sox:
 
- 14.4.2
sphinx:
sphinx:
- 3.2.1
- 3.2.1
sphinx_rtd_theme:
sphinx_rtd_theme:
@@ -227,6 +225,8 @@ torchvision:
@@ -227,6 +225,8 @@ torchvision:
- 0.8.1
- 0.8.1
tqdm:
tqdm:
- 4.50.2
- 4.50.2
 
vlfeat:
 
- 0.9.21
xarray:
xarray:
- 0.16.1
- 0.16.1
zc_buildout:
zc_buildout:
Loading