static version of metabat v2.15.

Issue #92 wontfix
Camilla Nesbø created an issue

Hi,

Woiuld it be possible to have a static version of metabat v2.15 for download? We are having issues compiling on CentOS 7.

Thanks,

Camilla

Comments (2)

  1. Rob Egan

    Sorry, but we do not build the static binary anymore because that has proven very difficult to support on many platforms.

    We do, however build and deploy a docker image at dockerhub: https://hub.docker.com/r/metabat/metabat .

    I do not have CentOS installed anywhere but from what I gather CentOS 7’s default compiler (gcc 4.8) does not support the features we built into metabat, but you should be able to install a new version on that old platform.

    These are the requirements that we are aware of and test against. If you build and install them on your platform, then the build of MetaBAT should work too.

    gcc/g++ >= 4.9 or intel >= 18.0.1 or llvm >= 8.0
    boost >= 1.53
    cmake >= 3.8.2
    make >= 4.1

  2. Log in to comment