Difference between revisions of "LZO"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|lzo}} |{{#vardefine:url|http://www.oberhumer.com/opensource/lzo/#download}} <!--CONFIGURATION: OPTIONA...")
 
Line 41: Line 41:
 
==System Variables==
 
==System Variables==
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable binary directory
 
 
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
 
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
 
* HPC_{{#uppercase:{{#var:app}}}}_INC - includes directory
 
* HPC_{{#uppercase:{{#var:app}}}}_INC - includes directory

Revision as of 16:13, 20 March 2015

Description

lzo website  

LZO is a portable lossless data compression library written in ANSI C.

         * Offers pretty fast compression and *extremely* fast decompression.
         * One of the fastest compression and decompression algorithms around.
           See the ratings for lzop in the famous Archive Comparison Test.
         * Includes slower compression levels achieving a quite competitive
           compression ratio while still decompressing at this very high speed.
         * Distributed under the terms of the GNU General Public License (GPL v2+).

Required Modules

Serial

  • lzo

System Variables

  • HPC_{{#uppercase:lzo}}_DIR - installation directory
  • HPC_{{#uppercase:lzo}}_LIB - library directory
  • HPC_{{#uppercase:lzo}}_INC - includes directory