K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-10-30T02:08:39.912320Z K 7 svn:log V 282 math/openturns: fix build on BE architectures This port fails to build on big-endian architectures, because it redefines __BIG_ENDIAN__. Our compilers already define __BIG_ENDIAN__ and redefining it breaks compilation. PR: 241546 Approved by: linimon (mentor), yuri (maintainer) END