colmap 3.7 -> 3.8 https://github.com/colmap/colmap/releases attrpath: colmap Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/science/misc/colmap/default.nix b/pkgs/applications/science/misc/colmap/default.nix index a029f5440b25..b2f0f4dcc5d0 100644 --- a/pkgs/applications/science/misc/colmap/default.nix +++ b/pkgs/applications/science/misc/colmap/default.nix @@ -12,13 +12,13 @@ let inherit (cudaPackages) cudatoolkit; in mkDerivation rec { - version = "3.7"; + version = "3.8"; pname = "colmap"; src = fetchFromGitHub { owner = "colmap"; repo = "colmap"; rev = version; - hash = "sha256-uVAw6qwhpgIpHkXgxttKupU9zU+vD0Za0maw2Iv4x+I="; + hash = "sha256-1uUbUZdz49TloEaPJijNwa51DxIPjgz/fthnbWLfgS8="; }; # TODO: rm once the gcc11 issue is closed, https://github.com/colmap/colmap/issues/1418#issuecomment-1049305256 Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A colmap nix build failed. -- Found COLAMD headers in: /nix/store/jb21h3vcvx4gpgyr67hw9a2yqhkyiva3-suitesparse-5.13.0-dev/include -- Found COLAMD library: /nix/store/gkjj0gm6ig08w9a9yasbvs6xiwj9i2lw-suitesparse-5.13.0/lib/libcolamd.so -- Found SPQR headers in: /nix/store/jb21h3vcvx4gpgyr67hw9a2yqhkyiva3-suitesparse-5.13.0-dev/include -- Found SPQR library: /nix/store/gkjj0gm6ig08w9a9yasbvs6xiwj9i2lw-suitesparse-5.13.0/lib/libspqr.so -- Found Config headers in: /nix/store/jb21h3vcvx4gpgyr67hw9a2yqhkyiva3-suitesparse-5.13.0-dev/include -- Found Config library: /nix/store/gkjj0gm6ig08w9a9yasbvs6xiwj9i2lw-suitesparse-5.13.0/lib/libsuitesparseconfig.so -- Did not find Intel TBB library, assuming SuiteSparseQR was not compiled with TBB. -- Looking for shm_open in rt -- Looking for shm_open in rt - found -- Adding librt to SuiteSparse_config libraries (required on Linux & Unix [not OSX] if SuiteSparse is compiled with timing). -- Found METIS: /nix/store/zlk8c7jb9vq73s3cpkjvmx4y4w2wbk6z-metis-5.1.0/include (found version "5.1.0") -- Found SuiteSparse: /nix/store/jb21h3vcvx4gpgyr67hw9a2yqhkyiva3-suitesparse-5.13.0-dev/include (found suitable version "5.13.0", minimum required is "5.13.0") found components: AMD CAMD CCOLAMD CHOLMOD COLAMD SPQR Config -- Found required Ceres dependency: Eigen version 3.4.0 in /nix/store/k8h9rvq92a0w01mc5nxwh4v0p4xfng28-eigen-3.4.0/share/eigen3/cmake -- Found required Ceres dependency: glog -- Found required Ceres dependency: gflags -- Found Ceres version: 2.1.0 installed in: / with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK, SuiteSparse, CXSparse, SchurSpecializations, Multithreading] -- Found Boost: /nix/store/590bpni5kgj20qn4jdx1xzxifr4lr5nm-boost-1.79.0-dev/lib/cmake/Boost-1.79.0/BoostConfig.cmake (found version "1.79.0") found components: program_options filesystem graph system unit_test_framework -- Found Eigen3: /nix/store/k8h9rvq92a0w01mc5nxwh4v0p4xfng28-eigen-3.4.0/include/eigen3 (Required is at least version "2.91.0") -- Found Eigen -- Includes : /nix/store/k8h9rvq92a0w01mc5nxwh4v0p4xfng28-eigen-3.4.0/include/eigen3 -- Found FreeImage -- Includes : /nix/store/ljdpyg8ci63vcbsp7v1pqxf4b5mrg5vn-freeimage-unstable-2021-11-01/include -- Libraries : /nix/store/ljdpyg8ci63vcbsp7v1pqxf4b5mrg5vn-freeimage-unstable-2021-11-01/lib/libfreeimage.so CMake Error at cmake/FindFLANN.cmake:91 (message): Could not find FLANN Call Stack (most recent call first): CMakeLists.txt:104 (find_package)  -- Configuring incomplete, errors occurred!