Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Install the dependencies.
yum install lapack lapack-devel blas blas-devel bzip2-devel.aarch64 python-pip zlib-devel.aarch64 xz-devel hdf5-devel libjpeg
- Modify the Makefile file.
- Perform the compilation.
make
- Install the Python 3 extension components.
yum -y install python3 python3-devel pip3 install wheel pip3 install -r scripts/requirements.txt --user
If a component missing error is reported during the installation, install the component separately:
pip install NANOPOLISH

Parent topic: Nanopolish 0.13.2 Porting Guide (CentOS 8.2)



