pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c19de281c4b8
branches:  trunk
changeset: 306613:c19de281c4b8
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/Makefile       |  4 ++--
 parallel/slurm/DESCR    |  7 -------
 parallel/slurm/Makefile |  8 ++++----
 3 files changed, 6 insertions(+), 13 deletions(-)

diffs (56 lines):

diff -r c918ed81ffb5 -r c19de281c4b8 parallel/Makefile
--- a/parallel/Makefile Sun Apr 22 17:02:12 2018 +0000
+++ b/parallel/Makefile Sun Apr 22 17:25:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/01/10 22:45:11 cheusov Exp $
+# $NetBSD: Makefile,v 1.25 2018/04/22 17:25:52 bacon Exp $
 #
 
 COMMENT=       Applications dealing with parallelism in computing
@@ -20,7 +20,7 @@
 SUBDIR+=       pvm3
 SUBDIR+=       py-billiard
 SUBDIR+=       sge
-SUBDIR+=       slurm
+SUBDIR+=       slurm-wlm
 SUBDIR+=       threadingbuildingblocks
 
 .include "../mk/misc/category.mk"
diff -r c918ed81ffb5 -r c19de281c4b8 parallel/slurm/DESCR
--- a/parallel/slurm/DESCR      Sun Apr 22 17:02:12 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-SLURM is an open-source resource manager designed for Linux clusters of
-all sizes. It provides three key functions. First it allocates exclusive
-and/or non-exclusive access to resources (computer nodes) to users for some
-duration of time so they can perform work. Second, it provides a framework
-for starting, executing, and monitoring work (typically a parallel job) on
-a set of allocated nodes. Finally, it arbitrates contention for resources
-by managing a queue of pending work.
diff -r c918ed81ffb5 -r c19de281c4b8 parallel/slurm/Makefile
--- a/parallel/slurm/Makefile   Sun Apr 22 17:02:12 2018 +0000
+++ b/parallel/slurm/Makefile   Sun Apr 22 17:25:52 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2018/03/25 14:55:29 bacon Exp $
+# $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/
@@ -66,12 +67,11 @@
 SUBST_FILES.make-ex=   etc/Makefile
 SUBST_SED.make-ex=     -e 's|${WRKDIR}|<build-prefix>|g'
 
-INSTALLATION_DIRS+=    share/examples/${PKGBASE}
+INSTALLATION_DIRS+=    share/examples/slurm
 
 post-install:
        ${RM} -f ${WRKSRC}/etc/init.d.slurm.in.orig
-       ${INSTALL_DATA} ${WRKSRC}/etc/* \
-               ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/
+       ${INSTALL_DATA} ${WRKSRC}/etc/* ${DESTDIR}${PREFIX}/share/examples/slurm
 
 .include "../../www/curl/buildlink3.mk"
 .include "../../lang/python/tool.mk"



Home | Main Index | Thread Index | Old Index