Bug#812852: Vigra auf ppc64el -- continues a little bit

2016-03-10 Thread Ullrich Koethe
I upgraded the RC to use the newest LZ4 version which has significantly better byte order handling. Hopefully, this fixes the problem. One could also add a cmake option to use a pre-installed LZ4 library when available and just fall-back to the internal version if not. Best Ulli

Bug#812852: Vigra auf ppc64el -- continues a little bit

2016-03-10 Thread Ullrich Koethe
* Remove all occurencies of threading::memory_order* in multi_array_chunked.hxx (or equivalently, replace them with threading::memory_order_seq_cst). This will force all atomic accesses to use sequentially consistent ordering, the most strict possibility. That worked out ... much thanks! -