LibBi

From HPC

(Difference between revisions)
Jump to: navigation, search
(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…')
(LibBi installation)
Line 1: Line 1:
-
=LibBi installation=
 
-
 
To install LibBi, run the following commands (e.g., on the login node).
To install LibBi, run the following commands (e.g., on the login node).

Revision as of 10:31, 9 July 2019

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