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

Ubuntu Compilation #6

Open
kogut opened this issue May 3, 2021 · 1 comment
Open

Ubuntu Compilation #6

kogut opened this issue May 3, 2021 · 1 comment

Comments

@kogut
Copy link

kogut commented May 3, 2021

In order to build the fast downward binary in Ubuntu 20.04, I had to append this line to the CMakeLists.txt in fd_copy/src:

target_link_libraries(downward lapack64 bz2 z)

This is for a "release64" build.

This may be related to a broken libcoin package in Ubuntu, and not necessarily an issue with this repository. Just providing the info here in case others run into the same issue.

@ertsiger
Copy link
Member

ertsiger commented May 4, 2021

Thanks @kogut,

I have tried to reproduce your problem in Ubuntu 20.04 but I haven't been able to do so (it compiles fine): I have both tried my usual installation as well as a new installation in a virtual machine. I'm thinking of adding your workaround to a section in the README called "Troubleshooting" or similar. If you have any thoughts on what could be causing this error, let us know and we will add these details in the README.

Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants