public:user_software:losot-ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:user_software:losot-ubuntu [2015-03-11 13:23] Andreas Hornefferpublic:user_software:losot-ubuntu [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Installing Losoto in a Virtual environment  ====== +====== Installing Losoto in a Virtual environment on Ubuntu 14.04  ====== 
-  * Tested/installed on an generic ubuntu 14.04+  * Tested/installed on an ubuntu 14.04 
 +  * Uses generic ATLAS library form ubuntu, which is probably not optimized.
  
 +  * Needs pyrap, which can be installed with the LOFAR software: [[ubuntu_12_4|installation instructions]]
 <code> <code>
 # install the following packages (with apt-get, aptitude or so): # install the following packages (with apt-get, aptitude or so):
Line 17: Line 19:
 pip install progressbar pip install progressbar
 pip install matplotlib pip install matplotlib
-#<//code> 
-#Next download ATLAS and lapack. You can get ATLAS from [[http://sourceforge.net/projects/math-atlas/]] and lapack from [[http://www.netlib.org/lapack/#_software]]. Untar ATLAS 
-#<code> 
-#cd losoto 
-#wget http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.2/atlas3.10.2.tar.bz2 
-#mkdir -p ATLAS/BUILD; cd ATLAS/BUILD 
-#../configure -b 64 -Fa alg -fPIC --with-netlib-lapack-tarfile=/home/user/lapack-3.5.0.tgz --prefix=/home/user/bin/ATLAS/ 
-#make; cd lib; make shared; make ptshared; cd ..; make install 
-#export ATLAS = <prefix dir> 
 pip install scipy pip install scipy
-#Download wcs and untar +Finally, download losoto from [[https://github.com/revoltek/losoto]] 
-#./configure --prefix=/home/user/bin/wcs/; make; make install +git clone https://github.com/revoltek/losoto
-#./batchbuild.py --prefix=/home/user/bin/pyrap/ --lapack-root=/home/user/bin/ATLAS/ --lapack-lib=/home/user/bin/ATLAS/lib --wcs-root=/home/user/bin/wcs+
 </code> </code>
-  * Finally, download losoto from [[https://github.com/revoltek/losoto]] 
   * You need to enter the virtual environment before running losoto. So run   * You need to enter the virtual environment before running losoto. So run
 <code> <code>
 source losoto/bin/activate source losoto/bin/activate
 </code> </code>
  • Last modified: 2015-03-11 13:23
  • by Andreas Horneffer