hydro-project / fluent

A data-driven compute platform
Apache License 2.0
1.22k stars 173 forks source link

Fail to install dependencies on Centos7.2 #46

Closed huangll99 closed 5 years ago

huangll99 commented 5 years ago

Detected that this is a Fedora-based distribution.

No compiler is specified. Default compiler is clang++. We currently are unable to support clang++ installation on Fedora distributions.

vsreekanti commented 5 years ago

Hi @huangll99. I have been unable to build the project with clang on Fedora, so we have to default to using gcc instead. If you build with the -g flag, that will tell the script to use gcc instead of clang. Let me know if you have any other questions.

huangll99 commented 5 years ago

Hi @huangll99. I have been unable to build the project with clang on Fedora, so we have to default to using gcc instead. If you build with the -g flag, that will tell the script to use gcc instead of clang. Let me know if you have any other questions.

thanks a lot