Carrot root and DNA VCRU Bioinformatics USDA ARS Vegetable Crops Research Unit

This page was last updated on Wednesday, 15-Mar-2017 11:16:45 CDT

Installation notes for MrBayes version 3.2.6

Home Page

Prerequisites

Installation

  1. $ ver="3.2.6"
  2. $ cd /programinstallers/
  3. $ wget -N https://downloads.sourceforge.net/project/mrbayes/mrbayes/$ver/mrbayes-$ver.tar.gz
  4. $ tar -zxvf mrbayes-$ver.tar.gz
  5. $ cd mrbayes-$ver/src
  6. $ autoconf
  7. $ ./configure --with-beagle=no --enable-mpi=yes --enable-sse=yes CFLAGS="-march=opteron -mfpmath=sse -O2"
  8. $ make
  9. $ sudo make install
    mkdir -p /usr/local/bin
    /usr/bin/install -c -m 755 mb /usr/local/bin
  10. Cleanup
    $ cd /programinstallers && rm mrbayes-$ver -rf