Problem in compilation of latest develop branch

Hi everyone

I am having difficulty installing the develop branch on a small cluster we have. As you can see in the figures below, cmake goes fine but when i run the make command i start seeing errors. i have turned on the debug and optimization flags for the compile. the problem seems to be generating from xtensor. i thought maybe it can be the issue of clang. i updated the clang to version 5.0.1 but still getting errors.

Any help will be highly appreciated. Thanks.


It looks like this build is picking up an Intel compiler rather than the Clang one you mentioned. Look near the top of the Cmake output and you’ll see “The CXX compiler identification is Inel 14.0.3.20140422”. Perhaps that 2014 Intel compiler is too old to support C++14 features.

thanks @Sterling Harper. That hint did help me to install it successfully. Thanks a lot