Skip to content

Use alisw/CGAL mirror instead of tarballs#6145

Open
singiamtel wants to merge 3 commits intoalisw:masterfrom
singiamtel:pr-use-cgal-mirror
Open

Use alisw/CGAL mirror instead of tarballs#6145
singiamtel wants to merge 3 commits intoalisw:masterfrom
singiamtel:pr-use-cgal-mirror

Conversation

@singiamtel
Copy link
Copy Markdown
Collaborator

No description provided.

@singiamtel singiamtel requested a review from a team as a code owner February 20, 2026 12:41
Comment thread cgal.sh Outdated
Comment thread cgal.sh
export GMP_INC_DIR="${GMP_ROOT}/include"

cmake "$SOURCEDIR" \
-DCMAKE_CXX_STANDARD=14 \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general we build for C++20. Why do we need to hardcode the 14? Shuldn't this be $CXXSTD from the default?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version of CGAL uses std::allocator::rebind which is apparently gone since C++17. We would need to either bump or patch it away

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants