libigl@2.6.3 - #10507
Open
amenomori wants to merge 1 commit into
Open
libigl@2.6.3#10507amenomori wants to merge 1 commit into
amenomori wants to merge 1 commit into
Conversation
Contributor
Author
|
@bazel-io skip_check unstable_url |
Member
|
Hello BCR maintainers, modules without existing maintainers (libigl) have been updated in this PR. |
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
bazel-io
requested review from
a team,
UebelAndre and
Wyverald
and removed request for
a team
September 11, 2026 07:15
Add libigl 2.6.3 (upstream release 2026-08-31). Same layout as 2.6.0: header-only igl_core target from an overlay BUILD.bazel, top-level include/igl only. Changes against 2.6.0 module files: - eigen dependency raised from 3.4.1 to 5.0.1, matching upstream's port to Eigen 5.0.1 (libigl/libigl#2538) and the cmake pin in the release. - Dropped the copts entry "std=c++17" from the overlay. It is not a valid compiler flag and has no effect on a header-only target.
amenomori
force-pushed
the
libigl-2.6.3
branch
from
September 11, 2026 07:17
46c060d to
9f78807
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds libigl 2.6.3, released upstream on 2026-08-31 (https://github.com/libigl/libigl/releases/tag/v2.6.3).
Module layout is unchanged from 2.6.0: a single header-only
igl_coretarget defined in an overlayBUILD.bazel, exposing the top-levelinclude/iglheaders.presubmit.ymlis identical to 2.6.0.Differences from the 2.6.0 module files:
bazel_dep(name = "eigen")raised from3.4.1to5.0.1. Upstream ported libigl to Eigen 5.0.1 in this release (Port to Eigen 5.0.1 libigl/libigl#2538) and the release's cmake recipe pins Eigen 5.0.1.copts = ["std=c++17"]from the overlay. It is not a valid compiler flag (missing-) and has no effect on a header-onlycc_library; upstream now requires C++17 from the consumer's own compile flags.Verification:
tools/bcr_validation.py --check libigl@2.6.3passes every check excepturl_stability. libigl publishes no release archives (0 assets on the v2.6.3 release), so this needs the sameskip_check unstable_urlas 2.6.0 (libigl@2.6.0 only with igl_core #6873).strip_prefixverified against the archive.cc_librarytargets that includeigl/AABB.h,igl/bbw.h,igl/fast_winding_number.h,igl/massmatrix.h,igl/point_mesh_squared_distance.h,igl/readMESH.h,igl/readMSH.h,igl/readOBJ.h,igl/read_triangle_mesh.h, and running their unit tests.🤖 Generated with Claude Code