mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
Adapt defined modulepaths in example testsuite configuration file (modulerc and .modulespath) depending if versioning installation mode is enabled or not.
21 lines
906 B
Plaintext
21 lines
906 B
Plaintext
#
|
|
# @(#)$Id: 38aa24cc33a5f54a93781d63005a084f74418022 $
|
|
# Module version 3.2.10
|
|
# init/.modulespath. Generated from .modulespath.in by configure.
|
|
#
|
|
# 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.
|
|
#
|
|
# # location of version files
|
|
@VERSIONING@@baseprefix@/$MODULE_VERSION/modulefiles # Module pkg modulefiles (if versioning)
|
|
@NOTVERSIONING@@modulefilesdir@ # Module pkg modulefiles (if no versioning)
|
|
@prefix@/test/modulefiles:@prefix@/test/etc # General module files
|
|
#@prefix@/your_contribs # Edit for your requirements
|