marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

add compiler version check #26

Closed JasonMoho closed 3 years ago

JasonMoho commented 3 years ago

Added to prevent building with GCC/G++ versions less than 9.0 on Linux and Clang 12.0 on MacOS.

If using lesser version of the above compilers, the header in the c++ standard library will not be found. Which is the possible source of #21