From 9be0a76b11f549178d8b4c565199300cb14014ce Mon Sep 17 00:00:00 2001 From: myeuler Date: Sun, 20 Sep 2020 22:36:50 +0800 Subject: [PATCH] update htslib.spec. --- htslib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htslib.spec b/htslib.spec index 3beb203..3423280 100644 --- a/htslib.spec +++ b/htslib.spec @@ -8,7 +8,7 @@ License: MIT and BSD URL: http://www.htslib.org Source0: https://github.com/samtools/htslib/archive/%{name}-%{version}.tar.gz -BuildRequires: gcc autoconf automake make curl-devel zlib-devel bzip2-devel xz-devel +BuildRequires: gcc autoconf automake make curl-devel zlib-devel bzip2-devel xz-devel libxcrypt-devel %description HTSlib is an implementation of a unified C library for accessing common file formats, such as SAM, CRAM and VCF, used for high-throughput sequencing data, and is the core library used by samtools and bcftools. HTSlib only depends on zlib. It is known to be compatible with gcc, g++ and clang.