Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve/Fix Antares solver building mecanisms #919

Open
JasonMarechal25 opened this issue Sep 4, 2024 · 0 comments
Open

Improve/Fix Antares solver building mecanisms #919

JasonMarechal25 opened this issue Sep 4, 2024 · 0 comments

Comments

@JasonMarechal25
Copy link
Contributor

JasonMarechal25 commented Sep 4, 2024

Summary

Recent changes involving the removal of antares-deps have introduced regressions in the Antares solver build process.

Issues Identified

  1. Directory Precedence:
    When building the solver, it is being done in an external directory named antares-deps, which is always prepended to CMAKE_PREFIX_PATH. This causes issues when attempting to use a different solver installation later.

Suggested Solution

Allow CMake to manage the download, build, and installation of the solver using FetchContent. This approach would provide more flexibility and avoid the issues caused by the current directory precedence setup.

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

No branches or pull requests

1 participant