Skip to content

Adjust include path search according to dependencies #175

@anutosh491

Description

@anutosh491

If xeus and its dependencies are installed in non standard location, xeus-cpp needs to be aware of the related include directories to be able to process xcpp extensions correctly.

I think this needs to be addressed as it was done for xeus-cling

  1. https://github.com/jupyter-xeus/xeus-cling/blob/93d61b98518c494fc0e195844c392fc0d40dd0d2/src/xinterpreter.cpp#L435
  2. https://github.com/jupyter-xeus/xeus-cling/blob/93d61b98518c494fc0e195844c392fc0d40dd0d2/CMakeLists.txt#L332-L333

Activity

AhmedFatthy1040

AhmedFatthy1040 commented on Nov 28, 2024

@AhmedFatthy1040

I’ve submitted a PR addressing this issue. #187
Please take a look and let me know if there are any further adjustments needed. 😊
Thanks!

added a commit that references this issue on Dec 3, 2024
71cd1ec
linked a pull request that will close this issue on Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Adjust include path search according to dependencies · Issue #175 · compiler-research/xeus-cpp