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

[INSTALLATION ERROR] Install fails on candide cluster due to compiler options. #178

Open
1 of 2 tasks
andrevitorelli opened this issue May 14, 2022 · 1 comment
Open
1 of 2 tasks
Labels
installation installation issues

Comments

@andrevitorelli
Copy link

System setup
candide

Describe the bug
Install fails because the compiler doesn't understand the--std=c++14option while compiling sparse2d
.
To Reproduce
pip install python-pysap on candide

Are you planning to submit a Pull Request?

  • Yes
  • No
@andrevitorelli andrevitorelli added the installation installation issues label May 14, 2022
@andrevitorelli andrevitorelli changed the title [INSTALLATION ERROR] [INSTALLATION ERROR] Install fails on candide cluster due to compiler options. May 14, 2022
@andrevitorelli
Copy link
Author

It turned out that the problem is actually while compiling sparse2d. At some point, cmake calls for a different compiler than the one we expect.
Solved by setting export DCMAKE_C_COMPILER=gcc. It was pointing to a /usr/bin/c++ which is a 4.8.5 gcc.

I won't close the issue now, as there is probably a minor bug in the installer that can be solved. I might look into that in the future.

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

No branches or pull requests

1 participant