Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glomap: new recipe #24829

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

glomap: new recipe #24829

wants to merge 1 commit into from

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Aug 5, 2024

Summary

Changes to recipe: glomap/cci.20240802

Motivation

GLOMAP is a general purpose global structure-from-motion pipeline for image-based reconstruction. GLOMAP requires a COLMAP database as input and outputs a COLMAP sparse reconstruction. As compared to COLMAP, this project provides a much more efficient and scalable reconstruction process, typically 1-2 orders of magnitude faster, with on-par or superior reconstruction quality.

https://github.com/colmap/glomap

Details

Requires

/cc @ahojnnes


@conan-center-bot

This comment has been minimized.

@valgur valgur marked this pull request as draft August 7, 2024 06:19
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 2 (329670180dae73aa833d306fcdd9bdff03f20a45):

  • glomap/cci.20240802:
    Error running command conan info glomap/cci.20240802@#1f6bc9efbac470e52d266113adbea4e4 --json {jsonName} --dry-build -pr {profileName}:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    glomap:shared=False
    
    ...
    ERROR: ceres-solver/2.1.0: option 'use_suitesparse' doesn't exist
    Possible options are ['shared', 'fPIC', 'use_glog', 'use_gflags', 'use_custom_blas', 'use_eigen_sparse', 'use_schur_specializations']
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline ❌

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Failure in build 2 (329670180dae73aa833d306fcdd9bdff03f20a45):

  • glomap/cci.20240802:
    Error running command conan graph info --requires glomap/cci.20240802@#1f6bc9efbac470e52d266113adbea4e4 --build glomap/cci.20240802@#1f6bc9efbac470e52d266113adbea4e4 -f json -pr:h /home/conan/workspace/prod-v2/bsr/71081/cdfda/profile_linux_11_libstdcpp11_17_gcc_release_64.-shared-False.txt -pr:b /home/conan/workspace/prod-v2/bsr/71081/cdfda/profile_linux_11_libstdcpp11_17_gcc_release_64..txt:
    ======== Computing dependency graph ========
    boost/1.85.0: Not found in local cache, looking in remotes...
    boost/1.85.0: Checking remote: conan-center
    boost/1.85.0: Downloaded recipe revision 0146e46a0e32fbb44e7189f25c193dae
    zlib/1.3.1: Not found in local cache, looking in remotes...
    zlib/1.3.1: Checking remote: conan-center
    zlib/1.3.1: Downloaded recipe revision f52e03ae3d251dec704634230cd806a2
    bzip2/1.0.8: Not found in local cache, looking in remotes...
    bzip2/1.0.8: Checking remote: conan-center
    bzip2/1.0.8: Downloaded recipe revision 457c272f7da34cb9c67456dd217d36c4
    libbacktrace/cci.20210118: Not found in local cache, looking in remotes...
    libbacktrace/cci.20210118: Checking remote: conan-center
    libbacktrace/cci.20210118: Downloaded recipe revision a7691bfccd8caaf66309df196790a5a1
    b2/5.2.1: Not found in local cache, looking in remotes...
    b2/5.2.1: Checking remote: conan-center
    b2/5.2.1: Downloaded recipe revision 91bc73931a0acb655947a81569ed8b80
    ceres-solver/2.1.0: Not found in local cache, looking in remotes...
    ceres-solver/2.1.0: Checking remote: conan-center
    ceres-solver/2.1.0: Downloaded recipe revision 61809d7baf47aeb1a0a82472ba2283d0
    eigen/3.4.0: Not found in local cache, looking in remotes...
    eigen/3.4.0: Checking remote: conan-center
    eigen/3.4.0: Downloaded recipe revision 2e192482a8acff96fe34766adca2b24c
    colmap/3.10: Not found in local cache, looking in remotes...
    colmap/3.10: Checking remote: conan-center
    colmap/3.10: Checking remote: c3i_PR-v2-24829
    Graph root
        cli
    Requirements
        boost/1.85.0#0146e46a0e32fbb44e7189f25c193dae - Downloaded (conan-center)
        bzip2/1.0.8#457c272f7da34cb9c67456dd217d36c4 - Downloaded (conan-center)
        ceres-solver/2.1.0#61809d7baf47aeb1a0a82472ba2283d0 - Downloaded (conan-center)
        eigen/3.4.0#2e192482a8acff96fe34766adca2b24c - Downloaded (conan-center)
        glomap/cci.20240802#1f6bc9efbac470e52d266113adbea4e4 - Cache
        libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1 - Downloaded (conan-center)
        zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Downloaded (conan-center)
    Build requirements
        b2/5.2.1#91bc73931a0acb655947a81569ed8b80 - Downloaded (conan-center)
    Resolved version ranges
        b2/[>=5.2 <6]: b2/5.2.1
        zlib/[>=1.2.11 <2]: zlib/1.3.1
    ERROR: Package 'colmap/3.10' not resolved: Unable to find 'colmap/3.10' in remotes.
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants