pkgsrc-WIP-changes archive

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

slurm: Disable ofed detection



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <jwbacon%tds.net@localhost>
Pushed By:	outpaddling
Date:		Tue Aug 16 08:32:34 2016 -0500
Changeset:	1bdd342f0303ed89d0cc842ba9191e582ca96fde

Modified Files:
	slurm/Makefile

Log Message:
slurm: Disable ofed detection

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

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

diffstat:
 slurm/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/slurm/Makefile b/slurm/Makefile
index 66c53e2..91a6533 100644
--- a/slurm/Makefile
+++ b/slurm/Makefile
@@ -20,6 +20,8 @@ USE_LIBTOOL=	yes
 
 CONFIGURE_ARGS+=	--htmldir=${PREFIX}/share/doc/${PKGNAME_NOREV}/html
 CONFIGURE_ARGS+=	--with-munge=${BUILDLINK_PREFIX.munge}
+# FIXME: Make this an option
+CONFIGURE_ARGS+=	--with-ofed=no
 
 REPLACE_PYTHON=		doc/html/shtml2html.py
 REPLACE_PYTHON+=	doc/man/man2html.py


Home | Main Index | Thread Index | Old Index