New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/nicolasmartin/DepsInstall – NEMO
wiki:user/nicolasmartin/DepsInstall

Version 1 (modified by nicolasmartin, 5 years ago) (diff)

--

Deps installation

LaTeX

As the server can't access Internet to download and install $LaTeX$ from TeX Live mirrors, a workaround solution was to carry out a portable installation from an external system followed by a basic copy to the server.

Error: Failed to load processor box
No macro or processor named 'box' found
Error: Failed to load processor box
No macro or processor named 'box' found

HTML export

latex2html

htlatex

$ tmlgr install tex4ht

Python packages

Almost the same procedure as $LaTeX$ with the import of Python sources from an external computer for a local installation on the server (via Python pip)

  1. Install the mandatory Python packages from source:/NEMO/trunk/doc/rst/requirements_make_html.txt
    $ pip install -r requirements_make_html.txt
    
  1. Check the compilation of HTML export
    $ make html
    
  1. Build wheels
    $ pip3 wheel -r requirements_make_html.txt --no-cache-dir
    

Doxygen