Forum - htslib-1.15.1

Jump to navigation Jump to search
Overview > Topics > Porting > htslib-1.15.1
[#80]

Hello,

I confirmed that "make test" of htslib-1.15.1 was passed by NEC C/C++ compilers version 3.5.0 with the attached patch.


Install required library

$ tar xf htslib-1.15.1.tar.bz2
$ cd htslib-1.15.1
$ patch -p0 < htslib.patch
$ /opt/nec/ve/bin/autoconf -i
$ export NCC_INCLUDE_PATH=${NCC_INCLUDE_PATH}:<include path of required library>
$ export VE_LIBRARY_PATH=${VE_LIBRARY_PATH}:<library path of required library>
$ ./configure CC=ncc CXX=nc++ FC=nfort AR=nar LDFLAGS=-pthread --prefix=<HTSlib install path>
$ make
$ make install
$ export VE_LD_LIBRARY_PATH=$VE_LD_LIBRARY_PATH:<library path of required library>:<library path of HTSlib>
$ make test
Posted by T.Baba on 1 August 2022 at 07:01.
Edited by T.Baba on 1 August 2022 at 07:02.