Skip to content

Install etc/{global,ukv} on package install - #177

Merged
Yaswant Pradhan (yaswant) merged 3 commits into
developfrom
bugfix/install-etc
Aug 3, 2023
Merged

Install etc/{global,ukv} on package install#177
Yaswant Pradhan (yaswant) merged 3 commits into
developfrom
bugfix/install-etc

Conversation

@matthewrmshin

Copy link
Copy Markdown
Collaborator

Install contents in etc/ on package install (i.e., when we run cmake --install or make install after a successful build).

Also modify the existing logic to copy instead of symlink etc/ contents to binary/build directory, as disk usage of contents is actually quite small, so there is really very little difference whether the files are symbolically linked or installed.

Relates to MetOffice/mo-bundle#221, (which adds the functionality to install JEDI applications to an alternate location after a successful build).

Install contents in etc/ on package install.

Copy instead of symlink etc/ contents to binary directory, as disk usage
of contents is actually quite small. This allows binary directory to
become more independent of the source directory after successful build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants