Commit Graph

128 Commits

Author SHA1 Message Date
gsell 453a9c92a1 Pmodules/modulecmd.bahs.in:
- subcommand_use(): export MODULEPATH if adding a group, closes #25
2017-11-15 16:54:20 +01:00
gsell df0ec7dae3 Pmodules/modulecmd.tcl.in:
- fixing unload bug, closes #23
- [module-info mode] returns 'unload' in Tcl implementation
2017-11-14 11:27:13 +01:00
gsell f5381ef8cf Merge branch 'master' of gitlab.psi.ch:Pmodules/src 2017-11-14 10:38:15 +01:00
gsell e7b9954ff7 Pmodules/libmodules.tcl
- module-addgroup: unloading bug fixed, closing #23
2017-11-14 10:37:59 +01:00
gsell f67728dc55 Pmodules/modulecmd.bash.in:
- get_available_modules2(): return immediately if directory does not exist
2017-11-09 17:30:25 +01:00
gsell 2924857172 support for (t)csh added, closing #21 2017-11-09 16:03:37 +01:00
gsell 70597256b2 Pmodules/profile.zsh.in
Pmodules/zsh
- added
2017-11-08 13:00:40 +01:00
gsell a9730ab1bc Pmodules/modulecmd.bash.in
- supportfor zsh added
- ignore empty arguments
2017-11-08 12:59:54 +01:00
gsell 8f084de618 Pmodules/libpbuild.bash
- bug in pbuild::cleanup() fixed
2017-11-08 12:58:44 +01:00
gsell 2242308298 Pmodules/bash
- unused PMOUDLES_USED_GROUPS removed
2017-11-08 12:57:17 +01:00
gsell ed25dd6107 Pmodules/modbuild: fix bug in splitting version number 2017-10-18 09:55:19 +02:00
gsell de50b1ffeb update release file when rebuilding a module, close #20 2017-09-13 15:39:09 +02:00
gsell 35445b99a9 Pmodules/modmanage.bash.in: exit if rsync fails 2017-09-11 17:44:58 +02:00
gsell 5e727ed637 Pmodules/modulecmd.bash.in: quote values in assignment 2017-09-11 17:43:42 +02:00
gsell 89291c7fe7 Merge branch 'master' of gitlab.psi.ch:Pmodules/src 2017-08-08 14:19:31 +02:00
gsell db616ce790 Pmodules/modbuild
- bugfix in setting target option
- define variable 'V_PKG' as version of the source package
2017-08-08 14:11:48 +02:00
gsell 43d85f96ab Pmodules/libstd.bash
- std::upvar(), std::upvars() added
2017-08-08 14:09:04 +02:00
gsell cebf145ef1 Pmodules/libpbuild.bash
- source/build directory changed to "${PMODULES_TMPDIR}/{src,build}/$P-$V"
- function to find/download sources rewritten, specifing SOURCE_URL in
  build block is now required.
- we now have pre_ and post_ function for all build stages
2017-08-08 14:08:13 +02:00
Achim Gsell cade57f7cd Pmodules/modulecmd.bash.in
- sub-commands 'avail' and 'search' are now case insensitive and accept
  a shell pattern as argument
2017-08-08 01:11:43 +02:00
Achim Gsell 20b4edc972 Pmodules/modbuild
- create ${PMODULES_DISTFILESDIR} if not already exists
2017-08-08 01:01:00 +02:00
gsell a7637d4c52 Pmodules/modbuild
- bugfix: 'local' used in global scope
2017-06-09 12:27:24 +02:00
gsell dac5885500 - configuration file 'environment.bash' merged into 'profile.bash'
- OS dependent build configuration is now in 'modbuild.conf'
- set PATH before sourcing 'modbuild.conf'
- installation path of modulefile fixed
- go through all build steps if nothing else is specified on command line
2017-06-09 10:36:05 +02:00
gsell cb29cba552 Pmodules/lib/libpbuild.bash
- modulesfile-templates are not used any more
2017-05-31 15:26:28 +02:00
gsell b80f27d2e3 - merge scripts 'configure', 'compile_pmodules' and 'install_pmodules'
into new script 'build'
- merge 'environment.{bash,csh}.in' into 'profile.{bash,csh}.in'
- set version to 0.99.12
2017-05-31 15:22:48 +02:00
gsell 8e18b46ed2 Merge branch 'master' of gitlab.psi.ch:Pmodules/src 2017-05-17 12:57:35 +02:00
gsell 1d4b3de94c Pmodules/libpbuild
- search_variante_file(): set 'variants_file' to empty string if none found
- load_build_dependencies():
  * here we don't have to look for a variants file  any more
  * bugfix in testing prefix 'b:' and 'r:' for build- or runtime dependency
2017-05-17 10:33:35 +02:00
gsell 43171df80f Pmodules/modbuild
- don't search for a variants file while bootstrapping
2017-05-17 10:30:05 +02:00
Achim Gsell 1daace6713 OS specific build settings moved to configuration file 2017-05-09 23:34:16 +02:00
Achim Gsell c9e1f74557 Pmodules/modbuild
- first attempt to get latest version from a variants file (still broken)
2017-05-09 01:41:20 +02:00
Achim Gsell f1f9ae775c Pmodules/libpbuild.bash
- if OS == Darwin: do not add path to Xquarz
- function documentation improved
- some download problems fixed
2017-05-09 01:39:24 +02:00
gsell ce283bddea Pmodules/modulecmd.bash.in
- is_modulefile(): typo fixed
2017-04-20 14:45:46 +02:00
gsell 2739df53ec Pmodules/modulecmd.bash.in
- accept shebangs like '#%Module17.3' for traditional modulefile
- accept shebang '#%Pmodule' for modulefiles using Pmodules extensions (fixing #18)
- stub added for printing CSV output in search command (see issue #19)
2017-04-20 11:28:33 +02:00
gsell c621f7233a Pmodules/modmange.bash.in:
- bugfix in initializing a new module environment, fixes #16
2017-03-30 14:32:21 +02:00
gsell f219e40460 Pmodules/modmanage.bash.in
- fix bug in 'get_group_depth()', fixing issue #15
2017-03-29 18:52:37 +02:00
gsell 706b11b812 Pmodules/modulecmd.tcl.in
- Extended procedure for Pmodules implemented in the pure Tcl variant,
  closing issue #12
2017-03-22 15:13:36 +01:00
gsell d491c3046e Pmodules/modulecmd.bash.in
- libmodules.tcl moved to $PMODULES_HOME/lib/Pmodules
- revert removing PSI_LIBMODULES, there are still some old modulefiles
- bugfix in sub-command 'purge' fixing issue #10
2017-03-22 15:07:46 +01:00
gsell 3bd6c9c1b4 Pmodules/modulecmd.tcl.in
- indentation changed to 8 spaces
- avoid needless nesting
2017-03-01 14:08:17 +01:00
gsell 972c0cdcdd Pmodules/modulecmd.bash.in
- missing sub-command 'help' added to dictionary
2017-03-01 14:05:27 +01:00
gsell 0cd1c02775 Pmodules/libmodules.tcl:
- prefix global variables with 'g_'
2017-03-01 14:04:36 +01:00
gsell 8f1c469a98 Pmodules/modbuild
- erroneously inserted 'i' removed
2017-02-15 16:55:02 +01:00
gsell 1e33fc439c Pmodules/modulecmd.bash.in
- bug-fix in get_available_modules() if Tcl implementation of modulecmd is used
2017-02-15 15:25:36 +01:00
gsell e3ef0f1b8d Pmodules/modulecmd.bash.in:
- PMODULES_USED_GROUPS removed from PMODULES_ENV (close #9)
2017-02-09 11:15:41 +01:00
gsell d7dbccd0e4 Pmodules/bash
- bug-fix in passing options to modulecmd (issue #8)
2017-02-07 17:54:51 +01:00
gsell ef2df8ea3d Pmodules/modulecmd.bash.in:
- bug-fix in loading dependencies (issue #6}
- enhance handling of sub-commands(issue #7)
2017-02-07 17:44:07 +01:00
gsell 3f4b5ed2e7 Pmodules/dialog.bash removed (issue #5) 2017-01-24 11:25:37 +01:00
gsell aae257b7f6 dialog based module installation removed (see also issue #5) 2017-01-24 11:13:32 +01:00
gsell f13fcdf7d8 Pmodules/modulecmd.bash.in
- do not add Pmodules bin and sbin directories to PATH
2017-01-10 17:13:03 +01:00
gsell f2dee3a65f Pmodules/modmanage.bash.in
- add Pmodules sbin directory to PATH
2017-01-10 17:11:55 +01:00
gsell ce0eb43f6e Pmodules/libpmodules.bash:
- set variable 'sbindir' if not set
2017-01-10 17:11:14 +01:00
gsell e0423db6f4 implement/fix issue #2: move additional binaries to "$PMODULES_HOME/sbin" 2017-01-09 17:25:51 +01:00