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

Project compiles forever #6

Open
jerhoud opened this issue Mar 23, 2022 · 2 comments
Open

Project compiles forever #6

jerhoud opened this issue Mar 23, 2022 · 2 comments

Comments

@jerhoud
Copy link

jerhoud commented Mar 23, 2022

I have not been able to compile the project
The compiler goes on forever. I killed it after 2 hours, it then uses 24.5 g of memory.
I am on linux
I use gcc 9.2.0
boost 1.77.0
the last version of boost/multiprecision
Eigen 3.4.0

@FreddieWitherden
Copy link
Contributor

It is likely you are hitting https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95264

Please switch to a recent version of Clang.

@mancolric
Copy link

I had the same issue, but it is true that with Clang compiles perfectly.

In case someone is not familiar with cmake (like me), the instruction to compile with Clang is
cmake -G"Unix Makefiles" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ../

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

3 participants