We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: