Date: Mon, 11 Jan 2021 17:54:42 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561239 - head/biology/hyphy Message-ID: <202101111754.10BHsgXC069372@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Mon Jan 11 17:54:42 2021 New Revision: 561239 URL: https://svnweb.freebsd.org/changeset/ports/561239 Log: biology/hyphy: Remove USES=compiler:openmp USES=compiler:openmp still forces building with GCC. This is no longer necessary on tier 1 platforms, which have openmp in the base system. PR: 247753, 252379 Modified: head/biology/hyphy/Makefile (contents, props changed) Modified: head/biology/hyphy/Makefile ============================================================================== --- head/biology/hyphy/Makefile Mon Jan 11 17:49:29 2021 (r561238) +++ head/biology/hyphy/Makefile Mon Jan 11 17:54:42 2021 (r561239) @@ -2,6 +2,7 @@ PORTNAME= hyphy DISTVERSION= 2.5.25 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org @@ -14,7 +15,7 @@ ONLY_FOR_ARCHS= amd64 i386 LIB_DEPENDS= libcurl.so:ftp/curl -USES= cmake compiler:openmp localbase:ldflags ssl +USES= cmake localbase:ldflags ssl USE_GITHUB= yes GH_ACCOUNT= veg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101111754.10BHsgXC069372>