Skip to content
Snippets Groups Projects

Update recipe

Closed Vincent POLLET requested to merge update_conda_forge_opencv_recipe into master

There have been some updates on the conda-forge recipe since we tried it, including some changes to the build string. I am not sure if it has any impact on the package's hashes problem that we had, but it build working packages locally. Can we try it in the CI ?

The build of conda/bob-devel if failing due to conda conflicts caused by the faulty opencv packages. I think it should be solved when working opencv packages are pushed to bob's channel.

Merge request reports

Pipeline #47225 failed

Pipeline failed for 911042ac on update_conda_forge_opencv_recipe

Closed by Vincent POLLETVincent POLLET 4 years ago (Jan 20, 2021 5:16pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • The build of conda/bob-devel if failing due to conda conflicts caused by the faulty opencv packages. I think it should be solved when working opencv packages are pushed to bob's channel.

    No it should be green here. If the builds fail here, they will fail once merged too. You need to look into the conflict.

  • Author Maintainer
    Encountered problems while solving.
    Problem: nothing provides py-opencv 4.5.0 py37h1209919_0 needed by opencv-4.5.0-py37_0

    As I said the conflict is with the opencv dependency in bob-devel. The packages are broken in bob's channel: opencv expects a different py-opencv than the one we have.

    conda search --info --override-channels -c http://www.idiap.ch/software/bob/conda/label/beta -c http://www.idiap.ch/software/bob/conda  opencv
    Loading channels: done
    opencv 4.5.0 py37_0
    -------------------
    file name   : opencv-4.5.0-py37_0.conda
    name        : opencv
    version     : 4.5.0
    build       : py37_0
    build number: 0
    size        : 23 KB
    license     : BSD-3-Clause
    subdir      : linux-64
    url         : http://www.idiap.ch/software/bob/conda/linux-64/opencv-4.5.0-py37_0.conda
    md5         : 1d2435cb7f45aa7fbb81ab6e046e97e6
    timestamp   : 2020-11-18 16:44:47 UTC
    dependencies: 
      - libopencv 4.5.0 py37_0
      - py-opencv 4.5.0 py37h1209919_0
    
    conda search --info --override-channels -c http://www.idiap.ch/software/bob/conda/label/beta -c http://www.idiap.ch/software/bob/conda py-opencv
    Loading channels: done
    py-opencv 4.5.0 py37h73dd053_0
    ------------------------------
    file name   : py-opencv-4.5.0-py37h73dd053_0.conda
    name        : py-opencv
    version     : 4.5.0
    build       : py37h73dd053_0
    build number: 0
    size        : 1.1 MB
    license     : BSD-3-Clause
    subdir      : linux-64
    url         : http://www.idiap.ch/software/bob/conda/linux-64/py-opencv-4.5.0-py37h73dd053_0.conda
    md5         : 8ac8e402e9188dc3720e0acff681a772
    timestamp   : 2020-11-18 18:30:48 UTC
    dependencies: 
      - libopencv 4.5.0 py37_0
      - numpy >=1.16.6,<2.0a0
      - python >=3.7,<3.8.0a0

    Should I remove the opencv entry in bob.devel ?

  • Should I remove the opencv entry in bob.devel ?

    No you increase the build number in opencv recipe.

  • Vincent POLLET added 1 commit

    added 1 commit

    • 67338fd4 - Remove opencv from bob-devel

    Compare with previous version

  • Vincent POLLET added 1 commit

    added 1 commit

    • 911042ac - Increase build number of opencv to avoid conflicts in bob-devel

    Compare with previous version

  • Author Maintainer

    I think we can close this now, since the issue with opencv packages was solved we don't need the updates

Please register or sign in to reply
Loading