Skip to content

Fix distance mini-app BVH robustness#67

Open
prudhomm wants to merge 1 commit into
mainfrom
66-fix-distance-mini-app-bvh-robustness
Open

Fix distance mini-app BVH robustness#67
prudhomm wants to merge 1 commit into
mainfrom
66-fix-distance-mini-app-bvh-robustness

Conversation

@prudhomm

@prudhomm prudhomm commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Fix distance mini-app BVH robustness
Fixes #66
@prudhomm prudhomm requested a review from vincentchabannes June 4, 2026 18:38
@prudhomm prudhomm self-assigned this Jun 4, 2026
@prudhomm prudhomm added this to ExaMA Jun 4, 2026
@prudhomm prudhomm added bug Something isn't working mini-app Focused application testing a specific algorithm, solver, or numerical method labels Jun 4, 2026
@prudhomm prudhomm linked an issue Jun 4, 2026 that may be closed by this pull request
@github-project-automation github-project-automation Bot moved this to 🆕 New in ExaMA Jun 4, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: feaefa718d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread CMakeLists.txt
option(FEELPP_PROJECT_REQUIRE_TOOLBOXES "Require Feel++ Toolboxes to run cfg/json configurations" ON)

if ( NOT TARGET Feelpp::feelpp )
find_package(Feel++ CONFIG REQUIRED COMPONENTS Toolboxes

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Honor the opt-out before requiring Toolboxes

When configuring a core-only Feel++ install with -DFEELPP_PROJECT_REQUIRE_TOOLBOXES=OFF, this still asks find_package for REQUIRED COMPONENTS Toolboxes, so CMake fails before the later FEELPP_PROJECT_REQUIRE_TOOLBOXES check can allow the build. This makes the new option ineffective for standalone users who only want to build the non-toolbox apps; request the component conditionally or make the package lookup non-required for Toolboxes and let the explicit check decide.

Useful? React with 👍 / 👎.

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

Labels

benchmark bug Something isn't working mini-app Focused application testing a specific algorithm, solver, or numerical method

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

Fix distance mini-app BVH robustness

1 participant