pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sun Apr 22 17:25:53 UTC 2018

Modified Files:
        pkgsrc/parallel: Makefile
Removed Files:
        pkgsrc/parallel/slurm: DESCR Makefile PLIST PLIST.Linux distinfo

Log Message:
slurm: Rename to slurm-wlm to resolve conflict with net/slurm

ok wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/parallel/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/parallel/slurm/DESCR
cvs rdiff -u -r1.24 -r0 pkgsrc/parallel/slurm/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/parallel/slurm/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/parallel/slurm/PLIST.Linux
cvs rdiff -u -r1.6 -r0 pkgsrc/parallel/slurm/distinfo

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

Modified files:

Index: pkgsrc/parallel/Makefile
diff -u pkgsrc/parallel/Makefile:1.24 pkgsrc/parallel/Makefile:1.25
--- pkgsrc/parallel/Makefile:1.24       Fri Jan 10 22:45:11 2014
+++ pkgsrc/parallel/Makefile    Sun Apr 22 17:25:52 2018
@@ -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+=      pdsh
 SUBDIR+=       pvm3
 SUBDIR+=       py-billiard
 SUBDIR+=       sge
-SUBDIR+=       slurm
+SUBDIR+=       slurm-wlm
 SUBDIR+=       threadingbuildingblocks
 
 .include "../mk/misc/category.mk"



Home | Main Index | Thread Index | Old Index