guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: higan: Update to 106.


From: Ludovic Courtès
Subject: 04/05: gnu: higan: Update to 106.
Date: Thu, 23 Nov 2017 17:19:51 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5864f1c1ee435fefa707cc644b88d99a2e89ff98
Author: Rutger Helling <address@hidden>
Date:   Wed Nov 22 09:32:25 2017 +0100

    gnu: higan: Update to 106.
    
    * gnu/packages/games.scm (higan): Update to 106.
    * gnu/packages/patches/higan-remove-march-native-flag.patch: Adjust.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/games.scm                                    |  4 ++--
 gnu/packages/patches/higan-remove-march-native-flag.patch | 15 +++++++--------
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 73ffa74..c37491d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3035,7 +3035,7 @@ Red Eclipse provides fast paced and accessible gameplay.")
 (define-public higan
   (package
     (name "higan")
-    (version "104")
+    (version "106")
     (source
      (origin
        (method url-fetch)
@@ -3044,7 +3044,7 @@ Red Eclipse provides fast paced and accessible gameplay.")
              version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "18by01ir2mvdi9hq571in1hk18gw2bd0ynq4avfs1qj0qra35fqb"))
+        (base32 "0y42pra0dxzlbkyzcp3r8a39pji2bj3p9fl40425f60af2igr4rw"))
        (patches (search-patches "higan-remove-march-native-flag.patch"))))
     (build-system gnu-build-system)
     (native-inputs
diff --git a/gnu/packages/patches/higan-remove-march-native-flag.patch 
b/gnu/packages/patches/higan-remove-march-native-flag.patch
index 8f4a36d..30d4cdd 100644
--- a/gnu/packages/patches/higan-remove-march-native-flag.patch
+++ b/gnu/packages/patches/higan-remove-march-native-flag.patch
@@ -2,12 +2,11 @@ Remove -march=native from build flags.
 
 --- a/higan/GNUmakefile
 +++ b/higan/GNUmakefile
-@@ -32,7 +32,7 @@ ifeq ($(platform),windows)
- else ifeq ($(platform),macosx)
-   flags += -march=native
- else ifneq ($(filter $(platform),linux bsd),)
--  flags += -march=native -fopenmp
-+  flags += -fopenmp
+@@ -26,7 +26,6 @@
+   flags += -fopenmp
    link += -fopenmp
-   link += -Wl,-export-dynamic
-   link += -lX11 -lXext
+   ifeq ($(binary),application)
+-    flags += -march=native
+     link += -Wl,-export-dynamic
+     link += -lX11 -lXext
+   else ifeq ($(binary),library)



reply via email to

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