tar zxvf ncbi-rmblastn-2.2.28-src.tar.gz
cd ncbi-rmblastn-2.2.28-src
vi src/build-system/configure
4746 if test "$GCC" = "yes" ; then 4747 compiler_ver="`$real_CXX -dumpversion 2>&1`" 4748 case "$compiler_ver" in 4749 2.95* | 2.96* | 3.* | 4.* | 7.*) 4750 compiler="GCC" 4751 ncbi_compiler="GCC" 4752 ncbi_compiler_ver="$compiler_ver"
./configure --prefix=/path/to/rmblas --build=aarch64-unknown-linux-gnu --without-debug --with-mt CFLAGS=-Wno-narrowing CXXFLAGS=-Wno-narrowing make -j make -j install
export PATH=/path/to/rmblast/bin:$PATH