guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: hdf4: Really fix non-x86 architectures.


From: Andreas Enge
Subject: 01/01: gnu: hdf4: Really fix non-x86 architectures.
Date: Tue, 18 Oct 2016 19:18:02 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit 15ca49b220b531864b9ac4d3dcbb218279ca0db3
Author: Andreas Enge <address@hidden>
Date:   Tue Oct 18 21:15:43 2016 +0200

    gnu: hdf4: Really fix non-x86 architectures.
    
    This is a follow-up to commit 60da9fb1100787c49ed4910eacf50e83c6462dcc.
    
    * gnu/local.mk (dist_patch_DATA): Register patch.
    * gnu/packages/maths.scm (hdf4)[source]: Add patch.
---
 gnu/local.mk           |    3 ++-
 gnu/packages/maths.scm |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 5226b49..73221b8 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -584,8 +584,9 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/gtk3-respect-GUIX_GTK3_PATH.patch       \
   %D%/packages/patches/gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch \
   %D%/packages/patches/gtkglext-disable-disable-deprecated.patch \
-  %D%/packages/patches/hdf4-shared-fortran.patch               \
+  %D%/packages/patches/hdf4-architectures.patch                \
   %D%/packages/patches/hdf4-reproducibility.patch              \
+  %D%/packages/patches/hdf4-shared-fortran.patch               \
   %D%/packages/patches/hdf5-config-date.patch                  \
   %D%/packages/patches/hdf-eos5-build-shared.patch             \
   %D%/packages/patches/hdf-eos5-remove-gctp.patch              \
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 07934e3..d41a3f1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -456,7 +456,8 @@ computations.")
                            version "/src/hdf-" version ".tar.bz2"))
        (sha256
         (base32 "16yr50j845zlfx20skmw3y75ww77akk9gg0affjqkg66ih5r03mv"))
-       (patches (search-patches "hdf4-reproducibility.patch"
+       (patches (search-patches "hdf4-architectures.patch"
+                                "hdf4-reproducibility.patch"
                                 "hdf4-shared-fortran.patch"))))
 
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]