Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 01:34:21 +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: r562627 - head/biology/kallisto
Message-ID:  <202101260134.10Q1YLXU025651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101260134.10Q1YLXU025651>