Changeset a14839a in flex_extract.git for For_developers/Sphinx/source/Support/faq.rst


Ignore:
Timestamp:
May 15, 2020, 2:27:39 PM (4 years ago)
Author:
Petra Seibert <petra.seibert [at) univie.ac.at>
Branches:
master, ctbto, dev
Children:
f20342a
Parents:
b936fd3
Message:

Language corrections for the Sections Developers, Support, Changelog, and the home directory (index.html)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • For_developers/Sphinx/source/Support/faq.rst

    rba99230 ra14839a  
    88   
    99
    10 What can I do if I can't install the third party libraries from distribution packages?
     10What can I do if I can't install the third-party libraries from distribution packages?
    1111======================================================================================
    1212
    13 This can be the case if the user does not have admin rights.
    14 It is possible to install the necessary libraries locally from source.
    15 For this case you should follow the following steps:
     13This can be the case if the user does not have admin rights and the sysadmins would not want to provide the libraries.
     14In this case, a workaround is to install the necessary libraries from source into a user directory, following these steps:
    1615
    17 Installation hints:
     16Steps to install libraries from source:
    1817    1. `Read Emoslib installation instructions <https://software.ecmwf.int/wiki/display/EMOS/Emoslib>`_
    1918    2. `Read ECMWF blog about gfortran <https://software.ecmwf.int/wiki/display/SUP/2015/05/11/Building+ECMWF+software+with+gfortran>`_
    2019    3. `Install FFTW <http://www.fftw.org>`_
    21     4. `Install EMOSLIB <https://software.ecmwf.int/wiki/display/EMOS/Emoslib>`_ (2 times make! one without any options and one with single precision option)
     20    4. `Install EMOSLIB <https://software.ecmwf.int/wiki/display/EMOS/Emoslib>`_ (execute ``make`` two times! One time without any options, and another time with the single-precision option.)
    2221    5. `Install ECCODES <https://software.ecmwf.int/wiki/display/ECC>`_
    23     6. Register at Mars (:ref:`ref-registration`)
     22    6. Register for MARS access (:ref:`ref-registration`)
    2423    7. Install Web API's `CDS API <https://cds.climate.copernicus.eu/api-how-to>`_ and `ECMWF Web API <https://confluence.ecmwf.int/display/WEBAPI/ECMWF+Web+API+Home>`_
    25     8. Check LD_LIBRARY_PATH environment variable if it contains all paths to the libs
    26     9. Check available python packages (e.g. import eccodes / import grib_api / import ecmwfapi)
     24    8. Check whether LD_LIBRARY_PATH environment variable contains the paths to all the libs
     25    9. Check available Python packages (e.g. ``import eccodes`` / ``import grib_api`` / ``import ecmwfapi``)
    2726    10. Start test retrieval (:ref:`ref-test-local`)
    2827    11. Install ``flex_extract`` (:doc:`../installation`)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG