LibBi

From HPC

(Difference between revisions)
Jump to: navigation, search
Eidesfun (Talk | contribs)
(Created page with '=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 `pe…')
Newer edit →

Revision as of 10:31, 9 July 2019

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