Commit Graph

127 Commits

Author SHA1 Message Date
5899aadf81 scripts/Bootstrap/Pmodules/modmanage.bash.in:
- interupt handler added
- some simple fixes
- create Tools/modulefiles
- first code to handle dependencies added
2015-07-15 10:39:44 +02:00
3193331a1f scripts/Bootstrap/Pmodules/modulecmd.bash.in:
- cleanup
2015-07-15 10:38:20 +02:00
840ae5d1d6 scripts/Bootstrap/Pmodules/bash:
- module() function cleanup
- build MANPATH from /etc/man.conf{ig}
2015-07-15 10:37:35 +02:00
9ad827b364 scripts/Bootstrap/Pmodules/modulecmd.bash.in:
- support for release in extendet module name added
2015-07-13 17:29:28 +02:00
8170da8d77 scripts/Bootstrap/{compile,install}_pmodules.sh:
- cleanup
- install 'modulecmd.bash' and 'modmanage.bash' in libexec
2015-07-10 18:49:57 +02:00
e5503c54dd scripts/Bootstrap/Pmodules/{ennvironment,profile}.bash:
- cleanup
2015-07-10 18:48:48 +02:00
9b1f262264 scripts/Bootstrap/Pmodules/modulecmd.bash.in:
- renamed from 'modulecmd.in'
- moved to libexec
- sub-command load now  supports extended module names like Libraries:mpc/1.0.3
2015-07-10 18:47:34 +02:00
7db9a2e068 scripts/Bootstrap/Pmodules/modulecmd:
- wrapper to make modulecmd relocatable
2015-07-10 18:45:06 +02:00
15fbb5ec83 scripts/Bootstrap/Pmodules/modmanage:
- do not source profiles
- modmanage.bash has been moved to libexec
2015-07-10 18:43:36 +02:00
b2aca223c5 scripts/Bootstrap/.gitignore: ignore autogenerated modulecmd.bash 2015-07-10 18:41:44 +02:00
537ed6353e scripts/Bootstrap/Pmodules/modulecmd.in: renamed to 'modulecmd.bash.in' 2015-07-10 18:39:27 +02:00
704ddb4b54 scripts/Bootstrap/Pmodules/modulecmd.bash.in: renamed from modulecmd.in 2015-07-10 18:34:07 +02:00
df50ec313b scripts/Bootstrap/{compile,install}_pmodules.sh:
- bugfix in setting PMODULES_VERSION
2015-07-09 17:44:08 +02:00
2ac06ce262 scripts/Bootstrap/Pmodules_version:
- set PMODULES_VERSION to 0.99.5
2015-07-09 17:43:13 +02:00
a5376bbd65 scripts/Bootstrap/install_pmodules.sh:
- adapted to new format of Pmodules_version.conf
2015-07-09 13:41:14 +02:00
fee0947978 scripts/Bootstrap/compile_pmodules.sh
- adapted to new format of Pmodules_version.conf
- conditional compiling
2015-07-09 13:40:27 +02:00
7c7cf6c7dd scripts/Bootstrap/Pmodules_version.conf:
- new, language independent format
2015-07-09 13:38:18 +02:00
dfb42a9748 scripts/Bootstrap/compile_pmodules.sh:
- cleanup
2015-07-09 10:22:34 +02:00
5d87ddc1b2 scripts/Bootstrap/Pmodules/profile.bash:
- bugfix PMODULES_PREFIX has been renamed to PMODULES_ROOT
2015-07-09 10:21:28 +02:00
f08150143d scripts/Bootstrap/Pmodules/modulecmd.in:
- '--norc' removed from shebang
2015-07-09 10:19:32 +02:00
25d15181cf Merge branch 'master' of gitorious.psi.ch:pmodules/src 2015-07-02 14:16:20 +02:00
e46ed0b484 script/Bootstrap/Pmodules/modulecmd.in:
- fix bash glob issue with [A-Z]* pattern
2015-07-02 11:13:28 +02:00
65aad9aaf5 scripts/Bootstrap/Pmodules_version.conf
- set version to 0.99.4
2015-06-26 17:50:24 +02:00
aba087f849 scripts/Bootstrap/Pmodules
- do not read profiles
- tcsh output added to 'export_env()'
- supress errors from 'typeset' in 'save_env()'
- use 'export_env()' to instead of 'echo'
- add global declaration of PMODULES_DEFAULT_GROUPS
  and PMODULES_DEFAULT_RELEASES to 'pmodules_init()'
- add 'tcsh' as supported shell
2015-06-26 17:49:49 +02:00
fde9205f16 scripts/Bootstrap/Pmodules/environment.csh.in
- fixes
- adapted to new variable names
2015-06-26 17:45:32 +02:00
7ceec6e288 scripts/Bootstrap/Pmodules/csh:
- set correct exec_prefix
- do not set MODULESHOME
2015-06-26 17:44:41 +02:00
364270b6c7 scripts/Bootstrap/compile_pmodules.sh
- cleanup $PMODULES_DIR before compiling
2015-06-26 17:43:29 +02:00
ab9edd13b0 scripts/Bootstrap/Pmodules/modulecmd.in: bugfixes in subcommand_unuse() 2015-06-15 14:54:02 +02:00
154d578ecb scripts/Bootstrap/Pmodules/modulecmd.in:
- bugfix in 'subcommand_use()'
2015-06-08 10:57:35 +02:00
b129a8d05d - em.xyz renamed to pmodules.xxy
- underscore removed as prefix of function names
- keyword function removed
2015-06-04 20:38:33 +02:00
a42cdf4645 scripts/Bootstrap:
- PSI_ variables renamed
- new modulefiles layout implemented
- autoload libmodules.tcl
- use of term 'group' instead of 'family'
2015-06-04 18:50:15 +02:00
ccf5f2b9ba scripts/Bootstrap/install_pmodules.sh:
- do not cleanup after build dir
- specify bash verion
2015-06-04 18:43:14 +02:00
8781da4c53 scripts/Bootstrap/bootstrap.sh: bugfix 2015-06-04 18:41:37 +02:00
f3b6b2fa7d scripts/Bootstrap/Pmodules/environment.csh:
- renamed to 'environment.csh.in'
scripts/Bootstrap/Pmodules/modmanage.in:
- renamed to 'modmanage.bash.in'
scripts/Bootstrap/Pmodules/modulecmd.tcl:
- removed
2015-06-04 18:38:38 +02:00
1aa03ce303 scripts/Bootstrap/Pmodules/modmanage.in:
- in function sync_modules(): do not sync module template files
2015-05-21 15:04:23 +02:00
8665107992 scripts/Bootstrap/Pmodules/libpmodules.bash:
- in function log(): redirect output to '1>&$fd' not '/dev/fd/$fd',
  writing to '/dev/fd/X' might run into permission problems
2015-05-21 15:02:49 +02:00
0a2ee2e1ba scripts/Bootstrap/Pmodules/modmanage.in: add some comments 2015-05-20 16:08:09 +02:00
b8fb76cb1c scripts/Bootstrap/Pmodules/modmanage.in: set PMODULES_VERSION in config/environment.bash to version of script; print usage if called without args 2015-05-20 10:30:01 +02:00
c51908da41 scripts/Bootstrap/Pmodules/modulecmd.in: in header of sub-command 'search': 'Family' replaced by 'Group' 2015-05-19 16:18:54 +02:00
51005f7adb scripts/Bootstrap/Pmodules/modulecmd.in: bugfix in get_hierarchy_depth() 2015-05-19 14:00:17 +02:00
6c610714ad scripts/Bootstrap/Pmodules/modulecmd.in: bugfix in sub-command 'unuse' 2015-05-19 09:18:03 +02:00
c84417282f scripts/Bootstrap/Pmodules:
- bugfixes in modulecmd.in
- bugfixes in modmanage.in
2015-05-06 18:37:38 +02:00
b6820c5687 Bootstrap/gettext/build: --with-pic=yes added to configure call 2015-05-06 18:35:34 +02:00
21e9b9720f script/Bootstrap/Pmodules/modulecmd.in:
- use our own GNU base64
2015-05-06 15:18:43 +02:00
a56b83e44a scripts/Bootstrap:
- coreutils added, we need a unique base64
2015-05-06 15:17:53 +02:00
c7721ab60d Pmodules:
- use the term 'group' instead of 'family'
- prefix 'PSI_' changed to 'PMODULES_' for several shell vars.
2015-05-06 10:15:55 +02:00
346798015e scripts/Bootstrap/Pmodules/modulecmd.in:
- export vars via function 'export_env()'
- PSI_RELEASES renamed to PSI_DEFINED_RELEASES
- bugfixes
- sub-command 'clear' fixed
- sub-command 'whatis' partially fixed
2015-04-23 17:51:04 +02:00
b81a326f8b scripts/Bootstrap/Pmodules/environment.bash.in:
- PSI_RELEASES renamed to PSI_DEFINED_RELEASES
- set PSI_DEFAULT_RELEASES instead of PSI_USED_RELEASES
- PSI_USED_RELEASES renamed to USED_RELEASES (and saved in PMODULES_ENV)
2015-04-23 17:48:02 +02:00
d1f0209416 script/Bootstrap/Pmodules/bash:
- expose less env.vars to the user, cache them in PMODULES_ENV
2015-04-23 17:45:49 +02:00
90c6f1a602 scripts/Bootstrap/Pmodules/modulecmd.in:
- bugfix in sub-command use:
	- PSI_LOADEDFAMILIES was not updated
2015-04-15 19:06:14 +02:00