mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
* Fixed any mixed size differences when using ints and pointers. (Only an issue with 64 bit machines.)
20 lines
872 B
Plaintext
20 lines
872 B
Plaintext
#
|
|
# @(#)$Id: .modulespath.in,v 1.3 2005/11/30 18:53:23 rkowen Exp $
|
|
# Module version @VERSION@
|
|
#
|
|
# Modulepath initial setup
|
|
# ========================
|
|
#
|
|
# This file defines the initial setup for the module files search path.
|
|
# Comments may be added anywhere, which begin on # and continue until the
|
|
# end of the line
|
|
# Each line containing a single path will be added to the MODULEPATH
|
|
# environment variable. You may add as many as you want - just
|
|
# limited by the maximum variable size of your shell.
|
|
#
|
|
@VERSIONING@@VERSIONPATH@ # location of version files
|
|
@VERSIONING@@BASEPREFIX@/Modules/$MODULE_VERSION/modulefiles # Module pkg modulefiles (if versioning)
|
|
@NOTVERSIONING@@BASEPREFIX@/Modules/modulefiles # Module pkg modulefiles (if no versioning)
|
|
@MODULEPATH@ # General module files
|
|
# @prefix@/your_contribs # Edit for your requirements
|