aboutsummaryrefslogtreecommitdiff
path: root/biology/gcta
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2020-11-08 14:31:00 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2020-11-08 14:31:00 +0000
commit1b81e826199a1a6b72a2a1dbc67435bc2ba88693 (patch)
treef062e2b19ecbd9bb86dc2566e9307288313ef33d /biology/gcta
parentf3b9448b1fb94498692d4251bfe80ff3143140e9 (diff)
downloadports-1b81e826199a1a6b72a2a1dbc67435bc2ba88693.tar.gz
ports-1b81e826199a1a6b72a2a1dbc67435bc2ba88693.zip
biology/gcta: Switch eigen3 dep to USES framework
PR: ports/250949 Reported by: lbartoletti
Notes
Notes: svn path=/head/; revision=554467
Diffstat (limited to 'biology/gcta')
-rw-r--r--biology/gcta/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/gcta/Makefile b/biology/gcta/Makefile
index f7254404335e..e5fb5cca3177 100644
--- a/biology/gcta/Makefile
+++ b/biology/gcta/Makefile
@@ -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