From 9a0114a0c5bf91b975bf28950cfe48429ed8343e Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 7 Sep 2021 11:44:02 -0500 Subject: [PATCH] Add libcurl to permenent dependencies for HTSlib --- htslib/htslib.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htslib/htslib.def b/htslib/htslib.def index 5655d12..de40774 100644 --- a/htslib/htslib.def +++ b/htslib/htslib.def @@ -3,7 +3,7 @@ From: default/alpine:3.14.0 %post # Get the actual dependencies - apk add --no-cache zlib bash + apk add --no-cache zlib bash libcurl # Get the build dependencies apk add --no-cache --virtual .build-deps musl-dev g++ make zlib-dev bzip2-dev xz-dev curl-dev @@ -42,7 +42,7 @@ From: default/alpine:3.14.0 %labels Author 25492070+MillironX@users.noreply.github.com SoftwareVersion 1.13 - SingularityDefinitionVersion 1 + SingularityDefinitionVersion 2 %help HTSlib