Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 14:31:00 +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: r554467 - head/biology/gcta
Message-ID:  <202011081431.0A8EV03J088247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Sun Nov  8 14:31:00 2020
New Revision: 554467
URL: https://svnweb.freebsd.org/changeset/ports/554467

Log:
  biology/gcta: Switch eigen3 dep to USES framework
  
  PR:             ports/250949
  Reported by:    lbartoletti

Modified:
  head/biology/gcta/Makefile

Modified: head/biology/gcta/Makefile
==============================================================================
--- head/biology/gcta/Makefile	Sun Nov  8 14:03:38 2020	(r554466)
+++ head/biology/gcta/Makefile	Sun Nov  8 14:31:00 2020	(r554467)
@@ -13,10 +13,9 @@ COMMENT=	Genome-wide Complex Trait Analysis
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/GNU_General_Public_License_v3.txt
 
-BUILD_DEPENDS=	eigen>=3:math/eigen3
 LIB_DEPENDS+=	libopenblas.so:math/openblas
 
-USES=		compiler:openmp dos2unix gmake localbase zip
+USES=		compiler:openmp dos2unix eigen:3 gmake localbase zip
 
 CXXFLAGS+=	-I${LOCALBASE}/include/eigen3 -fopenmp
 LDFLAGS+=	-lopenblas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081431.0A8EV03J088247>