-
Notifications
You must be signed in to change notification settings - Fork 45
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
Makefile doesn't work with EXTERNAL_DEPENDENCIES=1 #192
Comments
I think this is the intended behavior, because EXTERNAL_DEPENDENCIES=1 is meant to be used with $COQPATH, ie for scenarios where you ran Maybe the feature you are looking for is not EXTERNAL_DEPENDENCIES=1, but DEPS_DIR=/path/to/your/custom/dependencyDirectory ? |
EXTERNAL_DEPENDENCIES=1 is the correct setting for Coq's CI, where the dependencies are installed. Possibly the issue that you're running into is that kami (?) tracks something other than the master branch (I've forgotten which branch it tracks though)? What's the error that you see? |
Well its just that the makefile of bedrock2 isn't binding any logical names at all. I had to do this manually, and I could only supply it for the top makefile. |
Ah, I see the issue. The issue is that |
I am trying to add the submodule dependencies of bedrock2 to coq's ci, however I am finding it really difficult to get bedrock2 to depend on already built versions of kami etc.
Looking at the makefile, it seems that setting EXTERNAL_DEPENDENCIES=1 is a bit too aggresive. It also stops the logical paths being supplied. It would be great if you could fix the makefile so it doesn't have to depend on submodules.
The text was updated successfully, but these errors were encountered: