Skip to content
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

Synchronization of .cmake files #48

Open
keceli opened this issue Sep 26, 2022 · 1 comment
Open

Synchronization of .cmake files #48

keceli opened this issue Sep 26, 2022 · 1 comment

Comments

@keceli
Copy link
Contributor

keceli commented Sep 26, 2022

We had an action to sync .cmake files with DeveloperTools across different NWChemEx repos, but after abandoning DeveloperTools, we don't have a similar action in .github repo. Should we add back the sync action here or is there a way to use these files from this repo? If no to both, is there a better way than manually updating such common files across different repos?

@ryanmrichard
Copy link
Member

We're no longer synching files like this. The action which did it was pretty fragile and was more or less a work around for a real solution.

We have a couple of CMake modules which show up in each repo. It's probably best to put those in some repo, CMakeTools, or something, and then pull them into the builds via FetchContent. CMakeTools could eventually be a central place for storing the versions of our dependencies too.

@keceli keceli mentioned this issue Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants