pkgsrc-WIP-changes archive

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

bowtie2: Add support for non-x86 architectures



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu May 18 07:41:40 2023 -0500
Changeset:	065884074a55f469f2e8b70c8574177423666435

Modified Files:
	bowtie2/Makefile

Log Message:
bowtie2: Add support for non-x86 architectures

Merely needed to make SIMDE visible by adding devel/simde bl3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=065884074a55f469f2e8b70c8574177423666435

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bowtie2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/bowtie2/Makefile b/bowtie2/Makefile
index d88b4bdc9e..6b985e6d5f 100644
--- a/bowtie2/Makefile
+++ b/bowtie2/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	bowtie2-2.4.4
+PKGREVISION=	3
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=BenLangmead/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -29,4 +30,5 @@ post-install:
 
 .include "../../lang/python/application.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/simde/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index