-
Notifications
You must be signed in to change notification settings - Fork 14
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
Revisions to the dockerfile #51
base: master
Are you sure you want to change the base?
Conversation
Add a new dockerfile with additional package installations for building carl. 1. Added more boost packages 2. Added git configuration (which shouldn't be hard-coded as it currently is) because it's needed in order for git to be able to apply patches. Still fails to successfully build CoCoA.
I have fixed the CoCoA build problems, which was due to a bug in CoCoA's script for finding the boost libraries: it made assumptions about how boost is installed that are not true, at least on Ubuntu. Unfortunately, even after the fix, the resulting Docker image does not appear to install CoCoA headers. See smtrat issue 97 I don't know much about |
In order to move this past draft status, I need some advice on
|
Previously `build/resources/include` wasn't in the C++ compiler's include list.
This needs refinement, but it fixes multiple problems with building Carl. |
This needs refinement, but it fixes multiple problems with building Carl. |
There are some issues with the existing Dockerfile. I have added a new one (not preceded by a
.
) trying to fix it.So far:
apt
package installations, which seem necessary.CoCoA
. Fixes Link for CoCoA lib download needs update #50Right now, this does not work. CoCoA does not build correctly. It seems not to find dependencies that are installed.