pkgsrc-WIP-changes archive

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

lpjs: Update to 0.0.5.213



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <jtocino%gmx.com@localhost>
Pushed By:	outpaddling
Date:		Wed Jan 8 08:02:44 2025 -0600
Changeset:	93064c46381675f099a057abf24816dbd6f56e99

Modified Files:
	lpjs/Makefile
	lpjs/distinfo

Log Message:
lpjs: Update to 0.0.5.213

Less ambiguous parameter names:
    procs-per-job -> processors-per-job
    min-procs-per-node -> threads-per-process
	min-procs-per-node was meant to also apply to MPI jobs
	but memory tracking will be different in that case
    pmem-per-proc -> pmem-per-processor

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

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

diffstat:
 lpjs/Makefile | 4 ++--
 lpjs/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/lpjs/Makefile b/lpjs/Makefile
index cc32804dff..b3fc79950e 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -5,11 +5,11 @@
 #              Tue Sep 28 11:27:06 CDT 2021               #
 ###########################################################
 
-DISTNAME=	lpjs-0.0.5.211
+DISTNAME=	lpjs-0.0.5.213
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_PROJECT=	LPJS
-GITHUB_TAG=	5defc8cfe2e2a26ef52341a87543841e8c3b3273
+GITHUB_TAG=	80193065a742d17343f128aa8cb28440ac71ae94
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/LPJS/
diff --git a/lpjs/distinfo b/lpjs/distinfo
index b43d759ba3..bdb05db1a8 100644
--- a/lpjs/distinfo
+++ b/lpjs/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (lpjs-0.0.5.211-5defc8cfe2e2a26ef52341a87543841e8c3b3273.tar.gz) = 353bf655b8c030f9e399166722b14a671431e60afb92b08431cebd3390c6ea5c
-SHA512 (lpjs-0.0.5.211-5defc8cfe2e2a26ef52341a87543841e8c3b3273.tar.gz) = f47cc8b5af25d92c0edfcc3948caecf03c944cba394b94b64e62025073c94995478625891da697c708a0cf5fe5415b4d81188bac91297f17438c66973e242b1d
-Size (lpjs-0.0.5.211-5defc8cfe2e2a26ef52341a87543841e8c3b3273.tar.gz) = 262402 bytes
+BLAKE2s (lpjs-0.0.5.213-80193065a742d17343f128aa8cb28440ac71ae94.tar.gz) = de503d5cb2ddf2ebfef1015c9492043e5557f511b1fb3333a176e0e898c8e958
+SHA512 (lpjs-0.0.5.213-80193065a742d17343f128aa8cb28440ac71ae94.tar.gz) = 4e92e1f4013e874d213d3ae4254db2d7221ffaf6d6c728e6e2be7ad15e5f702bbdf16a9d1314775e524a591d716ddac4e687d9234f76cc3a639813198a62e51c
+Size (lpjs-0.0.5.213-80193065a742d17343f128aa8cb28440ac71ae94.tar.gz) = 262621 bytes


Home | Main Index | Thread Index | Old Index