Difference between revisions of "POV-Ray"

From UFRC
Jump to navigation Jump to search
(Name of module is "povray", not pov-ray)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
[[Category:Software]]
 
[[Category:Software]]
 
[[Category:AlexReview]]
 
[[Category:AlexReview]]
 +
[[Category:Graphics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|POV-Ray}}
 
|{{#vardefine:app|POV-Ray}}
Line 25: Line 26:
  
 
===GNU===
 
===GNU===
* {{#lowercase:{{#var:app}}}}
+
* {{lc:{{#var:app}}}}
 
===Intel===
 
===Intel===
 
* intel/2013
 
* intel/2013
* {{#lowercase:{{#var:app}}}}
+
* {{lc:{{#var:app}}}}
  
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 19:17, 27 May 2022

Description

POV-Ray website  

POV-Ray is short for the Persistence of Vision Raytracer, a tool for producing high-quality computer graphics. POV-Ray is Free Software (as per the definition of the Free Software Foundation) as its source code is licensed under the Affero General Public License (AGPL).

Required Modules

GNU

  • pov-ray

Intel

  • intel/2013
  • pov-ray

System Variables

  • HPC_POV-RAY_DIR - installation directory
  • HPC_POV-RAY_BIN - executable directory