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

CMake details #446

Merged
merged 3 commits into from Mar 13, 2024
Merged

CMake details #446

merged 3 commits into from Mar 13, 2024

Conversation

nim65s
Copy link
Contributor

@nim65s nim65s commented Mar 13, 2024

Hi,

This fix exported CMake interface when CMAKE_INSTALL_INCLUDEDIR is not strictly include, and allow use of jrl-cmakemodule from an installed version

@jorisv
Copy link
Contributor

jorisv commented Mar 13, 2024

Perfect, we can merge it if there is nothing more to add.

@jcarpent jcarpent merged commit 37ad9a1 into stack-of-tasks:devel Mar 13, 2024
25 of 32 checks passed
@nim65s nim65s deleted the cmake branch March 13, 2024 14:12
nim65s added a commit to nim65s/robotpkg that referenced this pull request Apr 22, 2024
    ## [3.5.0] - 2024-04-14

    ### Added
    - Allow use of installed JRL-cmakemodule (stack-of-tasks/eigenpy#446)
    - Support of Numpy 2.0.0b1 (stack-of-tasks/eigenpy#448)
    - Support new primitive type (char, int8_t, uint8_t, int16_t, uint16_t, uint32_t, uint64_t) ()stack-of-tasks/eigenpy#455)
    - Support conversion between signed <-> unsigned integers (stack-of-tasks/eigenpy#455)
    - Support conversion between complex numbers (stack-of-tasks/eigenpy#455)

    ### Fixed
    - Fix unit test build in C++11 (stack-of-tasks/eigenpy#442)
    - Fix unit test function signature [#443](stack-of-tasks/eigenpy#443)
    - Fix CMake export (stack-of-tasks/eigenpy#446)
    - Fix `int` management on Windows (stack-of-tasks/eigenpy#455)
    - Fix `long long` management on Mac (stack-of-tasks/eigenpy#455)
    - Allow to run test in the build directory on Windows (stack-of-tasks/eigenpy#457)

    ### Removed
    - Remove casting when converting from Eigen scalar to Numpy scalar.
      This should not remove any functionality since Numpy array are created from the Eigen scalar type
      (stack-of-tasks/eigenpy#455)
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.

None yet

3 participants