guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: diamond: Do not specify target architecture.


From: Ben Woodcroft
Subject: 01/01: gnu: diamond: Do not specify target architecture.
Date: Wed, 18 May 2016 11:28:15 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 7c544991dcee6cf8f79484f12a8249ede38d2dd2
Author: Ben Woodcroft <address@hidden>
Date:   Wed May 18 21:21:09 2016 +1000

    gnu: diamond: Do not specify target architecture.
    
    * gnu/packages/bioinformatics.scm (diamond)[arguments]: Do not
    specify target architecture.
---
 gnu/packages/bioinformatics.scm |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1f79728..8cec840 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1494,7 +1494,13 @@ identify enrichments with functional annotations of the 
genome.")
                 "1dqancz32c2l7w1b2vkvh5zqa2jnf99j1c41djnx1l8pxn044zdc"))))
     (build-system cmake-build-system)
     (arguments
-     '(#:tests? #f)) ; no "check" target
+     '(#:tests? #f ; no "check" target
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'remove-native-compilation
+           (lambda _
+             (substitute* "CMakeLists.txt" (("-march=native") ""))
+             #t)))))
     (inputs
      `(("zlib" ,zlib)))
     (home-page "https://github.com/bbuchfink/diamond";)



reply via email to

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