pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/slurm slurm: Rename to slurm-wlm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9ddecbded4e
branches:  trunk
changeset: 306614:e9ddecbded4e
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Sun Apr 22 17:25:52 2018 +0000
description:
slurm: Rename to slurm-wlm to resolve conflict with net/slurm

ok wiz@

diffstat:

 parallel/slurm/Makefile |   91 ------------
 parallel/slurm/PLIST    |  352 ++++++++++++++++++++++++------------------------
 2 files changed, 176 insertions(+), 267 deletions(-)

diffs (truncated from 461 to 300 lines):

diff -r c19de281c4b8 -r e9ddecbded4e parallel/slurm/Makefile
--- a/parallel/slurm/Makefile   Sun Apr 22 17:25:52 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,91 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2018/04/22 17:25:53 bacon Exp $
-
-DISTNAME=      slurm-17.11.5
-PKGNAME=       slurm-wlm-17.11.5
-CATEGORIES=    parallel
-MASTER_SITES=  http://www.schedmd.com/download/archive/
-MASTER_SITES+= http://www.schedmd.com/download/latest/
-MASTER_SITES+= http://www.schedmd.com/download/development/
-EXTRACT_SUFX=  .tar.bz2
-
-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
-BUILD_DEPENDS+=        man2html-[0-9]*:../../textproc/man2html
-
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_LIBTOOL=   yes
-USE_TOOLS+=    bash perl pkg-config
-
-CONFIG_SHELL=          bash
-CONFIGURE_ARGS+=       --bindir=${PREFIX}/bin
-CONFIGURE_ARGS+=       --htmldir=${PREFIX}/share/doc/${PKGNAME_NOREV}/html
-CONFIGURE_ARGS+=       --with-munge=${BUILDLINK_PREFIX.munge}
-CONFIGURE_ARGS+=       --with-hwloc=${PREFIX}
-CONFIGURE_ARGS+=       --with-json=${PREFIX}
-CONFIGURE_ARGS+=       --with-libssh2=${PREFIX}
-
-LDFLAGS+=              -llz4
-
-REPLACE_PYTHON=                doc/html/shtml2html.py
-REPLACE_PYTHON+=       doc/man/man2html.py
-REPLACE_PYTHON+=       testsuite/expect/regression.py
-REPLACE_PYTHON+=       testsuite/expect/driveregress.py
-REPLACE_PYTHON+=       contribs/cray/csm/slurmconfgen_smw.py
-
-PKG_GROUPS=            slurm
-PKG_USERS=             slurm:slurm
-
-PKG_GECOS.slurm=       SLURM user
-PKG_SHELL.slurm=       ${NOLOGIN}
-
-RCD_SCRIPTS+=          slurmd slurmctld
-
-SUBST_CLASSES+=                linuxinit
-SUBST_STAGE.linuxinit= post-patch
-SUBST_FILES.linuxinit= etc/init.d.slurm.in
-SUBST_SED.linuxinit=   -e 's|^exec_prefix=|&${PREFIX}|'
-SUBST_SED.linuxinit+=  -e 's|^prefix=|&${PREFIX}|'
-SUBST_SED.linuxinit+=  -e 's|@bindir@|$${exec_prefix}/bin|'
-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|'
-
-# Configure flag to disable gtk does not work, so set an impossible requirement
-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=       configure
-
-SUBST_CLASSES+=                make-ex
-SUBST_STAGE.make-ex=   post-install
-SUBST_FILES.make-ex=   etc/Makefile
-SUBST_SED.make-ex=     -e 's|${WRKDIR}|<build-prefix>|g'
-
-INSTALLATION_DIRS+=    share/examples/slurm
-
-post-install:
-       ${RM} -f ${WRKSRC}/etc/init.d.slurm.in.orig
-       ${INSTALL_DATA} ${WRKSRC}/etc/* ${DESTDIR}${PREFIX}/share/examples/slurm
-
-.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 "../../security/libssh2/buildlink3.mk"
-.include "../../lang/lua/buildlink3.mk"
-.include "../../mk/mysql.buildlink3.mk"
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r c19de281c4b8 -r e9ddecbded4e parallel/slurm/PLIST
--- a/parallel/slurm/PLIST      Sun Apr 22 17:25:52 2018 +0000
+++ b/parallel/slurm/PLIST      Sun Apr 22 17:25:52 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/03/25 14:55:29 bacon Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/04/22 17:25:53 bacon Exp $
 bin/sacct
 bin/sacctmgr
 bin/salloc
@@ -307,181 +307,181 @@
 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
-share/doc/${PKGNAME}/html/allocation_pies.gif
-share/doc/${PKGNAME}/html/api.html
-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/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
-share/doc/${PKGNAME}/html/coding_style.pdf
-share/doc/${PKGNAME}/html/configurator.easy.html
-share/doc/${PKGNAME}/html/configurator.html
-share/doc/${PKGNAME}/html/cons_res.html
-share/doc/${PKGNAME}/html/cons_res_share.html
-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.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
-share/doc/${PKGNAME}/html/documentation.html
-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.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-pe.html
-share/doc/${PKGNAME}/html/ibm_pe_fig1.png
-share/doc/${PKGNAME}/html/ibm_pe_fig2.png
-share/doc/${PKGNAME}/html/intel_knl.html
-share/doc/${PKGNAME}/html/job_array.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/mail.html
-share/doc/${PKGNAME}/html/man_index.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/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
-share/doc/${PKGNAME}/html/plane_ex4.gif
-share/doc/${PKGNAME}/html/plane_ex5.gif
-share/doc/${PKGNAME}/html/plane_ex6.gif
-share/doc/${PKGNAME}/html/plane_ex7.gif
-share/doc/${PKGNAME}/html/platforms.html
-share/doc/${PKGNAME}/html/plugins.html
-share/doc/${PKGNAME}/html/power_mgmt.html
-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_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.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/slurm.css
-share/doc/${PKGNAME}/html/slurm.html
-share/doc/${PKGNAME}/html/slurm_logo.png
-share/doc/${PKGNAME}/html/slurm_ug_agenda.html
-share/doc/${PKGNAME}/html/slurm_ug_cfp.html
-share/doc/${PKGNAME}/html/slurmctld.html
-share/doc/${PKGNAME}/html/slurmctld_plugstack.html
-share/doc/${PKGNAME}/html/slurmd.html
-share/doc/${PKGNAME}/html/slurmdbd.conf.html
-share/doc/${PKGNAME}/html/slurmdbd.html
-share/doc/${PKGNAME}/html/slurmstepd.html
-share/doc/${PKGNAME}/html/smap.html
-share/doc/${PKGNAME}/html/spank.html
-share/doc/${PKGNAME}/html/sprio.html
-share/doc/${PKGNAME}/html/squeue.html
-share/doc/${PKGNAME}/html/squeue_color.png
-share/doc/${PKGNAME}/html/sreport.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/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
-share/doc/${PKGNAME}/html/troubleshoot.html
-share/doc/${PKGNAME}/html/tutorial_intro_files.tar
-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/slurm-${PKGVERSION}/html/Slurm_Entity.pdf
+share/doc/slurm-${PKGVERSION}/html/Slurm_Individual.pdf
+share/doc/slurm-${PKGVERSION}/html/accounting.html
+share/doc/slurm-${PKGVERSION}/html/accounting_storageplugins.html
+share/doc/slurm-${PKGVERSION}/html/acct_gather.conf.html
+share/doc/slurm-${PKGVERSION}/html/acct_gather_energy_plugins.html
+share/doc/slurm-${PKGVERSION}/html/acct_gather_profile_plugins.html
+share/doc/slurm-${PKGVERSION}/html/add.html
+share/doc/slurm-${PKGVERSION}/html/allocation_pies.gif
+share/doc/slurm-${PKGVERSION}/html/api.html
+share/doc/slurm-${PKGVERSION}/html/arch.gif
+share/doc/slurm-${PKGVERSION}/html/authplugins.html
+share/doc/slurm-${PKGVERSION}/html/bb_plugins.html
+share/doc/slurm-${PKGVERSION}/html/big_sys.html
+share/doc/slurm-${PKGVERSION}/html/bluegene.conf.html
+share/doc/slurm-${PKGVERSION}/html/bluegene.html
+share/doc/slurm-${PKGVERSION}/html/burst_buffer.conf.html



Home | Main Index | Thread Index | Old Index