Date: Wed, 3 Mar 2021 16:29:22 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567098 - head/sysutils/slurm-wlm Message-ID: <202103031629.123GTMA2077024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Wed Mar 3 16:29:22 2021 New Revision: 567098 URL: https://svnweb.freebsd.org/changeset/ports/567098 Log: sysutils/slurm-wlm: More precise hdf5 dependency Change LIB_DEPEND to libhdf5_cpp.so, since slurm depends on h5cc, which is conditionally installed when C++ support is enabled. This is a slight improvement for users building slurm from source when hdf5 C++ support is missing. PR: 253599 Reported by: Patrick McMunn Modified: head/sysutils/slurm-wlm/Makefile Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Wed Mar 3 16:26:32 2021 (r567097) +++ head/sysutils/slurm-wlm/Makefile Wed Mar 3 16:29:22 2021 (r567098) @@ -60,7 +60,7 @@ GUI_CONFIGURE_ENABLE= glibtest gtktest x11 #GTK2_CONFIGURE_ENV_OFF= ac_gtk_test=no #GTK2_CONFIGURE_OFF= --disable-gtktest -HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 \ +HDF5_LIB_DEPENDS= libhdf5_cpp.so:science/hdf5 \ libsz.so:science/szip HDF5_CONFIGURE_WITH= hdf5 HDF5_CONFIGURE_ENV= H5CC=${LOCALBASE}/bin/h5cc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103031629.123GTMA2077024>