NgsCctsBuildMosaik
From UABgrid Documentation
(Difference between revisions)
(→Build MOSAIK from Source) |
(→Build MOSAIK from Source) |
||
Line 7: | Line 7: | ||
tar xvf MOSAIK-2.1.73-source.tar | tar xvf MOSAIK-2.1.73-source.tar | ||
rm MOSAIK-2.1.73-source.tar | rm MOSAIK-2.1.73-source.tar | ||
+ | cd MOSAIK-2.1.73-source | ||
+ | # fix paths in makefile before building! | ||
+ | sed -i.orig -e 's|_DIR = \.\./|_DIR = ./|' Makefile | ||
+ | make | ||
+ | cd ../latest | ||
+ | ln -sf ../MOSAIK-2.1.73-source MOSAIK-2 | ||
Quickstart instructions: https://github.com/wanpinglee/MOSAIK/wiki/QuickStart | Quickstart instructions: https://github.com/wanpinglee/MOSAIK/wiki/QuickStart |
Latest revision as of 09:28, 26 March 2013
Back to NgsCcts
[edit] Build MOSAIK from Source
cd /share/apps/ngs-ccts wget https://mosaik-aligner.googlecode.com/files/MOSAIK-2.1.73-source.tar echo "3bb0e83e64b8a102a038a263916022f231e1bb03 MOSAIK-2.1.73-source.tar" | sha1sum -c - tar xvf MOSAIK-2.1.73-source.tar rm MOSAIK-2.1.73-source.tar cd MOSAIK-2.1.73-source # fix paths in makefile before building! sed -i.orig -e 's|_DIR = \.\./|_DIR = ./|' Makefile make cd ../latest ln -sf ../MOSAIK-2.1.73-source MOSAIK-2
Quickstart instructions: https://github.com/wanpinglee/MOSAIK/wiki/QuickStart