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:
aptpackage 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.