summaryrefslogtreecommitdiff
path: root/sys-cluster/lmod/metadata.xml
blob: 89331cf92f11d879549f92496ac46b46e5fc9ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <longdescription>
		Lmod is a lua based program to manage the user environment
		under Unix systems, specifically designed to easily handle the MODULEPATH
		Hierarchical problem.  Environment Modules provide a convenient way to
		dynamically change the users' environment through modulefiles.  This
		includes easily adding or removing directories to the PATH,
		LD_LIBRARY_PATH and other environment variables.
	</longdescription>
  <use>
    <flag name="auto-swap">enable auto swapping of compiler</flag>
    <flag name="cache">enable caching of modules</flag>
    <flag name="duplicate-paths">allow duplicate entries in path</flag>
  </use>
  <origin>srcux</origin>
</pkgmetadata>