Skip to content

Commit

Permalink
biology/bowtie2: fix build on powerpc64*
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Nov 9, 2022
1 parent 9fe0c09 commit 12c4982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biology/bowtie2/files/patch-Makefile
@@ -1,4 +1,4 @@
--- Makefile.orig 2022-11-02 14:50:38 UTC
--- Makefile.orig 2022-11-01 01:53:08 UTC
+++ Makefile
@@ -32,7 +32,7 @@ BOWTIE_SHARED_MEM :=

Expand All @@ -23,7 +23,7 @@

POPCNT_CAPABILITY ?= 1
-else ifneq (,$(findstring $(shell uname -m), aarch64 arm64 s390x ppc64 ppc64le))
+else ifneq (,$(findstring $(shell uname -p), aarch64 arm64 s390x ppc64 ppc64le))
+else ifneq (,$(findstring $(shell uname -p), aarch64 arm64 s390x powerpc64 powerpc64le ppc64 ppc64le))
BITS := 64
SSE_FLAG :=
CXXFLAGS += -fopenmp-simd

0 comments on commit 12c4982

Please sign in to comment.