unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29391] [PATCH] gnu: higan: Update to 106.
@ 2017-11-22  8:40 Rutger Helling
  2017-11-23 22:04 ` bug#29391: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-11-22  8:40 UTC (permalink / raw)
  To: 29391


[-- Attachment #1.1: Type: text/plain, Size: 27 bytes --]

Here's an update for higan.

[-- Attachment #1.2: Type: text/html, Size: 214 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-higan-Update-to-106.patch --]
[-- Type: text/x-diff; name=0001-gnu-higan-Update-to-106.patch, Size: 2203 bytes --]

From 4f828233db84210c4648538aeffe725a8fa46f96 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Wed, 22 Nov 2017 09:32:25 +0100
Subject: [PATCH] gnu: higan: Update to 106.

* gnu/packages/games.scm (higan): Update to 106.
---
 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 73ffa74c7..c37491dc6 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 8f4a36dc3..30d4cdd06 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)
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#29391: [PATCH] gnu: higan: Update to 106.
  2017-11-22  8:40 [bug#29391] [PATCH] gnu: higan: Update to 106 Rutger Helling
@ 2017-11-23 22:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-11-23 22:04 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 29391-done

Rutger Helling <rhelling@mykolab.com> skribis:

> From 4f828233db84210c4648538aeffe725a8fa46f96 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Wed, 22 Nov 2017 09:32:25 +0100
> Subject: [PATCH] gnu: higan: Update to 106.
>
> * gnu/packages/games.scm (higan): Update to 106.

I added the .patch change in the log and committed.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-23 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-22  8:40 [bug#29391] [PATCH] gnu: higan: Update to 106 Rutger Helling
2017-11-23 22:04 ` bug#29391: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).