Commit Graph

473 Commits

Author SHA1 Message Date
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
gsell 77275b9c66 modbuild: bootstrapping error fixed 2019-09-27 10:41:00 +02:00
gsell f118c2a973 Merge branch '83-output-of-build-process-pbuild-log-must-be-ignored-by-git' into 'master'
Resolve "output of build process 'pbuild.log' must be ignored by Git"

Closes #83

See merge request Pmodules/src!47
2019-09-27 10:38:13 +02:00
gsell 3a59d8f630 output of build process 'pbuild.log' added to git ignore file 2019-09-27 10:38:24 +02:00
gsell 18affb9e27 Merge branch '81-add-changes-file' into 'master'
Resolve "add CHANGES file"

Closes #81

See merge request Pmodules/src!45
1.0.0rc5
2019-09-24 16:26:46 +02:00
gsell a58f142c93 CHANGES added 2019-09-24 16:27:00 +02:00
gsell b692f071b8 Merge branch '80-modulecmd-log-loaded-module-to-syslog' into 'master'
Resolve "modulecmd: log loaded module to syslog"

Closes #80

See merge request Pmodules/src!44
2019-09-24 16:14:59 +02:00
gsell 611aae3b1b modulecmd: log loaded modules to syslog 2019-09-24 16:15:07 +02:00
gsell 0b0668d564 Merge branch '79-mod-build-limit-parallel-makes-to-10' into 'master'
Resolve "mod build: limit parallel makes to 10"

Closes #79

See merge request Pmodules/src!43
2019-09-24 10:10:35 +02:00
gsell 83dc1a3de6 libpbuild: limit parallel make jobs to 10, unless specified on cmd line 2019-09-24 10:10:38 +02:00
gsell 6ae8ba2e09 Merge branch '78-modbuild-allow-as-version-argument' into 'master'
Resolve "modbuild: allow '.*' as version argument"

Closes #78

See merge request Pmodules/src!42
2019-09-19 13:23:21 +02:00
gsell 1c82df4b10 modbuild: '.*' is now a valid version argument 2019-09-19 13:23:12 +02:00
gsell 3f1b49cfa0 Merge branch '77-modbuild-typo-in-definition-of-pbuild-supported_compilers' into 'master'
Resolve "modbuild: typo in definition of pbuild::supported_compilers"

Closes #77

See merge request Pmodules/src!41
2019-09-19 13:00:07 +02:00
gsell e9e1268137 modbuild: typo in definition of pbuild::supported_compilers fixed 2019-09-19 13:00:06 +02:00