Re: [big endian] Unbreak math/netcdf

2020-04-04 Thread Martin Reindl
Am 04.04.20 um 19:44 schrieb Kurt Mosiejczuk: > On Sat, Apr 04, 2020 at 06:03:46PM +0200, Charlene Wendling wrote: > >> I've spotted this while lurking the sparc64 bulk, netcdf fails to build: > >>> libdispatch/dfilter.c:681:1: error: static declaration of 'byteswap8' >>> follows non-static

Re: [big endian] Unbreak math/netcdf

2020-04-04 Thread Kurt Mosiejczuk
On Sat, Apr 04, 2020 at 06:03:46PM +0200, Charlene Wendling wrote: > I've spotted this while lurking the sparc64 bulk, netcdf fails to build: > > libdispatch/dfilter.c:681:1: error: static declaration of 'byteswap8' > > follows non-static declaration > (and more) > A pull request has already

[big endian] Unbreak math/netcdf

2020-04-04 Thread Charlene Wendling
Hi, I've spotted this while lurking the sparc64 bulk, netcdf fails to build: > libdispatch/dfilter.c:681:1: error: static declaration of 'byteswap8' > follows non-static declaration (and more) A pull request has already been made to the upstream GitHub repo [0], this fixes the build on macppc