pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bolt-lmm: Fix include for openblas-devel directory name



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Thu Jan 11 10:39:57 2018 -0600
Changeset:	6c2f90650dea4e666023f17a640976a0519b494c

Modified Files:
	bolt-lmm/Makefile

Log Message:
bolt-lmm: Fix include for openblas-devel directory name

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c2f90650dea4e666023f17a640976a0519b494c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bolt-lmm/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/bolt-lmm/Makefile b/bolt-lmm/Makefile
index f8522528eb..6c1f20bf08 100644
--- a/bolt-lmm/Makefile
+++ b/bolt-lmm/Makefile
@@ -8,7 +8,8 @@
 DISTNAME=	BOLT-LMM_v${PORTVERSION}
 PKGNAME=	bolt-lmm-${PORTVERSION}
 CATEGORIES=	biology
-MASTER_SITES=	https://data.broadinstitute.org/alkesgroup/BOLT-LMM/downloads/
+MASTER_SITES=	https://data.broadinstitute.org/alkesgroup/BOLT-LMM/downloads/ \
+		https://data.broadinstitute.org/alkesgroup/BOLT-LMM/downloads/old/
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://data.broadinstitute.org/alkesgroup/BOLT-LMM/
@@ -40,9 +41,8 @@ post-install:
 	${CHMOD} a+x ${DESTDIR}${PREFIX}/${EXAMPLESDIR}/*.sh
 	${CHMOD} g-w ${DESTDIR}${PREFIX}/${EXAMPLESDIR}/*
 
-# FIXME: Use openblas when available for better performance
 .include "../../math/nlopt/buildlink3.mk"
-.include "../../wip/openblas/buildlink3.mk"
+.include "../../wip/openblas-devel/buildlink3.mk"
 .include "../../math/lapack/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index