pkgsrc-WIP-changes archive

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

stacks2: Add GCC_REQD - USE_LANGUAGES+=c++14 is not sufficient



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Dec 22 09:08:01 2018 -0600
Changeset:	3619c5cd5d946ee428a5fa68ec6226e73fa66a58

Modified Files:
	stacks2/Makefile

Log Message:
stacks2: Add GCC_REQD - USE_LANGUAGES+=c++14 is not sufficient

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

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

diffstat:
 stacks2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/stacks2/Makefile b/stacks2/Makefile
index f50d092ef2..dd6f63c8f2 100644
--- a/stacks2/Makefile
+++ b/stacks2/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Software pipeline for building loci from short-read sequences
 LICENSE=	gnu-gpl-v2
 
 USE_LANGUAGES=	c c++14
+GCC_REQD=	6
 USE_TOOLS+=	bash perl:run
 GNU_CONFIGURE=	yes
 


Home | Main Index | Thread Index | Old Index