Commit Graph

206 Commits

Author SHA1 Message Date
gsell f40491b5e3 moved most of the BASH initialisation from config/profile.bash to init/bash 2018-07-11 10:18:26 +02:00
gsell 0e23b71f92 bump version to 0.99.15 2018-07-11 10:15:51 +02:00
gsell ed72e509cc Pmodules/modulecmd.tcl.in.old
- type fixed
2018-02-15 17:58:23 +01:00
gsell dfc4b29277 config/versions.conf
- use newer versions of software
2018-02-15 17:58:02 +01:00
gsell 8aa7a16e36 build
- support for new Tcl implementation of Modules
2018-02-15 17:57:29 +01:00
gsell f84981d4c1 Pmodules/modulecmd.tcl.in
- use new Tcl implementation of Modules.
2018-02-15 17:47:12 +01:00
gsell 3a1f7e0fed Pmodules/libpbuild.bash
- derive source file name from source URL
2018-02-15 17:41:33 +01:00
gsell 2dbaf9d5b0 Moudle/build
- use bzip2'ed tar file
2018-02-15 17:40:24 +01:00
gsell 75a5b47a98 Pmodules/moudlecmd.tcl.in renamed 2018-02-15 17:39:47 +01:00
gsell 50f7c77883 Pmodules/modulecmd.bash.in: conflict resolved 2018-01-24 14:35:16 +01:00
gsell 610f784fdd config/versions.conf
- use Modules 3.2.10.1: this version recognize the Pmodules shebang
2018-01-24 14:32:31 +01:00
gsell a6ba2181a8 Pmodules/modulecmd.bash.in:
- bugfix in use(): export MODULEPATH
2018-01-24 14:31:25 +01:00
gsell 400c4246cb Pmodules/modulecmd.bash.in: bug fixed in argument parsing, related to #26 2017-11-15 18:23:15 +01:00
gsell f3b1291ef2 Pmodules/modulecmd.bash.in: fixing #26 2017-11-15 18:00:52 +01:00
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 20f8d49b86 .gitignore: ignore generated profile.zsh 2017-11-09 16:04:46 +01:00
gsell 2924857172 support for (t)csh added, closing #21 2017-11-09 16:03:37 +01:00
gsell 7f3199638d build:
- install zsh files
2017-11-08 13:02:31 +01:00
gsell 5171a380dd config/versions.conf
- Pmodules version set to 0.99.13
2017-11-08 13:01:55 +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 0.99.12 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 31b598ce53 config/version.conf: reset Pmodules version to 0.99.12 2017-08-08 15:21:18 +02:00
gsell 89291c7fe7 Merge branch 'master' of gitlab.psi.ch:Pmodules/src 2017-08-08 14:19:31 +02:00
gsell b940bbd5a9 build:
- unused code removed
2017-08-08 14:17:55 +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 e1993f7091 config/versions.con
- set Pmodules version to 0.99.13
2017-08-08 01:06:39 +02:00
Achim Gsell 79f58c6961 build
- bit more output of 'usage()'
- option '--debug' added to sub-command 'install'
2017-08-08 01:02:17 +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 6f3b552dce build
- various fixed and improvments
2017-06-09 10:38:35 +02:00
gsell 2997d204a7 getopt/build
- use target 'all' for compiling
2017-06-09 10:37:02 +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 f757d9f920 .gitignore
- profile.{bash,csh} added to ignore file
2017-05-31 15:27:45 +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 e1fd522384 install_pmodules:
- do *not* unset 'PMODULES_ROOT'
0.99.11
2017-05-30 14:33:16 +02:00
gsell 912391ac5a config/environment.bash.{in,psi}
- define 'PMODULES_DISTFILESDIR' and 'PMODULES_TMPDIR' only if still undefined
2017-05-30 14:32:46 +02:00