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

cupla: no .gitmodules #2547

Merged

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Mar 10, 2018

Remove the .gitmodules file from cupla. We ship alpaka ourselves and it can confuse git clone steps to have it in there.

First seen as an issue with ReadTheDocs builds (activated by default since November last year).

Remove the .gitmodules file from cupla.
We ship alpaka ourselves and it can confuse git clone steps
to have it in there.

First seen as an issue with ReadTheDocs builds (activated by default
since November last year).
@ax3l ax3l added bug a bug in the project's code component: third party third party libraries that are shipped and/or linked install installation & packaging labels Mar 10, 2018
@ax3l ax3l added this to the 0.4.0 / 1.0.0: Next Stable milestone Mar 10, 2018
@@ -1,4 +0,0 @@
[submodule "alpaka"]
path = alpaka
url = git://github.com/ComputationalRadiationPhysics/alpaka.git
Copy link
Member Author

@ax3l ax3l Mar 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@psychocoderHPC you might also want to consider adding this url to a https:// url on cupla itself.
Otherwise, anonymous git clones (--recursive) and git submodule init, update, sync, etc. will fail for cupla.

@psychocoderHPC
Copy link
Member

I am confused because you change a thridt party module. We never change this directly in our project.

@ax3l
Copy link
Member Author

ax3l commented Mar 10, 2018 via email

@ax3l
Copy link
Member Author

ax3l commented Mar 10, 2018

If we forget it on an update and RTD did not expose the linked issue as an option by then, the badge in the readme will tell us

@psychocoderHPC
Copy link
Member

offline discussed: this is a temporary solution. In general we should not update our thrid party dependencies here.

@psychocoderHPC psychocoderHPC merged commit 2b7bd80 into ComputationalRadiationPhysics:dev Mar 10, 2018
@ax3l ax3l deleted the fix-submodCupla branch March 10, 2018 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in the project's code component: third party third party libraries that are shipped and/or linked install installation & packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants