User Tools

Site Tools


wiki:software:fastp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:software:fastp [2023/04/06 15:50] keistcwiki:software:fastp [2024/03/22 16:20] (current) keistc
Line 1: Line 1:
 ====== Fastp Install ====== ====== Fastp Install ======
-Compiling from source requires two libraries: libdeflate and libisal. In addition, cmake is required as well.\\ +Compiling from source requires three libraries: libdeflatelibisal and libtool. In addition, cmake is required as well.\\ 
-Source code is [[https://github.com/OpenGene/fastp#get-fastp|here]]\\+Source code for libtool [[https://www.gnu.org/software/libtool/|here]]\\
 libisal requires nasm to compile [[https://www.nasm.us/|here]]\\ libisal requires nasm to compile [[https://www.nasm.us/|here]]\\
-1. In the source folder run+1. For nasm cd to the source folder run
   configure --prefix=/home/.hub_local   configure --prefix=/home/.hub_local
   make   make
   make install   make install
-2. download and build libisal+2. Download and build libtool, cd to source folder 
 +  ./configure --prefix=/home/.hub_local 
 +  make 
 +  make install 
 +   
 +3. download and build libisal
   git clone https://github.com/intel/isa-l.git   git clone https://github.com/intel/isa-l.git
   mkdir /home/.hub_local/lib64   mkdir /home/.hub_local/lib64
Line 15: Line 20:
   make   make
   sudo make install   sudo make install
 +The above didn't work. Try the following:
 +  make -f Makefile.ux
 +Then copy the libisal.so in the bin folder to the /home/.hub_local/lib folder. In the /home/.hub_local/lib folder do
 +  ln libisal.so libisal.so.2 
 3. download and build libdeflate  3. download and build libdeflate 
   git clone https://github.com/ebiggers/libdeflate.git   git clone https://github.com/ebiggers/libdeflate.git
wiki/software/fastp.1680821446.txt.gz · Last modified: 2023/04/06 15:50 by keistc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki