public:install_lofar_redhat5.8

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:install_lofar_redhat5.8 [2013-10-10 13:16] Jose Sabater Montespublic:install_lofar_redhat5.8 [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 8: Line 8:
   * Libraries available: HDF5 and old versions of boost and fftw3.   * Libraries available: HDF5 and old versions of boost and fftw3.
  
-After some tests we determined that we needed to isntall, at least, the following software and libraries:+After some tests we determined that we needed to install, at least, the following software and libraries:
   * scons   * scons
   * WCS   * WCS
Line 341: Line 341:
 insert: insert:
 <code Python> <code Python>
-    conf.env.Append(LINKFLAGS = ["-Wl,-rpath,/home/users/dae/jsm/local/src/casacore-1.5.0/build/scimath:/home/users/dae/jsm/local/src/casacore-1.5.0/build/scimath_f:/home/users/dae/jsm/local/src/casacore-1.5.0/build/tables:/home/users/dae/jsm/local/src/casacore-1.5.0/build/casa:/usr/local/hdf5-1.8.11-linux-x86_64-shared/lib:/home/users/dae/jsm/local/lib"])+    conf.env.Append(LINKFLAGS = ["-Wl,-rpath,/home/users/dae/jsm/local/casacore/lib:/usr/local/hdf5-1.8.11-linux-x86_64-shared/lib:/home/users/dae/jsm/local/lib"])
 </code> </code>
  
Line 371: Line 371:
   * Cmake could find some of the casapy libraries and link them as dependencies. If you want to avoid that you should specify the cache variables by hand (as it is done in this example).   * Cmake could find some of the casapy libraries and link them as dependencies. If you want to avoid that you should specify the cache variables by hand (as it is done in this example).
   * To link to precompiled external libraries (like the ones provided by casapy or Anaconda) might be a bad idea.   * To link to precompiled external libraries (like the ones provided by casapy or Anaconda) might be a bad idea.
-  * The option "--blas" of pyrap did not work and make the build script fail. +  * The option "--blas" of pyrap did not work and made the build script fail. 
-  * Final advice: Try to avoid obsolete systems if you can :) My personal choice would be Ubuntu 12.04 LTS or maybe Debian.+  * Final advice: Try to work on modern systems (e. g. Ubuntu 12.04 LTS) if you can :).
    
  • Last modified: 2013-10-10 13:16
  • by Jose Sabater Montes