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

Provide a way to use kit-cmake without build-time git clone #324

Open
mbanck opened this issue Jan 2, 2022 · 1 comment
Open

Provide a way to use kit-cmake without build-time git clone #324

mbanck opened this issue Jan 2, 2022 · 1 comment

Comments

@mbanck
Copy link

mbanck commented Jan 2, 2022

It seems to me that TiledArray unconditionally tries to git clone kit-cmake into the builddir right now, or is there a way to circumvent that?

In some environments (notably, Linux distribution package autobuilding), network access is not available, or at least forbidden by policy.

Couldn't kit-cmake be a git submodule instead, which is dragged into release tarball archives?

Alternatively, there should be a way to tell TiledArray "I got a checkout of kit-cmake here, use that instead" I think

@mbanck
Copy link
Author

mbanck commented Jan 10, 2022

What is kit-cmake actually used for? If I just remove/uncomment it, tiledarray seems to build just fine, so maybe it could be an optional bit?

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

1 participant