pkgsrc-WIP-changes archive

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

ncbi-blast+: Disable MAKE_JOBS_USAFE



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Apr 25 13:21:13 2018 -0500
Changeset:	049849ae9fd52b8b07d26c7aa343d7c6b9cf5812

Modified Files:
	ncbi-blast+/Makefile

Log Message:
ncbi-blast+: Disable MAKE_JOBS_USAFE

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

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

diffstat:
 ncbi-blast+/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/ncbi-blast+/Makefile b/ncbi-blast+/Makefile
index 8d477b89a8..2e243d716b 100644
--- a/ncbi-blast+/Makefile
+++ b/ncbi-blast+/Makefile
@@ -20,7 +20,7 @@ SUBST_SED.configure+=	-e '/--infodir=DIR/d'
 SUBST_SED.configure+=	-e '/--mandir=DIR/d'
 SUBST_FILES.configure+=	${WRKSRC}/src/build-system/configure
 
-USE_TOOLS+=	gmake strip
+USE_TOOLS+=	gmake
 USE_LANGUAGES=	c c++
 GNU_CONFIGURE=	yes
 REPLACE_BASH=	compilers/xcode30_prj/configure
@@ -33,7 +33,7 @@ REPLACE_PYTHON=	src/app/winmasker/windowmasker_2.2.22_adapter.py
 CONFIGURE_ENV=		ncbi_cv_prog_amq_w=no
 CONFIGURE_ARGS+=	AR="ar cr" --without-boost
 CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/ncbi-tools++
-MAKE_JOBS_SAFE=		no	# Intermittent issues
+# MAKE_JOBS_SAFE=		no	# Intermittent issues
 WRKSRC=			${WRKDIR}/${DISTNAME}/c++
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index