Skip to content

Commit

Permalink
Iceberg + icu: more small fixes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willfurnass committed Dec 19, 2016
1 parent 1f8eeb0 commit 7df3988
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sharc/software/libs/icu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ icu - International Components for Unicode
.. sidebar:: icu

:Latest Version: 58.2
:Dependencies: gcc
:URL: http://site.icu-project.org/

ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.
Expand All @@ -12,9 +13,9 @@ ICU is released under a nonrestrictive open source license that is suitable for

Usage
-----
Version 58.2 of the icu library for C requires gcc version 4.9.2 (for the C++ standard library); To make the library **and this compiler** available, run the following: ::
Version 58.2 of the icu library for C requires gcc version 4.9.4 (for the C++ standard library); To make the library **and this compiler** available, run the following: ::

module load libs/icu/58.2/gcc-4.9.2
module load libs/icu/58.2/gcc-4.9.4

Installation Notes
------------------
Expand All @@ -23,9 +24,9 @@ This section is primarily for administrators of the system.
Version 58.2
^^^^^^^^^^^^

This Icu 58.2 build links against the GCC 4.9.2 C++ standard library and was installed as a dependency of `boost_sharc` (build using the same C++ standard library); Boost in turn was installed as a dependency of Caffe.
This Icu 58.2 build links against the GCC 4.9.4 C++ standard library and was installed as a dependency of `boost_sharc` (build using the same C++ standard library); Boost in turn was installed as a dependency of Caffe.

#. Download, configure, build, test and install using :download:`this script </sharc/software/install_scripts/icu/58.2/gcc-4.9.4/install.sh>`
#. Download, configure, build, test and install using :download:`this script </sharc/software/install_scripts/libs/icu/58.2/gcc-4.9.4/install.sh>`
#. Check the console output of the install process for ``All tests OK``
#. Install :download:`this modulefile </sharc/software/modulefiles/icu/58.2/gcc-4.9.4>` as ``/usr/local//modulefiles/icu/58.2/gcc-4.9.4``
#. Install :download:`this modulefile </sharc/software/modulefiles/libs/icu/58.2/gcc-4.9.4>` as ``/usr/local/modulefiles/libs/icu/58.2/gcc-4.9.4``

0 comments on commit 7df3988

Please sign in to comment.