-
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
Adapt to latest FMS update and have an option to install DA-utils #41
Conversation
I'm not sure what you mean by the repo section. Do you mean |
I had to add cloning a single file from a repo method, otherwise whenever any repo containing |
I installed your branch and the |
Hmm, I'm testing it on SLES15. Let me install it on SLES12 and see. |
You are right, reinstalled the repo and not receiving that bug anymore. Wish every solution was that simple! So this is ready for testing/review, as long as the |
This is taking care of multiple JEDI updates/issues:
FMS/2023.04
as a module #44With this update, there is no need to copy
mom6
andfv3
repos forsoca
andfv3-jedi
builds anymore. These modules are linked via CMake instead.Waiting on this https://github.com/JCSDA-internal/jedi-bundle/pull/103 to be merged first.mergedSecond, this line is required in
CMakelists.txt
list( APPEND CMAKE_INSTALL_RPATH ${CMAKE_CURRENT_BINARY_DIR}/fv3 )
Similar module updates will be done in SWELL for build method to work @asewnath GEOS-ESM/swell#395
DA-utils
as an optional repo #43Now it is possible to build NOAA-EMC's DA-utils as an optional package (uses
IODA
andOOPS
modules). It's a shared repo so we could contribute.For this to be built,
da-utils
needs to be added inextra_repos
andNOAA-EMC
needs to be added to thegithub_orgs
list inbuild.yaml
.saber
depends onvader
#45Build order change,
saber
depends onvader
sovader
gets built first: https://github.com/orgs/JCSDA-internal/discussions/143pycodestyle
version should be less than 2.12 #42Some of this could use a documentation update...