Bug 255092 - biology/bowtie2: fix build on powerpc64le, probably also aarch64
Summary: biology/bowtie2: fix build on powerpc64le, probably also aarch64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason W. Bacon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-15 15:18 UTC by Piotr Kubaj
Modified: 2021-04-18 15:54 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jwb)


Attachments
patch (2.13 KB, patch)
2021-04-15 15:18 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (jwb)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2021-04-15 15:18:11 UTC
Created attachment 224136 [details]
patch

powerpc64le check in Makefile actually checks for ppc64le.

On non-amd64, POPCNT_CAPABILITY=0 needs to be passed to make.

Non-amd64 systems need to use simde wrappers.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-18 15:54:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=48ddc73c5822130dd3f00361ec6998eec0a29e6d

commit 48ddc73c5822130dd3f00361ec6998eec0a29e6d
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2021-04-18 15:52:07 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2021-04-18 15:53:14 +0000

    biology/bowtie2: Add support for powerpc64le

    PR:             255092
    Submitted by:   pkubaj

 biology/bowtie2/Makefile             | 13 ++++++++++++-
 biology/bowtie2/distinfo             |  4 +++-
 biology/bowtie2/files/patch-Makefile |  4 ++--
 3 files changed, 17 insertions(+), 4 deletions(-)
Comment 2 Jason W. Bacon freebsd_committer freebsd_triage 2021-04-18 15:54:44 UTC
Thanks!