svn commit: r562627 - head/biology/kallisto

Jason W. Bacon jwb at FreeBSD.org
Tue Jan 26 01:34:21 UTC 2021


Author: jwb
Date: Tue Jan 26 01:34:20 2021
New Revision: 562627
URL: https://svnweb.freebsd.org/changeset/ports/562627

Log:
  biology/kallisto: Add -lz for pending hdf5 upgrade
  
  PR:             252965
  Submitted by:   thierry

Modified:
  head/biology/kallisto/Makefile

Modified: head/biology/kallisto/Makefile
==============================================================================
--- head/biology/kallisto/Makefile	Tue Jan 26 00:27:34 2021	(r562626)
+++ head/biology/kallisto/Makefile	Tue Jan 26 01:34:20 2021	(r562627)
@@ -28,9 +28,10 @@ EXAMPLES_PLIST_FILES=	bin/kallisto-test
 
 # hdf5 is being phased out and is no longer built in by default, but is still
 # required for Sleuth (requires kallisto bootstrap estimates) and other
-# downstream tools.  Remove this after Sleuth et all catch up.
+# downstream tools.  Remove this after Sleuth et al catch up.
 CMAKE_ARGS+=		-DUSE_HDF5:BOOL=ON
 MAKE_JOBS_UNSAFE=	yes
+LDFLAGS+=		-lz
 
 OPTIONS_DEFINE=	EXAMPLES
 


More information about the svn-ports-all mailing list