summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorjwb <jwb@35697150-7ecd-e111-bb59-0022644237b5>2021-01-26 01:34:20 +0000
committerjwb <jwb@35697150-7ecd-e111-bb59-0022644237b5>2021-01-26 01:34:20 +0000
commit15e72e548e03550efe87a265a4a5363e34d3744c (patch)
tree2a8494f285f2f78f108f65f416cb6b75b3049ec0 /biology
parentb4d8be5b8a2c107be331d13398208273c1decc65 (diff)
downloadfreebsd-ports-15e72e548e03550efe87a265a4a5363e34d3744c.tar.gz
freebsd-ports-15e72e548e03550efe87a265a4a5363e34d3744c.tar.bz2
biology/kallisto: Add -lz for pending hdf5 upgrade
PR: 252965 Submitted by: thierry git-svn-id: http://svn.freebsd.org/ports/head@562627 35697150-7ecd-e111-bb59-0022644237b5
Diffstat (limited to 'biology')
-rw-r--r--biology/kallisto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/kallisto/Makefile b/biology/kallisto/Makefile
index 080be7d87e87..df090c91121c 100644
--- a/biology/kallisto/Makefile
+++ b/biology/kallisto/Makefile
@@ -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