pkgsrc-WIP-changes archive

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

hisat2*: Patch for testing on Darwin arm64



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed May 17 07:44:46 2023 -0500
Changeset:	467974950fe46f336108806b30679a2a81032b8d

Modified Files:
	hisat2-simde/Makefile
	hisat2/Makefile

Log Message:
hisat2*: Patch for testing on Darwin arm64

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

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

diffstat:
 hisat2-simde/Makefile | 5 +++--
 hisat2/Makefile       | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/hisat2-simde/Makefile b/hisat2-simde/Makefile
index aa471843e7..b9f21805da 100644
--- a/hisat2-simde/Makefile
+++ b/hisat2-simde/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	hisat2-2.2.1
+PKGREVISION=	2
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=DaehwanKimLab/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -11,7 +12,7 @@ COMMENT=	Alignment program for mapping next-generation sequencing reads
 LICENSE=	gnu-gpl-v3
 
 # 64-bit code, some assembly language
-ONLY_FOR_PLATFORM=	*-*-x86_64
+ONLY_FOR_PLATFORM=	*-*-x86_64 *-*-aarch64
 
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	bash gmake perl
@@ -27,7 +28,7 @@ WRKSRC=			${WRKDIR}/hisat2-2.2.1
 post-patch:
 	${MV} ${WRKSRC}/VERSION ${WRKSRC}/HISAT2_VERSION
 
-.include "../../wip/simde/buildlink3.mk"
+.include "../../devel/simde/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/hisat2/Makefile b/hisat2/Makefile
index 05d74679e2..4ee939ae2c 100644
--- a/hisat2/Makefile
+++ b/hisat2/Makefile
@@ -1,11 +1,12 @@
 # $NetBSD$
 
 DISTNAME=	hisat2-2.2.1
+PKGREVISION=	2
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=DaehwanKimLab/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
-MAINTAINER=	bacon%NetBSD.org@localhost
+OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://ccb.jhu.edu/software/hisat2/index.shtml
 COMMENT=	Alignment program for mapping next-generation sequencing reads
 LICENSE=	gnu-gpl-v3


Home | Main Index | Thread Index | Old Index