svn commit: r478697 - head/biology/stacks

Jason W. Bacon jwb at FreeBSD.org
Sat Sep 1 14:14:12 UTC 2018


Author: jwb
Date: Sat Sep  1 14:14:11 2018
New Revision: 478697
URL: https://svnweb.freebsd.org/changeset/ports/478697

Log:
  biology/stacks: Enable OpenMP (oversight in previous commit)
  
  Upgrade to latest release will follow, after testing
  
  Approved by:    jrm (mentor)
  Differential Revision:  https://reviews.freebsd.org/D16973

Modified:
  head/biology/stacks/Makefile

Modified: head/biology/stacks/Makefile
==============================================================================
--- head/biology/stacks/Makefile	Sat Sep  1 14:10:04 2018	(r478696)
+++ head/biology/stacks/Makefile	Sat Sep  1 14:14:11 2018	(r478697)
@@ -2,7 +2,7 @@
 
 PORTNAME=	stacks
 DISTVERSION=	1.48
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	biology
 MASTER_SITES=	http://catchenlab.life.illinois.edu/stacks/source/
 
@@ -12,7 +12,7 @@ COMMENT=	Software pipeline for building loci from shor
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c++11-lang gmake python shebangfix
+USES=		compiler:openmp gmake python shebangfix
 SHEBANG_FILES=	scripts/*.pl scripts/*.py
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list