gsell
8be5934502
Merge branch '452-build-system-calling-make-must-be-quoted' into 'master'
...
Resolve "build-system: calling make must be quoted"
Closes #452
See merge request Pmodules/Pmodules!484
Pmodules-2.0.1
2025-09-03 13:38:46 +02:00
gsell
2c7a1af277
build-system: calling make in pbuild::compile() fixed
2025-09-03 13:36:51 +02:00
gsell
7ffd7e4e8a
Merge branch '451-build-system-under-certain-condition-loadedmodules-is-not-defined' into 'master'
...
Resolve "build-system: under certain condition LOADEDMODULES is not defined"
Closes #451
See merge request Pmodules/Pmodules!483
2025-09-03 13:19:25 +02:00
gsell
d57e19ad4c
build-system: undefined LOADEDMODULES fixed
2025-09-03 13:09:36 +02:00
gsell
02ce5bb612
Merge branch '450-compiling-pmodules-add-tclindex-file-for-libmodules-tcl' into 'master'
...
Resolve "compiling Pmodules: add tclIndex file for libmodules.tcl"
Closes #450
See merge request Pmodules/Pmodules!482
2.0.1
2025-08-18 12:52:15 +02:00
gsell
ac7b25223d
compiling Pmodules: tclIndex file for libmodules.tcl added
2025-08-18 12:52:15 +02:00
gsell
a963d8cb8c
Merge branch '449-build-system-build-add_configure_args-was-renamed-by-mistake' into 'master'
...
Resolve "build-system: build::add_configure_args() was renamed by mistake"
Closes #449
See merge request Pmodules/Pmodules!481
2025-08-14 14:41:36 +02:00
gsell
f8f1459a8e
build-system: FIX: pbuild::add_ceonfigure_args was renamed by mistake
2025-08-14 14:40:53 +02:00
gsell
e0e64d2406
Merge branch '448-update-changelog' into 'master'
...
CHANGELOG updated
Closes #448
See merge request Pmodules/src!480
2025-08-14 10:35:28 +02:00
gsell
42aef0e618
CHANGELOG updated
2025-08-14 10:35:04 +02:00
gsell
04a0df04a2
Merge branch '447-undefined-variables-in-doc-strings' into 'master'
...
Resolve "undefined variables in doc-strings"
Closes #447
See merge request Pmodules/src!479
2025-08-14 10:29:09 +02:00
gsell
2cf35e7c7c
unused variable in doc-string fixed
2025-08-14 10:28:08 +02:00
gsell
89642562ea
Merge branch '446-remove-unused-files' into 'master'
...
Resolve "remove unused files"
Closes #446
See merge request Pmodules/src!478
2025-08-14 10:23:02 +02:00
gsell
b030e2a847
unused files removed
2025-08-14 10:22:19 +02:00
gsell
3efcb68e7b
Merge branch '445-build-script-add-definitions-of-lua-and-luarocks-versions' into 'master'
...
Resolve "build-script: add definitions of Lua and Luarocks versions"
Closes #445
See merge request Pmodules/src!477
2025-08-12 16:23:45 +02:00
gsell
0b75015c0f
build-script: define Lua&Luarocks versions, sub-cmd to create a tar-ball added
2025-08-12 16:19:24 +02:00
gsell
9c6e67ae34
Merge branch '444-update-changelog' into 'master'
...
Resolve "update ChangeLog"
Closes #444
See merge request Pmodules/src!476
2025-08-04 17:34:19 +02:00
gsell
83ea89e1d3
ChangeLog updated
2025-08-04 17:33:36 +02:00
gsell
7ba20f3ce5
Merge branch '443-cleanup' into 'master'
...
Resolve "cleanup"
Closes #443
See merge request Pmodules/src!475
2025-08-04 17:18:56 +02:00
gsell
63362dc4a6
Code cleanup
2025-08-04 17:18:56 +02:00
gsell
c7dffed63f
Merge branch '442-build-system-output-message-with-used-overlays' into 'master'
...
Resolve "build-system: output message with used overlays"
Closes #442
See merge request Pmodules/src!474
2025-08-04 17:12:44 +02:00
gsell
98852c4b7b
build-system: output message with used overlays
2025-08-04 17:11:44 +02:00
gsell
5ca7307bd2
Merge branch '441-build-system-work-around-bash-bug-in-calling-make' into 'master'
...
Resolve "build-system: work-around bash bug in calling make"
Closes #441
See merge request Pmodules/src!473
2025-08-04 17:08:49 +02:00
gsell
e19298f82f
build-system: work-around for bash(?) bug in calling make
2025-08-04 17:07:32 +02:00
gsell
9424d2b838
Merge branch '440-modulecmd-keeping-track-of-used-overlays-is-broken' into 'master'
...
Resolve "modulecmd: keeping track of used overlays is broken"
Closes #440
See merge request Pmodules/src!472
2025-08-04 17:03:54 +02:00
gsell
9f97c0d5e7
modulecmd: bugfix in keeping track of used overlay
2025-08-04 17:03:05 +02:00
gsell
209bd4f085
Merge branch '439-build-system-check-for-loaded-modules-doesn-t-work-with-lua-modules' into 'master'
...
Resolve "build-system: check for loaded modules doesn't work with Lua modules"
Closes #439
See merge request Pmodules/src!471
2025-08-04 16:49:10 +02:00
gsell
d1848a42b9
build-system: bugfix in checking loaded modules
...
test for Lua modules was missing
2025-08-04 16:47:38 +02:00
gsell
6a66a60a0f
Merge branch '438-build-system-configure_args-are-not-handled-correct' into 'master'
...
Resolve "build-system: configure_args are not handled correct"
Closes #438
See merge request Pmodules/src!470
2025-08-04 16:44:13 +02:00
gsell
dbe7d7d6c4
build-system: bugfix in setting configure args
2025-08-04 16:43:10 +02:00
gsell
4782058276
Merge branch '437-code-cleanup-variable-dir2overlaymap-is-not-used' into 'master'
...
Resolve "code cleanup: variable Dir2OverlayMap is not used"
Closes #437
See merge request Pmodules/src!469
2025-08-04 16:23:58 +02:00
gsell
3f00511527
modulecmd: cleanup code: unused variable Dir2OverlayMap
2025-08-04 16:21:30 +02:00
gsell
5b84ea0888
Merge branch '436-modulecmd-fix-missing-space' into 'master'
...
Resolve "modulecmd: fix missing space"
Closes #436
See merge request Pmodules/src!468
2025-07-18 11:17:45 +02:00
gsell
1e6cfd9c74
modulecmd: missing space in definition of local variable fixed
2025-07-18 11:16:22 +02:00
gsell
f9cc082e89
Merge branch '435-set-version-to-2-0-1-and-update-changelog' into 'master'
...
Resolve "set version to 2.0.1 and update CHANGELOG"
Closes #435
See merge request Pmodules/src!467
2025-07-17 17:26:28 +02:00
gsell
ef823953b8
version bumped to 2.0.1, CHANGELOG updated
2025-07-17 17:21:41 +02:00
gsell
35dcd99d53
Merge branch '434-modulecmd-output-hints-for-help-sub-command' into 'master'
...
Resolve "modulecmd: output hints for help sub-command"
Closes #434
See merge request Pmodules/src!466
2025-07-17 17:16:43 +02:00
gsell
bd6ec0e2c6
modulecmd: output hints in help sub-command if module is unavailable
2025-07-17 17:15:22 +02:00
gsell
c5956bfedb
Merge branch '433-make-sure-that-local-variables-are-defined-as-local' into 'master'
...
Resolve "make sure that local variables are defined as local"
Closes #433
See merge request Pmodules/src!465
2025-07-17 17:07:58 +02:00
gsell
7ac15dc560
make sure that local variables are defined as local
2025-07-17 17:07:58 +02:00
gsell
c8335bdfee
Merge branch '432-build-system-don-t-remove-modulefiles-in-other-overlays-by-default' into 'master'
...
Resolve "build-system: don't remove modulefiles in other overlays by default"
Closes #432
See merge request Pmodules/src!464
2025-07-17 13:54:53 +02:00
gsell
b730413d61
build-system: don't remove modulefiles in other overlays by default
2025-07-17 13:52:28 +02:00
gsell
044acc0e9b
Merge branch '431-build-system-don-t-use-hostename' into 'master'
...
Resolve "build-system: don't use $HOSTENAME"
Closes #431
See merge request Pmodules/src!463
2025-07-17 13:42:16 +02:00
gsell
727a49da72
build-system: get hostname via hostname(1) not $HOSTNAME
...
With Slurm (and may be other batch-systems) the environment variable
HOSTNAME might inherited from the node the job has been submitted. In
this case the value is wrong on the compute nodes.
2025-07-17 13:36:48 +02:00
gsell
bfd7396677
Merge branch '430-modulecmd-review-code-to-search-modules' into 'master'
...
Resolve "modulecmd: review code to search modules"
Closes #430
See merge request Pmodules/src!462
2025-07-17 13:26:34 +02:00
gsell
622d4c7720
modulecmd: review code to search modules
2025-07-17 13:26:34 +02:00
gsell
a00e11567c
Merge branch '430-modulecmd-review-code-to-search-modules' into 'master'
...
Resolve "modulecmd: review code to search modules"
Closes #430
See merge request Pmodules/src!461
2025-07-17 11:52:50 +02:00
gsell
7233371f98
modulecmd: review code for searching/finding available modules
...
The cache will be recreated only if the mtime of a modulefile
is newer than the cache.
2025-07-17 11:50:24 +02:00
gsell
ea174f72d6
Merge branch '429-build-system-extend-urls-structure-in-yaml-config-file' into 'master'
...
Resolve "build-system: extend urls structure in YAML config file"
Closes #429
See merge request Pmodules/src!460
2025-07-16 17:34:15 +02:00
gsell
7d7a7a5781
build-system: extended urls structure
2025-07-16 17:29:58 +02:00