svn commit: r567098 - head/sysutils/slurm-wlm

Jason W. Bacon jwb at FreeBSD.org
Wed Mar 3 16:29:23 UTC 2021


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


More information about the svn-ports-head mailing list