-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unnecessary yaFyaml dependency in GOCART build system #184
Comments
Ah. Nuts. Yeah. We probably need a "build like UFS" build test here as well. @rmontuoro In MAPL we handle this via |
@mathomp4 - yes, we build MAPL with The yaFyaml dependency is required by MAPL though, not GOCART. |
True. Indeed, there seem to be a lot of unneeded Lines 61 to 64 in 4c94179
Those are needed by MAPL, not GOCART. @rmontuoro if I make up a hotfix patch, can you test it? |
@mathomp4 - sure. Thanks! |
@rmontuoro Can you actually tell me exactly how you are building MAPL now? That is what CMake options? I should capture that. |
@rmontuoro Okay can you try the |
@rmontuoro Actually, another question: what version of GOCART are you using? My draft PR is based on our |
@mathomp4 - Thank you. |
Ah. Good then we can (for now) just hotfix 2.1.0 since you are (essentially) on that. I'm doing testing now and will coordinate with @amdasilva about getting a v2.1.1 out for you. |
@mathomp4 - |
Fixes #184. Remove unneeded GFE find_package calls
yaFyaml is not needed to build GOCART. However, the following dependency is included in the build system:
GOCART/CMakeLists.txt
Line 64 in e59ddd4
The text was updated successfully, but these errors were encountered: