LibBi

From HPC

Revision as of 10:31, 9 July 2019 by Eidesfun (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

LibBi installation

To install LibBi, run the following commands (e.g., on the login node).

wget -O- http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.bash_profile
echo 'export MANPATH=$HOME/perl5/man:$MANPATH' >> ~/.bash_profile
source ~/.bash_profile

git clone https://github.com/lawmurray/LibBi.git
cpanm ./LibBi
Personal tools