pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/slurm-wlm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 20 06:22:58 UTC 2026

Modified Files:
        pkgsrc/parallel/slurm-wlm: distinfo
Added Files:
        pkgsrc/parallel/slurm-wlm/patches:
            patch-src_plugins_acct__gather__profile_hdf5_Makefile.in

Log Message:
slurm-wlm: fix build by linking against one more hdf5 library


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/parallel/slurm-wlm/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/parallel/slurm-wlm/patches/patch-src_plugins_acct__gather__profile_hdf5_Makefile.in

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

Modified files:

Index: pkgsrc/parallel/slurm-wlm/distinfo
diff -u pkgsrc/parallel/slurm-wlm/distinfo:1.6 pkgsrc/parallel/slurm-wlm/distinfo:1.7
--- pkgsrc/parallel/slurm-wlm/distinfo:1.6      Wed Jan  7 18:30:07 2026
+++ pkgsrc/parallel/slurm-wlm/distinfo  Mon Apr 20 06:22:58 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2026/01/07 18:30:07 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/04/20 06:22:58 wiz Exp $
 
 BLAKE2s (slurm-25.11.1.tar.bz2) = d905b951c3798d3c66f8e7a34b25758b06171f73a8e1de6425565486697c0512
 SHA512 (slurm-25.11.1.tar.bz2) = 248219a2519d3cb05a87241d878eb775315054fd93287f38bc9600c45dabb6138a75dc6e041894459ee104b0b80fdbf68e08287337c8ea5553438ced30fc0217
@@ -10,6 +10,7 @@ SHA1 (patch-src_common_run__command.c) =
 SHA1 (patch-src_common_xsched.c) = b0e96e4b6b098961e90c3d3e1ea33ed8c6fbe1a1
 SHA1 (patch-src_common_xsched.h) = b777c2460d21ed5ae8f5a31068521d5c134f42b5
 SHA1 (patch-src_conmgr_workers.c) = d31479b6609fcbd3d995a48aab9853313fdcb5c5
+SHA1 (patch-src_plugins_acct__gather__profile_hdf5_Makefile.in) = 9f0fe1d5c3f365e8302ded6aae79f46caa27fb74
 SHA1 (patch-src_plugins_task_Makefile.in) = 6aefcbcef2f9a31941dcbe6488ec4ee0a57f5f02
 SHA1 (patch-src_slurmctld_trigger__mgr.c) = b15af6e486a0857530edb20908bcc46f6005103d
 SHA1 (patch-src_slurmd_slurmd_req.c) = b86087999264b1b224bfadea8afe998768ccf1ad

Added files:

Index: pkgsrc/parallel/slurm-wlm/patches/patch-src_plugins_acct__gather__profile_hdf5_Makefile.in
diff -u /dev/null pkgsrc/parallel/slurm-wlm/patches/patch-src_plugins_acct__gather__profile_hdf5_Makefile.in:1.1
--- /dev/null   Mon Apr 20 06:22:58 2026
+++ pkgsrc/parallel/slurm-wlm/patches/patch-src_plugins_acct__gather__profile_hdf5_Makefile.in  Mon Apr 20 06:22:58 2026
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_plugins_acct__gather__profile_hdf5_Makefile.in,v 1.1 2026/04/20 06:22:58 wiz Exp $
+
+Fix
+undefined reference to `H5PTget_next'
+
+--- src/plugins/acct_gather_profile/hdf5/Makefile.in.orig      2026-04-20 06:19:44.155706582 +0000
++++ src/plugins/acct_gather_profile/hdf5/Makefile.in
+@@ -563,7 +563,7 @@ HDF5_API_SOURCES = hdf5_api.c hdf5_api.h
+ @BUILD_HDF5_TRUE@noinst_LTLIBRARIES = libhdf5_api.la
+ @BUILD_HDF5_TRUE@libhdf5_api_la_SOURCES = $(HDF5_API_SOURCES)
+ @BUILD_HDF5_TRUE@libhdf5_api_la_LDFLAGS = $(HDF5_LDFLAGS)
+-@BUILD_HDF5_TRUE@libhdf5_api_la_LIBADD = $(HDF5_LIBS)
++@BUILD_HDF5_TRUE@libhdf5_api_la_LIBADD = $(HDF5_LIBS) -lhdf5_hl
+ @BUILD_HDF5_TRUE@acct_gather_profile_hdf5_la_SOURCES = $(HDF5_SOURCES)
+ @BUILD_HDF5_TRUE@acct_gather_profile_hdf5_la_LDFLAGS = \
+ @BUILD_HDF5_TRUE@     $(PLUGIN_FLAGS) $(HDF5_LDFLAGS)



Home | Main Index | Thread Index | Old Index