pkgsrc-WIP-changes archive

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

kallisto: Add rationale for MAKE_JOBS_SAFE



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jul 23 14:10:54 2020 +0000
Changeset:	5ef856dcc5b4ae6e1b01f7548df7950befc66792

Modified Files:
	kallisto/Makefile

Log Message:
kallisto: Add rationale for MAKE_JOBS_SAFE

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

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

diffstat:
 kallisto/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/kallisto/Makefile b/kallisto/Makefile
index a51724af4b..f75e9b9314 100644
--- a/kallisto/Makefile
+++ b/kallisto/Makefile
@@ -20,7 +20,7 @@ SUBST_FILES.test=	kallisto-test
 SUBST_SED.test=		-e 's|/usr/local/share/kallisto|${DATADIR}|g'
 
 CMAKE_ARGS+=		-DUSE_HDF5:BOOL=ON
-MAKE_JOBS_SAFE=		no
+MAKE_JOBS_SAFE=		no	# Doesn't finished bundled htslib first
 INSTALLATION_DIRS+=	${DATADIR}
 
 DATADIR=		${PREFIX}/share/kallisto


Home | Main Index | Thread Index | Old Index