andr...@enge.fr (Andreas Enge) writes: > andreas pushed a commit to branch master > in repository guix. > > commit 60da9fb1100787c49ed4910eacf50e83c6462dcc > Author: Andreas Enge <andr...@enge.fr> > Date: Sun Oct 16 17:00:56 2016 +0200 > > gnu: hdf4: Fix non-x86 architectures. > > * gnu/packages/patches/hdf4-architectures.patch: New file. > * gnu/local.mk (dist_patch_DATA): Register patch. > * gnu/packages/maths.scm (hdf4)[source]: Add patch. > --- > gnu/packages/patches/hdf4-architectures.patch | 579 > +++++++++++++++++++++++++ > 1 file changed, 579 insertions(+)
Contrary to the commit log message, the only part of this that actually made it into the patch was adding 'hdf4-architectures.patch'. The changes to local.mk and maths.scm were not included. Mark