Skip to content

Commit 658ccee

Browse files
authored
Merge pull request #228622 from Homebrew/bump-colmap-3.12.0
colmap 3.12.0
2 parents 3b6f82f + f2d372f commit 658ccee

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Formula/c/colmap.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
class Colmap < Formula
22
desc "Structure-from-Motion and Multi-View Stereo"
33
homepage "https://colmap.github.io/"
4-
url "https://github.com/colmap/colmap/archive/refs/tags/3.11.1.tar.gz"
5-
sha256 "d2c20729ab5b1198e17725b720128f304f4cfae5c0a8c20d75c0e9c5bdee5860"
4+
url "https://github.com/colmap/colmap/archive/refs/tags/3.12.0.tar.gz"
5+
sha256 "98aae3fbed984940a9d6f7ea93ca063c3f4eee3b4f6fff3bf6bdbf003efecfcb"
66
license "BSD-3-Clause"
7-
revision 2
87

98
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "a10d84ff5e6e26782f2043ea71657f741f6ad2a84870b15126d52dd75216fab8"
11-
sha256 cellar: :any, arm64_sonoma: "a3b2341aad18e5ee0e65a9ca38d497de5f2dae573525588e01026e609ff5929d"
12-
sha256 cellar: :any, arm64_ventura: "7d88ee8e8f5fc8b369050c706df0a6c6179eeb7a56262fc17d8e5ea0f9e3d050"
13-
sha256 cellar: :any, sonoma: "9b56b2f3bdae3e126dff816fd6005b1142a7af895166666e626af58c93ef2497"
14-
sha256 cellar: :any, ventura: "40a9ed14c6bdbb969209c24500ab814e0614740492e8cc26d0e50b2355f26fb5"
15-
sha256 x86_64_linux: "ce9da6e8e8f4c41ef007ead45ed70122eeb4739f82bdeb36bfffcbfea922b5b9"
9+
sha256 cellar: :any, arm64_sequoia: "36921b994d74e483066d9e990482b477495c9fab4b67be2e0d8a13d0cb3f5d10"
10+
sha256 cellar: :any, arm64_sonoma: "788f27f874ddc105e4fb2078caa3c2bf3899ac43b9b4bc0cf8ac69fa5e12390f"
11+
sha256 cellar: :any, arm64_ventura: "d048939da03a2978ce94ad479bbfbc384e30669c8b0983b75f7ec4d10dd5e6c4"
12+
sha256 cellar: :any, sonoma: "c2307dd2d9c8d5f3be0a2f0a08ae8c272ae14ed7253635d2e07359aff0da3349"
13+
sha256 cellar: :any, ventura: "dcb3f2ac13311738fc2ad08c82d244940c7ee6268803e030933a35211bdc98fb"
14+
sha256 x86_64_linux: "fedf25c726743ca087c4785ea5e80355ceb11640dcf84b9b5be4b36c5a6ec7da"
1615
end
1716

1817
depends_on "cmake" => :build
1918
depends_on "boost"
2019
depends_on "ceres-solver"
2120
depends_on "cgal"
2221
depends_on "eigen"
22+
depends_on "faiss"
2323
depends_on "flann"
2424
depends_on "freeimage"
2525
depends_on "gflags"
@@ -50,6 +50,7 @@ def install
5050
args = %w[
5151
-DCUDA_ENABLED=OFF
5252
-DFETCH_POSELIB=OFF
53+
-DFETCH_FAISS=OFF
5354
]
5455

5556
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args

0 commit comments

Comments
 (0)