Am 01.06.20 um 12:56 schrieb slitvinov:
I am on a shared supercomputer. It has only the following versions gcc/6.1.0 gcc/7.3.0 gcc/8.1.0 gcc/8.2.0 gcc/8.3.0(default)
Do I have any chance to build graph-tools? Maybe an older version?
You can try. GCC 7 should work.
You should also think about using conda, which does not require compilation, and is specially well suited for these kinds of restrictive environments.
(Also note you are trying to compile an older version, the newest one is 2.32)
Best, Tiago