Commit Graph

486 Commits

Author SHA1 Message Date
gsell f9d101e591 Merge branch 'master' of gitlab.psi.ch:Pmodules/src into 32-overlay-implementation 2020-09-03 15:43:26 +02:00
gsell 883e017052 Merge branch '94-building-dependencies-might-fail' into 'master'
Resolve "building dependencies might fail"

Closes #94

See merge request Pmodules/src!59
2020-07-10 19:08:49 +02:00
gsell a6ab5f032c bugfix in pbuild::module_is_available() 2020-07-10 19:07:52 +02:00
gsell 7be9e2608f Merge branch '95-building-tcl-failing' into 'master'
Resolve "building Tcl failing"

Closes #95

See merge request Pmodules/src!60
2020-07-10 16:36:18 +02:00
gsell e2e9db3abc Tcl: bugfix in installing README.md 2020-07-10 16:35:40 +02:00
gsell a882800a56 bugfix in pbuild::module_is_available() 2020-07-10 16:31:06 +02:00
gsell a2d5ef9fdf Merge branch '32-overlay-implementation' of gitlab.psi.ch:Pmodules/src into 32-overlay-implementation 2020-07-02 11:36:36 +02:00
gsell 8d73f81983 changes from master merged 2020-07-02 11:36:32 +02:00
gsell 47239ebadc changes from master merged 2020-07-02 11:34:10 +02:00
gsell 3e79fa6849 Merge branch '93-update-software-packages' into 'master'
Resolve "update software packages"

Closes #93

See merge request Pmodules/src!58
2020-07-02 11:31:20 +02:00
gsell 17b670e174 bash and Tcl updated 2020-07-02 11:30:36 +02:00
gsell f1f8acf49c Merge branch '47-runtime-module-dependencies' into 'master'
Resolve "Runtime module dependencies"

Closes #47

See merge request Pmodules/src!57
2020-07-02 11:11:15 +02:00
gsell 0f21df5b40 install dependencies implemented
install dependencies are dependencies which are required at run.time
but must not be loaded. Use-cases are for example are Intel and PGI
compiler.
2020-07-02 10:28:43 +02:00
gsell a7d72c0905 Merge branch 'master' into 32-overlay-implementation 2020-05-25 17:34:32 +02:00
gsell ed5ac6f44f Merge branch '92-fix-installation-of-system-shared-libraries-as-fallback' into 'master'
Resolve "fix: installation of system shared libraries as fallback"

Closes #92

See merge request Pmodules/src!56
2020-05-25 17:31:14 +02:00
gsell 94d57557b4 bug in installing shared libs fixed 2020-05-25 17:27:01 +02:00
gsell 766f6bd1da Merge branch '91-use-markdown-for-changeling' into 'master'
Resolve "use Markdown for changelog"

Closes #91

See merge request Pmodules/src!55
2020-05-25 16:54:27 +02:00
gsell 2f8001b324 Resolve "use Markdown for changelog" 2020-05-25 16:54:27 +02:00
gsell 125658248c break line longer than 80 chars 2020-05-25 10:48:56 +02:00
gsell 887c7a68b9 new function to find the right modulefile for loading implemented
If the module to load was given without version, it could happen, that
an unstable module was loaded unintentional.
2020-05-25 10:40:06 +02:00
gsell cd4e917b46 subcommand_load(): split line longer than 80 chars 2020-05-25 10:36:53 +02:00
gsell 4c4d530327 subcommand_load(): fix issue in printing load hints
empty lines we get from searching are now ignored
2020-05-25 10:33:52 +02:00
gsell 130c51518b get_release(): comment added 2020-05-25 10:32:10 +02:00
gsell d795e3213b in sub-command 'search': error in printing header fixed
option '--no-header' was ignored in default output
2020-05-25 10:17:48 +02:00
gsell d3c0f3cb90 sub-command 'unuse': fixes and refactoring
* MODULEPATH was not updated after un-using an overlay
2020-05-25 10:15:04 +02:00
gsell 9c255b21d5 refactor sub-command ' use' 2020-05-25 10:13:19 +02:00
gsell c187ac01a3 do not reset MODULEPATH and used groups in sub-command 'purge' 2020-05-25 10:00:44 +02:00
gsell 5c795efc6f modulecmd.bash.in: fixes 2020-04-14 17:49:44 +02:00
gsell 284e3c0c21 libmodules.tcl: remove trailing slash in overlay 2020-04-14 17:48:59 +02:00
gsell 240dce31dd function to compare versions added 2020-04-14 17:48:02 +02:00
gsell 818240cb6a error in handling option --overlay= fixed, typo fixed 2020-04-14 17:46:56 +02:00
gsell fd096814ee Tcl README has been renamed to README.md 2020-04-14 17:45:03 +02:00
gsell 14cfef481e create Programming/modulefiles during installation 2020-04-14 17:44:00 +02:00
gsell de345759f9 use to bash 5.0 and Tcl 8.6.10 2020-04-14 17:42:33 +02:00
gsell 9af4b62bdc changes from master merged 2020-04-02 18:08:41 +02:00
gsell 310eaf3f32 Merge branch '90-bugfix-module-unload-broken' into 'master'
Resolve "bugfix: module unload broken"

Closes #90

See merge request Pmodules/src!54
1.0.0rc6
2020-01-15 13:01:58 +01:00
gsell fe1ab6d35c bugfix: broken sub-cmd unload fixed 2020-01-15 13:01:41 +01:00
gsell 9aa3fb045e Merge branch '89-bugfix-list-of-to-be-installed-shared-libs-might-be-empty' into 'master'
Resolve "bugfix: list of to be installed shared libs might be empty"

Closes #89

See merge request Pmodules/src!53
2020-01-07 17:20:17 +01:00
gsell 47ed9cda1b bugfix: handle empty list of be installed shared libs 2020-01-07 17:21:07 +01:00
gsell a01b60bcfc Merge branch '88-fix-module-load-with-csh-is-broken' into 'master'
Resolve "fix: module load with csh is broken"

Closes #88

See merge request Pmodules/src!52
2020-01-06 15:02:14 +01:00
gsell aefdd4a711 fix: broken module load with csh 2020-01-06 15:02:51 +01:00
gsell bcea65e83d Merge branch '87-fix-add-directory-with-pmodules-commands-to-path-in-csh-initialisation-file' into 'master'
Resolve "fix: add directory with Pmodules commands to PATH in csh initialisation file"

Closes #87

See merge request Pmodules/src!51
2020-01-06 14:58:06 +01:00
gsell 4a7c3f7122 fix: prepend Pmodules bin directory to PATH 2020-01-06 14:59:01 +01:00
gsell d462b6f770 Merge branch '86-fix-add-support-for-shell-sh' into 'master'
Resolve "fix: add support for shell 'sh'"

Closes #86

See merge request Pmodules/src!50
2020-01-06 14:53:51 +01:00
gsell 965ab75ce7 fix: support for shell 'sh' added 2020-01-06 14:53:34 +01:00
gsell 0198914fdc Merge branch '85-modulecmd-missing-newline-in-the-warning-after-loading-a-unstable-or-deprecated-module' into 'master'
Resolve "modulecmd: missing newline in the warning after loading a unstable or deprecated module"

Closes #85

See merge request Pmodules/src!49
2019-09-27 10:52:18 +02:00
gsell cd13cfb33c modulecmd: missing newline at end of warning fixed 2019-09-27 10:52:17 +02:00
gsell 337474bf57 Merge branch '84-set-version-to-1-0-0rc6' into 'master'
Resolve "set version to 1.0.0rc6"

Closes #84

See merge request Pmodules/src!48
2019-09-27 10:43:29 +02:00
gsell 6746ac3050 version bumped to 1.0.0rc6 2019-09-27 10:43:41 +02:00
gsell a259f8b950 Merge branch '82-modbuild-bootstrapping-failed' into 'master'
Resolve "modbuild: bootstrapping failed"

Closes #82

See merge request Pmodules/src!46
2019-09-27 10:41:11 +02:00