colmap 3.7 -> 3.8 https://repology.org/project/colmap/versions 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 [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 8dc8f749897..eee1d5aee68 100644 --- a/pkgs/applications/science/misc/colmap/default.nix +++ b/pkgs/applications/science/misc/colmap/default.nix @@ -11,13 +11,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 SPQR headers in: /nix/store/1wyyz3ks2y830f9bcmqq21ynzpb5gka8-suitesparse-5.13.0-dev/include -- Found SPQR library: /nix/store/lsz8fjhny1n6dvh2rq3xy1m1b4hyhbz7-suitesparse-5.13.0/lib/libspqr.so -- Found Config headers in: /nix/store/1wyyz3ks2y830f9bcmqq21ynzpb5gka8-suitesparse-5.13.0-dev/include -- Found Config library: /nix/store/lsz8fjhny1n6dvh2rq3xy1m1b4hyhbz7-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/dp1v9im5d7qvf2bzbrq80gnzqy6fbaf0-metis-5.1.0/include (found version "5.1.0") -- Found SuiteSparse: /nix/store/1wyyz3ks2y830f9bcmqq21ynzpb5gka8-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/axbkkaab4iiwa3njcbv7v0b0j4r83fi8-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/jrlljgnc7pi1ghnvbv9vzxb95nnypp4n-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/axbkkaab4iiwa3njcbv7v0b0j4r83fi8-eigen-3.4.0/include/eigen3 (Required is at least version "2.91.0") -- Found Eigen -- Includes : /nix/store/axbkkaab4iiwa3njcbv7v0b0j4r83fi8-eigen-3.4.0/include/eigen3 -- Found FreeImage -- Includes : /nix/store/nm2k17v3kvkpqhhhg6mki6x45wp7s73w-freeimage-unstable-2021-11-01/include -- Libraries : /nix/store/nm2k17v3kvkpqhhhg6mki6x45wp7s73w-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! See also "/build/source/build/CMakeFiles/CMakeOutput.log". See also "/build/source/build/CMakeFiles/CMakeError.log".