-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update to ufs-bundle CMakeLists.txt to use same RPATH and ecbundle_initialize commands that jedi-bundle uses #71
base: develop
Are you sure you want to change the base?
Conversation
…ng RPATH, replacing ufs-bundle cmake prefix material.
CI failed in S2S build, but the error doesn't seem to be related to this PR? https://github.com/JCSDA/ufs-bundle/actions/runs/10151281420/job/28070209562?pr=71 |
CMakeLists.txt
Outdated
if(APPLE) | ||
list( APPEND CMAKE_INSTALL_RPATH $ENV{llvm_openmp_ROOT}/lib ) | ||
endif() | ||
list( APPEND CMAKE_INSTALL_RPATH ${CMAKE_CURRENT_BINARY_DIR}/fv3 ) |
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.
This line should be removed. There is no subdirectory fv3 in the top-level ufs-bundle
I'm on PTO until Friday, Aug 2. Please feel free to modify this PR as needed. |
Same for me :-) |
removed a space Co-authored-by: Dom Heinzeller <[email protected]>
removed append of RPATH with fv3 directory
I won't have time to work on this unfortunately; I'll remove myself from the reviewers here. |
Description
Per issue: #49
I blindly copied over jedi-bundle CMakeLists.txt front material regarding RPATH, replacing ufs-bundle cmake prefix material.
This adds RPATH information used in jedi-bundle, which appears to fix the CRTM not being found problem. This was only tested on S4.
Issue(s) addressed
Resolves #49
Checklist