pkgsrc-WIP-changes archive

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

slurm-devel: Upgrade to latest release



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Thu Dec 21 14:13:16 2017 -0600
Changeset:	eb1decfe3ae2539fd70f72fceaa40f46aad354a7

Modified Files:
	slurm-devel/Makefile
	slurm-devel/PLIST
	slurm-devel/PLIST.Linux
	slurm-devel/distinfo

Log Message:
slurm-devel: Upgrade to latest release

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

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

diffstat:
 slurm-devel/Makefile    |  25 ++++++--
 slurm-devel/PLIST       |   1 +
 slurm-devel/PLIST.Linux | 153 +++++++++++++++++-------------------------------
 slurm-devel/distinfo    |  15 ++---
 4 files changed, 80 insertions(+), 114 deletions(-)

diffs:
diff --git a/slurm-devel/Makefile b/slurm-devel/Makefile
index efb3dafe92..8fe7f3cb19 100644
--- a/slurm-devel/Makefile
+++ b/slurm-devel/Makefile
@@ -1,26 +1,32 @@
 # $NetBSD: Makefile,v 1.8 2015/04/29 12:40:50 outpaddling Exp $
 
-DISTNAME=	slurm-16.05.3
+DISTNAME=	slurm-17.11.1
 CATEGORIES=	parallel
 MASTER_SITES=	http://www.schedmd.com/download/archive/ \
 		http://www.schedmd.com/download/latest/ \
 		http://www.schedmd.com/download/development/
 EXTRACT_SUFX=	.tar.bz2
 
-MAINTAINER=	asau%inbox.ru@localhost
+MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	http://www.schedmd.com/
 COMMENT=	Simple Linux Utility for Resource Management
 
 LICENSE=	gnu-gpl-v2
 
+BUILD_DEPENDS+=	libtool-base-[0-9]*:../../devel/libtool-base
+
 USE_LANGUAGES=	c c++
 
 GNU_CONFIGURE=	yes
-USE_TOOLS+=	perl pkg-config
+USE_TOOLS+=	gmake perl pkg-config
 USE_LIBTOOL=	yes
 
 CONFIGURE_ARGS+=	--htmldir=${PREFIX}/share/doc/${PKGNAME_NOREV}/html
 CONFIGURE_ARGS+=	--with-munge=${BUILDLINK_PREFIX.munge}
+# Add mysql option
+CONFIGURE_ARGS+=	--with-mysql_config=/nonexistent
+
+LDFLAGS+=		-llz4
 
 REPLACE_PYTHON=		doc/html/shtml2html.py
 REPLACE_PYTHON+=	doc/man/man2html.py
@@ -46,6 +52,11 @@ SUBST_SED.linuxinit+=	-e 's|@sbindir@|$${exec_prefix}/sbin|'
 SUBST_SED.linuxinit+=	-e 's|@libdir@|$${exec_prefix}/lib|'
 SUBST_SED.linuxinit+=	-e 's|@sysconfdir@|$${prefix}/etc|'
 
+SUBST_CLASSES+=		gtk
+SUBST_STAGE.gtk=	post-patch
+SUBST_SED.gtk=		-e 's|min_gtk_version=.*|min_gtk_version=2000.0.0|'
+SUBST_FILES.gtk=	${WRKSRC}/configure
+
 SUBST_CLASSES+=		make-ex
 SUBST_STAGE.make-ex=	post-install
 SUBST_FILES.make-ex=	etc/Makefile
@@ -55,14 +66,18 @@ INSTALLATION_DIRS+=	share/examples/${PKGBASE}
 
 post-install:
 	${RM} -f ${WRKSRC}/etc/init.d.slurm.in.orig
-	${INSTALL_DATA} ${WRKSRC}/etc/* ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/
-	${CHMOD} 755 ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/init.d.slurm
+	${INSTALL_DATA} ${WRKSRC}/etc/* \
+		${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/
 
+.include "../../www/curl/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../security/munge/buildlink3.mk" # optional
 .include "../../parallel/hwloc/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/hdf5/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../archivers/lz4/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-devel/PLIST b/slurm-devel/PLIST
index e69de29bb2..48d96a5493 100644
--- a/slurm-devel/PLIST
+++ b/slurm-devel/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/slurm-devel/PLIST.Linux b/slurm-devel/PLIST.Linux
index e793e84e2c..ed619a0df3 100644
--- a/slurm-devel/PLIST.Linux
+++ b/slurm-devel/PLIST.Linux
@@ -19,14 +19,14 @@ bin/sshare
 bin/sstat
 bin/strigger
 include/slurm/pmi.h
-include/slurm/slurmdb.h
-include/slurm/slurm_errno.h
 include/slurm/slurm.h
+include/slurm/slurm_errno.h
+include/slurm/slurmdb.h
 include/slurm/smd_ns.h
 include/slurm/spank.h
 lib/libpmi.la
-lib/libslurmdb.la
 lib/libslurm.la
+lib/libslurmdb.la
 lib/slurm/accounting_storage_filetxt.la
 lib/slurm/accounting_storage_none.la
 lib/slurm/accounting_storage_slurmdbd.la
@@ -36,7 +36,7 @@ lib/slurm/acct_gather_energy_none.la
 lib/slurm/acct_gather_energy_rapl.la
 lib/slurm/acct_gather_filesystem_lustre.la
 lib/slurm/acct_gather_filesystem_none.la
-lib/slurm/acct_gather_infiniband_none.la
+lib/slurm/acct_gather_interconnect_none.la
 lib/slurm/acct_gather_profile_hdf5.la
 lib/slurm/acct_gather_profile_none.la
 lib/slurm/auth_munge.la
@@ -52,13 +52,6 @@ lib/slurm/ext_sensors_none.la
 lib/slurm/gres_gpu.la
 lib/slurm/gres_mic.la
 lib/slurm/gres_nic.la
-lib/slurm/jobacct_gather_aix.la
-lib/slurm/jobacct_gather_cgroup.la
-lib/slurm/jobacct_gather_linux.la
-lib/slurm/jobacct_gather_none.la
-lib/slurm/jobcomp_filetxt.la
-lib/slurm/jobcomp_none.la
-lib/slurm/jobcomp_script.la
 lib/slurm/job_container_cncu.la
 lib/slurm/job_container_none.la
 lib/slurm/job_submit_all_partitions.la
@@ -69,22 +62,26 @@ lib/slurm/job_submit_partition.la
 lib/slurm/job_submit_pbs.la
 lib/slurm/job_submit_require_timelimit.la
 lib/slurm/job_submit_throttle.la
+lib/slurm/jobacct_gather_cgroup.la
+lib/slurm/jobacct_gather_linux.la
+lib/slurm/jobacct_gather_none.la
+lib/slurm/jobcomp_elasticsearch.la
+lib/slurm/jobcomp_filetxt.la
+lib/slurm/jobcomp_none.la
+lib/slurm/jobcomp_script.la
 lib/slurm/launch_slurm.la
 lib/slurm/layouts_power_cpufreq.la
 lib/slurm/layouts_power_default.la
 lib/slurm/layouts_unit_default.la
+lib/slurm/libslurmfull.la
+lib/slurm/mcs_account.la
 lib/slurm/mcs_group.la
 lib/slurm/mcs_none.la
 lib/slurm/mcs_user.la
-lib/slurm/mpi_lam.la
-lib/slurm/mpi_mpich1_p4.la
-lib/slurm/mpi_mpich1_shmem.la
-lib/slurm/mpi_mpichgm.la
-lib/slurm/mpi_mpichmx.la
-lib/slurm/mpi_mvapich.la
 lib/slurm/mpi_none.la
 lib/slurm/mpi_openmpi.la
 lib/slurm/mpi_pmi2.la
+lib/slurm/node_features_knl_generic.la
 lib/slurm/power_none.la
 lib/slurm/preempt_job_prio.la
 lib/slurm/preempt_none.la
@@ -100,8 +97,6 @@ lib/slurm/route_topology.la
 lib/slurm/sched_backfill.la
 lib/slurm/sched_builtin.la
 lib/slurm/sched_hold.la
-lib/slurm/sched_wiki2.la
-lib/slurm/sched_wiki.la
 lib/slurm/select_alps.la
 lib/slurm/select_cons_res.la
 lib/slurm/select_cray.la
@@ -140,15 +135,13 @@ man/man1/sprio.1
 man/man1/squeue.1
 man/man1/sreport.1
 man/man1/srun.1
-man/man1/srun_cr.1
 man/man1/sshare.1
 man/man1/sstat.1
 man/man1/strigger.1
-man/man1/sview.1
+man/man3/slurm_allocate_pack_job_blocking.3
 man/man3/slurm_allocate_resources.3
 man/man3/slurm_allocate_resources_blocking.3
 man/man3/slurm_allocation_lookup.3
-man/man3/slurm_allocation_lookup_lite.3
 man/man3/slurm_allocation_msg_thr_create.3
 man/man3/slurm_allocation_msg_thr_destroy.3
 man/man3/slurm_api_version.3
@@ -205,26 +198,28 @@ man/man3/slurm_init_update_node_msg.3
 man/man3/slurm_init_update_step_msg.3
 man/man3/slurm_job_cpus_allocated_on_node.3
 man/man3/slurm_job_cpus_allocated_on_node_id.3
-man/man3/slurm_jobinfo_ctx_get.3
 man/man3/slurm_job_step_create.3
 man/man3/slurm_job_step_launch_t_init.3
 man/man3/slurm_job_step_layout_free.3
 man/man3/slurm_job_step_layout_get.3
-man/man3/slurm_job_will_run2.3
 man/man3/slurm_job_will_run.3
+man/man3/slurm_job_will_run2.3
+man/man3/slurm_jobinfo_ctx_get.3
 man/man3/slurm_kill_job.3
 man/man3/slurm_kill_job_step.3
 man/man3/slurm_load_ctl_conf.3
 man/man3/slurm_load_front_end.3
 man/man3/slurm_load_job.3
-man/man3/slurm_load_jobs.3
 man/man3/slurm_load_job_user.3
+man/man3/slurm_load_jobs.3
 man/man3/slurm_load_node.3
 man/man3/slurm_load_node_single.3
 man/man3/slurm_load_partitions.3
 man/man3/slurm_load_reservations.3
 man/man3/slurm_load_slurmd_status.3
 man/man3/slurm_notify_job.3
+man/man3/slurm_pack_job_lookup.3
+man/man3/slurm_pack_job_will_run.3
 man/man3/slurm_perror.3
 man/man3/slurm_pid2jobid.3
 man/man3/slurm_ping.3
@@ -244,10 +239,10 @@ man/man3/slurm_print_reservation_info_msg.3
 man/man3/slurm_print_slurmd_status.3
 man/man3/slurm_read_hostfile.3
 man/man3/slurm_reconfigure.3
-man/man3/slurm_requeue2.3
 man/man3/slurm_requeue.3
-man/man3/slurm_resume2.3
+man/man3/slurm_requeue2.3
 man/man3/slurm_resume.3
+man/man3/slurm_resume2.3
 man/man3/slurm_set_debug_level.3
 man/man3/slurm_set_trigger.3
 man/man3/slurm_shutdown.3
@@ -273,14 +268,14 @@ man/man3/slurm_step_launch_wait_finish.3
 man/man3/slurm_step_launch_wait_start.3
 man/man3/slurm_strerror.3
 man/man3/slurm_submit_batch_job.3
-man/man3/slurm_suspend2.3
 man/man3/slurm_suspend.3
+man/man3/slurm_suspend2.3
 man/man3/slurm_takeover.3
 man/man3/slurm_terminate_job.3
 man/man3/slurm_terminate_job_step.3
 man/man3/slurm_update_front_end.3
-man/man3/slurm_update_job2.3
 man/man3/slurm_update_job.3
+man/man3/slurm_update_job2.3
 man/man3/slurm_update_node.3
 man/man3/slurm_update_partition.3
 man/man3/slurm_update_reservation.3
@@ -297,7 +292,6 @@ man/man5/nonstop.conf.5
 man/man5/slurm.conf.5
 man/man5/slurmdbd.conf.5
 man/man5/topology.conf.5
-man/man5/wiki.conf.5
 man/man8/slurmctld.8
 man/man8/slurmd.8
 man/man8/slurmdbd.8
@@ -307,9 +301,10 @@ sbin/slurmctld
 sbin/slurmd
 sbin/slurmdbd
 sbin/slurmstepd
+share/doc/${PKGNAME}/html/Slurm_Entity.pdf
+share/doc/${PKGNAME}/html/Slurm_Individual.pdf
 share/doc/${PKGNAME}/html/accounting.html
 share/doc/${PKGNAME}/html/accounting_storageplugins.html
-share/doc/${PKGNAME}/html/acct_gather.conf.html
 share/doc/${PKGNAME}/html/acct_gather_energy_plugins.html
 share/doc/${PKGNAME}/html/acct_gather_profile_plugins.html
 share/doc/${PKGNAME}/html/add.html
@@ -319,12 +314,8 @@ share/doc/${PKGNAME}/html/arch.gif
 share/doc/${PKGNAME}/html/authplugins.html
 share/doc/${PKGNAME}/html/bb_plugins.html
 share/doc/${PKGNAME}/html/big_sys.html
-share/doc/${PKGNAME}/html/bluegene.conf.html
 share/doc/${PKGNAME}/html/bluegene.html
-share/doc/${PKGNAME}/html/bull.jpg
-share/doc/${PKGNAME}/html/burst_buffer.conf.html
 share/doc/${PKGNAME}/html/burst_buffer.html
-share/doc/${PKGNAME}/html/cgroup.conf.html
 share/doc/${PKGNAME}/html/cgroups.html
 share/doc/${PKGNAME}/html/checkpoint_blcr.html
 share/doc/${PKGNAME}/html/checkpoint_plugins.html
@@ -337,9 +328,8 @@ share/doc/${PKGNAME}/html/contributor.html
 share/doc/${PKGNAME}/html/core_spec.html
 share/doc/${PKGNAME}/html/core_spec_plugins.html
 share/doc/${PKGNAME}/html/cpu_management.html
-share/doc/${PKGNAME}/html/cray_alps.html
-share/doc/${PKGNAME}/html/cray.conf.html
 share/doc/${PKGNAME}/html/cray.html
+share/doc/${PKGNAME}/html/cray_alps.html
 share/doc/${PKGNAME}/html/crypto_plugins.html
 share/doc/${PKGNAME}/html/disclaimer.html
 share/doc/${PKGNAME}/html/dist_plane.html
@@ -348,52 +338,50 @@ share/doc/${PKGNAME}/html/download.html
 share/doc/${PKGNAME}/html/elastic_computing.html
 share/doc/${PKGNAME}/html/entities.gif
 share/doc/${PKGNAME}/html/example_usage.gif
-share/doc/${PKGNAME}/html/ext_sensors.conf.html
 share/doc/${PKGNAME}/html/ext_sensorsplugins.html
 share/doc/${PKGNAME}/html/fair_tree.html
 share/doc/${PKGNAME}/html/faq.html
+share/doc/${PKGNAME}/html/federation.html
+share/doc/${PKGNAME}/html/fonts.css
+share/doc/${PKGNAME}/html/fonts.ttf
 share/doc/${PKGNAME}/html/gang_scheduling.html
-share/doc/${PKGNAME}/html/gres.conf.html
-share/doc/${PKGNAME}/html/gres_design.html
 share/doc/${PKGNAME}/html/gres.html
+share/doc/${PKGNAME}/html/gres_design.html
 share/doc/${PKGNAME}/html/gres_plugins.html
 share/doc/${PKGNAME}/html/hdf5_job_outline.png
 share/doc/${PKGNAME}/html/hdf5_profile_user_guide.html
 share/doc/${PKGNAME}/html/hdf5_task_attr.png
+share/doc/${PKGNAME}/html/heterogeneous_jobs.html
 share/doc/${PKGNAME}/html/high_throughput.html
-share/doc/${PKGNAME}/html/ibm.html
+share/doc/${PKGNAME}/html/ibm-pe.html
 share/doc/${PKGNAME}/html/ibm_pe_fig1.png
 share/doc/${PKGNAME}/html/ibm_pe_fig2.png
-share/doc/${PKGNAME}/html/ibm-pe.html
 share/doc/${PKGNAME}/html/intel_knl.html
-share/doc/${PKGNAME}/html/jobacct_gatherplugins.html
 share/doc/${PKGNAME}/html/job_array.html
-share/doc/${PKGNAME}/html/jobcompplugins.html
 share/doc/${PKGNAME}/html/job_container_plugins.html
 share/doc/${PKGNAME}/html/job_exit_code.html
 share/doc/${PKGNAME}/html/job_launch.html
 share/doc/${PKGNAME}/html/job_submit_plugins.html
+share/doc/${PKGNAME}/html/jobacct_gatherplugins.html
+share/doc/${PKGNAME}/html/jobcompplugins.html
+share/doc/${PKGNAME}/html/jquery.min.js
 share/doc/${PKGNAME}/html/k_function.gif
-share/doc/${PKGNAME}/html/knl.conf.html
 share/doc/${PKGNAME}/html/launch_plugins.html
 share/doc/${PKGNAME}/html/licenses.html
-share/doc/${PKGNAME}/html/linuxstyles.css
 share/doc/${PKGNAME}/html/mail.html
 share/doc/${PKGNAME}/html/man_index.html
-share/doc/${PKGNAME}/html/maui.html
-share/doc/${PKGNAME}/html/mcs.html
-share/doc/${PKGNAME}/html/mcs_plugins.html
 share/doc/${PKGNAME}/html/mc_support.gif
 share/doc/${PKGNAME}/html/mc_support.html
+share/doc/${PKGNAME}/html/mcs.html
+share/doc/${PKGNAME}/html/mcs_plugins.html
 share/doc/${PKGNAME}/html/meetings.html
-share/doc/${PKGNAME}/html/moab.html
 share/doc/${PKGNAME}/html/mpi_guide.html
 share/doc/${PKGNAME}/html/mpiplugins.html
 share/doc/${PKGNAME}/html/multi_cluster.html
 share/doc/${PKGNAME}/html/news.html
 share/doc/${PKGNAME}/html/node_features_plugins.html
-share/doc/${PKGNAME}/html/nonstop.conf.html
 share/doc/${PKGNAME}/html/overview.html
+share/doc/${PKGNAME}/html/pam_slurm_adopt.html
 share/doc/${PKGNAME}/html/plane_ex1.gif
 share/doc/${PKGNAME}/html/plane_ex2.gif
 share/doc/${PKGNAME}/html/plane_ex3.gif
@@ -408,71 +396,41 @@ share/doc/${PKGNAME}/html/power_plugins.html
 share/doc/${PKGNAME}/html/power_save.html
 share/doc/${PKGNAME}/html/preempt.html
 share/doc/${PKGNAME}/html/preemption_plugins.html
-share/doc/${PKGNAME}/html/priority_multifactor3.html
 share/doc/${PKGNAME}/html/priority_multifactor.html
+share/doc/${PKGNAME}/html/priority_multifactor3.html
 share/doc/${PKGNAME}/html/priority_plugins.html
 share/doc/${PKGNAME}/html/proctrack_plugins.html
 share/doc/${PKGNAME}/html/programmer_guide.html
 share/doc/${PKGNAME}/html/prolog_epilog.html
 share/doc/${PKGNAME}/html/publications.html
 share/doc/${PKGNAME}/html/qos.html
-share/doc/${PKGNAME}/html/quickstart_admin.html
 share/doc/${PKGNAME}/html/quickstart.html
+share/doc/${PKGNAME}/html/quickstart_admin.html
 share/doc/${PKGNAME}/html/reservations.html
+share/doc/${PKGNAME}/html/reset.css
 share/doc/${PKGNAME}/html/resource_limits.html
 share/doc/${PKGNAME}/html/rosetta.html
 share/doc/${PKGNAME}/html/route_plugin.html
 share/doc/${PKGNAME}/html/rpc.html
-share/doc/${PKGNAME}/html/sacct.html
-share/doc/${PKGNAME}/html/sacctmgr.html
-share/doc/${PKGNAME}/html/salloc.html
-share/doc/${PKGNAME}/html/sattach.html
-share/doc/${PKGNAME}/html/sbatch.html
-share/doc/${PKGNAME}/html/sbcast.html
-share/doc/${PKGNAME}/html/scancel.html
 share/doc/${PKGNAME}/html/sched_config.html
 share/doc/${PKGNAME}/html/schedmd.png
 share/doc/${PKGNAME}/html/schedplugins.html
-share/doc/${PKGNAME}/html/scontrol.html
-share/doc/${PKGNAME}/html/sdiag.html
 share/doc/${PKGNAME}/html/select_design.html
 share/doc/${PKGNAME}/html/selectplugins.html
-share/doc/${PKGNAME}/html/sh5util.html
-share/doc/${PKGNAME}/html/sinfo.html
-share/doc/${PKGNAME}/html/slurm.conf.html
-share/doc/${PKGNAME}/html/slurmctld.html
-share/doc/${PKGNAME}/html/slurmctld_plugstack.html
-share/doc/${PKGNAME}/html/slurmdbd.conf.html
-share/doc/${PKGNAME}/html/slurmdbd.html
-share/doc/${PKGNAME}/html/slurm_design.pdf
-share/doc/${PKGNAME}/html/slurmd.html
-share/doc/${PKGNAME}/html/Slurm_Entity.pdf
+share/doc/${PKGNAME}/html/slurm.css
 share/doc/${PKGNAME}/html/slurm.html
-share/doc/${PKGNAME}/html/Slurm_Individual.pdf
 share/doc/${PKGNAME}/html/slurm_logo.png
-share/doc/${PKGNAME}/html/slurmstepd.html
-share/doc/${PKGNAME}/html/slurmstyles.css
 share/doc/${PKGNAME}/html/slurm_ug_agenda.html
 share/doc/${PKGNAME}/html/slurm_ug_cfp.html
-share/doc/${PKGNAME}/html/smap.html
-share/doc/${PKGNAME}/html/spank.html
-share/doc/${PKGNAME}/html/sponsors.gif
-share/doc/${PKGNAME}/html/sprio.html
-share/doc/${PKGNAME}/html/squeue.html
-share/doc/${PKGNAME}/html/sreport.html
-share/doc/${PKGNAME}/html/srun_cr.html
-share/doc/${PKGNAME}/html/srun.html
-share/doc/${PKGNAME}/html/sshare.html
-share/doc/${PKGNAME}/html/sstat.html
-share/doc/${PKGNAME}/html/strigger.html
-share/doc/${PKGNAME}/html/sview.html
+share/doc/${PKGNAME}/html/slurmctld_plugstack.html
+share/doc/${PKGNAME}/html/squeue_color.png
+share/doc/${PKGNAME}/html/style.css
 share/doc/${PKGNAME}/html/switchplugins.html
 share/doc/${PKGNAME}/html/taskplugins.html
 share/doc/${PKGNAME}/html/team.html
 share/doc/${PKGNAME}/html/testimonials.html
 share/doc/${PKGNAME}/html/topo_ex1.gif
 share/doc/${PKGNAME}/html/topo_ex2.gif
-share/doc/${PKGNAME}/html/topology.conf.html
 share/doc/${PKGNAME}/html/topology.html
 share/doc/${PKGNAME}/html/topology_plugin.html
 share/doc/${PKGNAME}/html/tres.html
@@ -482,28 +440,25 @@ share/doc/${PKGNAME}/html/tutorials.html
 share/doc/${PKGNAME}/html/usage_pies.gif
 share/doc/${PKGNAME}/html/user_permissions.html
 share/doc/${PKGNAME}/html/wckey.html
-share/doc/${PKGNAME}/html/wiki.conf.html
+share/examples/slurm/Makefile
+share/examples/slurm/Makefile.am
+share/examples/slurm/Makefile.in
 share/examples/slurm/bluegene.conf.example
-share/examples/slurm/cgroup_allowed_devices_file.conf.example
 share/examples/slurm/cgroup.conf.example
-share/examples/slurm/cgroup.release_common.example
-share/examples/slurm/cgroup.release_common.example.in
+share/examples/slurm/cgroup_allowed_devices_file.conf.example
 share/examples/slurm/init.d.slurm
+share/examples/slurm/init.d.slurm.in
 share/examples/slurm/init.d.slurmdbd
 share/examples/slurm/init.d.slurmdbd.in
-share/examples/slurm/init.d.slurm.in
 share/examples/slurm/layouts.d.power.conf.example
 share/examples/slurm/layouts.d.power_cpufreq.conf.example
 share/examples/slurm/layouts.d.unit.conf.example
-share/examples/slurm/Makefile
-share/examples/slurm/Makefile.am
-share/examples/slurm/Makefile.in
 share/examples/slurm/slurm.conf.example
+share/examples/slurm/slurm.epilog.clean
 share/examples/slurm/slurmctld.service
 share/examples/slurm/slurmctld.service.in
+share/examples/slurm/slurmd.service
+share/examples/slurm/slurmd.service.in
 share/examples/slurm/slurmdbd.conf.example
 share/examples/slurm/slurmdbd.service
 share/examples/slurm/slurmdbd.service.in
-share/examples/slurm/slurmd.service
-share/examples/slurm/slurmd.service.in
-share/examples/slurm/slurm.epilog.clean
diff --git a/slurm-devel/distinfo b/slurm-devel/distinfo
index be67c579e1..3e7c7147af 100644
--- a/slurm-devel/distinfo
+++ b/slurm-devel/distinfo
@@ -1,13 +1,8 @@
-$NetBSD: distinfo,v 1.3 2015/04/29 12:40:50 outpaddling Exp $
+$NetBSD$
 
-SHA1 (slurm-16.05.3.tar.bz2) = 035c3d5044dc498843ddde16cfc0e83e769e6d97
-RMD160 (slurm-16.05.3.tar.bz2) = 42d6ca3e87bd979345e751f71919aa2443d3207c
-SHA512 (slurm-16.05.3.tar.bz2) = 9da1d005f273ba418a5e96d154eb5680e7f2f9871661596cec2baf928bf432a088a6776dfcddda91287a784486cfbf4f6faff07d95c01b6e433551db92391ee2
-Size (slurm-16.05.3.tar.bz2) = 5989510 bytes
+SHA1 (slurm-17.11.1.tar.bz2) = 9358fe114df529680cc6be03ea26a3ee5a105290
+RMD160 (slurm-17.11.1.tar.bz2) = a1ee38770ab9ca87444333b181284bcccda47527
+SHA512 (slurm-17.11.1.tar.bz2) = 3fad76fb59f2af5fbb889873b156fcc88720fa686011296ff87351a778b683b66ea09318ad2419ae41c3e5f1ede7995fde875b1c23229bb53e77263084b4027b
+Size (slurm-17.11.1.tar.bz2) = 6180867 bytes
 SHA1 (patch-etc_init.d.slurm.in) = beaedd5385b4aad04583d2bc5a23557519f74ec5
-SHA1 (patch-src_common_callerid.c) = a6d743542f2c46d17a94b2473be703be41c24664
-SHA1 (patch-src_common_gres.c) = 9f8ba8fd5a8c4000da5bca67ee7d3ff529e37e99
-SHA1 (patch-src_plugins_burst__buffer_common_burst__buffer__common.c) = b21a852722c26b955ae51d8615c9d22304650d32
-SHA1 (patch-src_plugins_power_common_power__common.c) = 7527e0655efe6ea0243cb3a9ff21814002bed5d9
-SHA1 (patch-src_plugins_switch_generic_switch__generic.c) = acf9bcc6f8a787770cd8553de520edef5bdbda4a
 SHA1 (patch-src_slurmd_slurmstepd_task.c) = 7948c76ce65b0e5211486d2e7b1901664c1f7016


Home | Main Index | Thread Index | Old Index