phoronix-test-suite / test-profiles

A read-only Git copy of the OpenBenchmarking.org test profiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pts/yafaray-1.1.1 fails to build

marxin opened this issue · comments

Fails due to:

/home/marxin/.phoronix-test-suite/installed-tests/pts/yafaray-1.1.1/Core-3.5.1/include/core_api/surface.h:118:26: error: ‘numeric_limits’ is not a member of ‘std’
  118 |         else return std::numeric_limits<float>::infinity();
      |                          ^~~~~~~~~~~~~~
/home/marxin/.phoronix-test-suite/installed-tests/pts/yafaray-1.1.1/Core-3.5.1/include/core_api/surface.h:118:41: error: expected primary-expression before ‘float’
  118 |         else return std::numeric_limits<float>::infinity();