-
Notifications
You must be signed in to change notification settings - Fork 5
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
Handle new suitesparse version #171
Conversation
@@ -18,13 +18,13 @@ endif() | |||
find_path(suitesparse_cholmod_INCLUDE_DIR | |||
NAMES cholmod.h | |||
HINTS ${SUITESPARSE_DIRS} | |||
PATH_SUFFIXES include |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to keep the include
suffix for the Linux installs and older versions on Mac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that I made mistake, it should have been include and not suitesparse
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@ljbade I can see that your approval is needed, because must be someone from dev infra |
Has this now been tested on both Linux and Mac? |
@ljbade Yes, it has been compiled as part of Albatross pipeline swift-nav/albatross#473 (comment) |
https://swift-nav.atlassian.net/browse/OC-729 Handle new Suitesparse version and dix Apple Clang compiling Submodule links need to be corrected for Cmake and eigen after these PRs are merged swift-nav/cmake#171 swift-nav/eigen#4
This reverts commit 436d339.
This reverts commit 7c94a80.
Automated PR by Jenkins. If CI has passed successfully, merge away! **cmake** f5113f7d -> 117b3f73 - 117b3f73 : enable c++20 (swift-nav/cmake#173) - 436d339a : Handle new suitesparse version (swift-nav/cmake#171) This pull request was created by https://jenkins.ci.swift-nav.com/job/CI%20Infra/job/submodule-update/17095/. Co-authored-by: Matt Woodward <[email protected]>
https://swift-nav.atlassian.net/browse/OC-729
Handle directory structure of new Suitesparse version