Date: Sat, 1 Sep 2018 14:14:12 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478697 - head/biology/stacks Message-ID: <201809011414.w81EECEx073704@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809011414.w81EECEx073704>