From 5e7893dbb360edf86fb4959100cbc26f094d2e6a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 14 Jun 2025 15:38:28 +0200 Subject: [PATCH] Update build-all.py --- nix/build-all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index 39c2fa421e..86bf9e88a3 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -96,7 +96,7 @@ HDF5_VERSION = "1.12.1" GMP_VERSION = "6.2.1" MPFR_VERSION = "3.1.6" # latest is 4.1.0 -CGAL_VERSION = "5.5.5" +CGAL_VERSION = "5.6.x-branch" USD_VERSION = "23.05" TBB_VERSION = "2021.9.0" @@ -800,7 +800,7 @@ if "cgal" in targets: download_url="https://github.com/CGAL/cgal.git", download_name="cgal", download_tool=download_tool_git, - revision=f"v{CGAL_VERSION}" + revision=CGAL_VERSION ) if "usd" in targets: