pkgsrc-WIP-changes archive

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

slurm: Add json-c dep to ensure cray support and consistent PLIST



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Mon May 16 16:16:51 2016 -0500
Changeset:	acdbaf31e93242603badb5964f47b76089e0363f

Modified Files:
	slurm/Makefile
	slurm/PLIST

Log Message:
slurm: Add json-c dep to ensure cray support and consistent PLIST

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

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

diffstat:
 slurm/Makefile | 2 ++
 slurm/PLIST    | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/slurm/Makefile b/slurm/Makefile
index 816f7cb..d9c5490 100644
--- a/slurm/Makefile
+++ b/slurm/Makefile
@@ -21,6 +21,7 @@ USE_LIBTOOL=	yes
 
 CONFIGURE_ARGS+=	--htmldir=${PREFIX}/share/doc/${PKGNAME_NOREV}/html
 CONFIGURE_ARGS+=	--with-munge=${BUILDLINK_PREFIX.munge}
+CONFIGURE_ARGS+=	--with-json=${PREFIX}
 
 REPLACE_PYTHON=		doc/html/shtml2html.py
 REPLACE_PYTHON+=	doc/man/man2html.py
@@ -58,6 +59,7 @@ post-install:
 .include "../../parallel/hwloc/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/hdf5/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/pam.buildlink3.mk"
diff --git a/slurm/PLIST b/slurm/PLIST
index 81774d0..848a97e 100644
--- a/slurm/PLIST
+++ b/slurm/PLIST
@@ -41,6 +41,7 @@ lib/slurm/acct_gather_profile_hdf5.la
 lib/slurm/acct_gather_profile_none.la
 lib/slurm/auth_munge.la
 lib/slurm/auth_none.la
+lib/slurm/burst_buffer_cray.la
 lib/slurm/burst_buffer_generic.la
 lib/slurm/checkpoint_none.la
 lib/slurm/checkpoint_ompi.la
@@ -83,6 +84,7 @@ lib/slurm/mpi_mvapich.la
 lib/slurm/mpi_none.la
 lib/slurm/mpi_openmpi.la
 lib/slurm/mpi_pmi2.la
+lib/slurm/power_cray.la
 lib/slurm/power_none.la
 lib/slurm/preempt_job_prio.la
 lib/slurm/preempt_none.la


Home | Main Index | Thread Index | Old Index