abinfo "Building ncbi-blast+ ..."
"$SRCDIR"/configure \
    --prefix=/usr \
    --with-dll \
    --with-bin-release \
    --with-mt \
    --with-libuv \
    --with-lmdb \
    --with-lzo \
    --with-nghttp2 \
    --with-pcre2 \
    --with-perl \
    --with-python \
    --with-sqlite3 \
    --with-z \
    --with-zstd

abinfo "Configuring ncbi-blast+ ..."
make

abinfo "Installing ncbi-blast+ ..."
make prefix="$PKGDIR"/usr install
