Commit Graph

1349 Commits

Author SHA1 Message Date
gsell befe30b09b Merge branch '316-modulecmd-ignore-relative-directories-in-modulepath' into 'master'
Resolve "modulecmd: ignore relative directories in MODULEPATH"

Closes #316

See merge request Pmodules/src!295
2024-08-13 15:42:16 +02:00
gsell c3bfc7a173 modulecmd: ignore relative dirs in MODULEPATH 2024-08-13 15:41:12 +02:00
gsell 11b68d45b6 Merge branch '315-modulecmd-set-a-group-depth-for-modules-outside-the-pmodules-hierarchy' into 'master'
Resolve "modulecmd: set a group depth for modules outside the Pmodules hierarchy"

Closes #315

See merge request Pmodules/src!294
2024-08-13 15:24:41 +02:00
gsell 09fe3894d6 modulecmd: set group depth to 0 for modules outside the hierarchy 2024-08-13 15:22:33 +02:00
gsell 0ec0ce40ac Merge branch '314-modulecmd-bugs-in-handling-overlays' into 'master'
Resolve "modulecmd: bugs in handling overlays"

Closes #314

See merge request Pmodules/src!293
2024-08-13 14:02:16 +02:00
gsell 0b09acf3ec modulecmd: bugfix in handling overlays 2024-08-13 14:00:50 +02:00
gsell 1e18deb472 Merge branch '313-modulecmd-add-alias-spider-to-search-sub-cmd' into 'master'
Resolve "modulecmd: add alias spider to search sub-cmd"

Closes #313

See merge request Pmodules/src!292
2024-08-12 16:41:52 +02:00
gsell 27793f1b70 modulecmd: alias 'spider' added to search sub-cmd 2024-08-12 16:40:58 +02:00
gsell 3f7e34c579 Merge branch '312-modulecmd-print-help-if-modulecmd-is-called-without-arg' into 'master'
Resolve "modulecmd: print help if modulecmd is called without arg"

Closes #312

See merge request Pmodules/src!291
2024-08-12 16:36:33 +02:00
gsell 93e0f6b1e7 modulecmd: print help if modulecmd is called without args 2024-08-12 16:35:42 +02:00
gsell c3c5a8f7d6 Merge branch '311-modulecmd-wrong-quoting-in-sub-cmd-search' into 'master'
Resolve "modulecmd: wrong quoting in sub-cmd search"

Closes #311

See merge request Pmodules/src!290
2024-08-12 16:31:39 +02:00
gsell d1ddbf5f07 modulecmd: bugfix: wrong quoting in sub-cmd search 2024-08-12 16:30:15 +02:00
gsell 6d98ccf307 Merge branch '310-build-system-cleanup' into 'master'
Resolve "build-system: cleanup"

Closes #310

See merge request Pmodules/src!289
2024-08-12 16:15:32 +02:00
gsell 74b0d14d01 build-system: cleanup 2024-08-12 16:14:47 +02:00
gsell c12137159d Merge branch '309-add-detection-of-sles-to-function-std-get_os_release' into 'master'
Resolve "add detection of SLES to function std::get_os_release()"

Closes #309

See merge request Pmodules/src!288
2024-08-12 16:03:13 +02:00
gsell ea1bbee585 detection of SLES distribution added 2024-08-12 16:01:23 +02:00
gsell e455952930 Merge branch '308-fix-reading-overlay-configuration' into 'master'
Resolve "fix reading overlay configuration"

Closes #308

See merge request Pmodules/src!287
2024-08-09 21:41:38 +02:00
gsell bea9ae8231 bugfix in reading overlay configuration 2024-08-09 21:40:42 +02:00
gsell 4a13d1a7ee Merge branch '307-build-system-add-none-unpacker' into 'master'
Resolve "build-system: add 'none' unpacker"

Closes #307

See merge request Pmodules/src!286
2024-08-09 21:34:29 +02:00
gsell fd99f0494a build-system: add support for shell based installers 2024-08-09 21:33:15 +02:00
gsell 7ca4f00ab1 Merge branch '306-build-system-check-file-permissions-of-build-script' into 'master'
Resolve "build-system: check file permissions of build-script"

Closes #306

See merge request Pmodules/src!285
2024-08-09 21:30:06 +02:00
gsell 992764f6eb build-system: check whether the argument is the build-script fixed 2024-08-09 21:29:05 +02:00
gsell 03c8a2065b Merge branch '305-build-system-force-rebuild-if-option-clean-install-is-set' into 'master'
Resolve "build-system: force rebuild if option --clean-install is set"

Closes #305

See merge request Pmodules/src!284
2024-08-09 21:24:16 +02:00
gsell 2c9f17a043 build-system: force rebuild if option --clean-install is set 2024-08-09 21:22:00 +02:00
gsell f026c5d829 Merge branch '304-build-system-don-t-override-an-existing-rpath' into 'master'
Resolve "build-system: don't override an existing RPATH"

Closes #304

See merge request Pmodules/src!283
2024-08-09 21:16:49 +02:00
gsell 2012d9bf07 build-system: don't override RPATH
The RPATH shouldn't be overriden. Packages like conda set an RPATH. If
it is changed conda doesn't work any more.
2024-08-09 21:14:23 +02:00
gsell 5325736761 Merge branch '303-missing-quotes-in-module-function' into 'master'
Resolve "missing quotes in module function"

Closes #303

See merge request Pmodules/src!282
2024-08-08 16:52:54 +02:00
gsell de9e22d91d modulecmd: quoting in module function fixed 2024-08-08 16:51:12 +02:00
gsell 480a87235c recipe for patchelf added 2024-08-05 09:00:37 +02:00
gsell 5334dbe9d5 Merge branch '302-modulecmd-better-lua-support' into 'master'
Resolve "modulecmd: better Lua support"

Closes #302

See merge request Pmodules/src!281
2024-07-30 17:10:07 +02:00
gsell 36a522c152 modulecmd: Lua support for all sub-commands 2024-07-30 17:08:36 +02:00
gsell 6eb3262037 Merge branch '301-modulecmd-issues-with-search' into 'master'
Resolve "modulecmd: issues with search"

Closes #301

See merge request Pmodules/src!280
2024-07-30 17:05:45 +02:00
gsell 9d4380a6f6 modulecmd: sub-command search fixed 2024-07-30 17:04:46 +02:00
gsell 41f533a328 Merge branch '300-moulecmd-fix-errors-due-to-shopt-s-nonuser' into 'master'
Resolve "moulecmd: fix errors due to shopt -s nonuser"

Closes #300

See merge request Pmodules/src!279
2024-07-30 15:49:10 +02:00
gsell 327117500a modulecmd: references to undefined variables fixed 2024-07-30 15:47:26 +02:00
gsell cb2760e749 Merge branch '299-modulecmd-fix-warnings-and-errors-found-by-spellcheck' into 'master'
Resolve "modulecmd: fix warnings and errors found by spellcheck"

Closes #299

See merge request Pmodules/src!278
2024-07-24 16:55:48 +02:00
gsell 0a1d81946b modulecmd & build-system: code review with shellcheck 2024-07-24 16:53:13 +02:00
gsell 43df5e48f3 Merge branch '298-bump-version-to-1-1-22' into 'master'
Resolve "Bump version to 1.1.22"

Closes #298

See merge request Pmodules/src!277
2024-07-16 18:24:59 +02:00
gsell bac7311533 version bumped to 1.1.22 2024-07-16 18:24:14 +02:00
gsell d9ef5f692e Merge branch '1.1.21' into 'master'
Update CHANGELOG.md

See merge request Pmodules/src!276
2024-07-16 16:45:47 +02:00
gsell c229100846 Update CHANGELOG.md 2024-07-16 16:44:49 +02:00
gsell 44f75df4b2 Merge branch '297-write-changelog-for-version-1-1-21' into 'master'
Resolve "Write Changelog for version 1.1.21"

Closes #297

See merge request Pmodules/src!275
2024-07-16 16:36:21 +02:00
gsell ec353faf9a Changelog for version 1.1.21 2024-07-16 16:35:14 +02:00
gsell 0e926554c6 Merge branch '296-modulecmd-do-not-set-u-for-now' into 'master'
Resolve "modulecmd: do not set -u for now"

Closes #296

See merge request Pmodules/src!274
2024-07-16 11:11:40 +02:00
gsell b908a13ddb modulecmd: set -u commented out 2024-07-16 11:10:33 +02:00
gsell 7893bfb5cf Merge branch '295-lisbstd-bash-in-function-std-replace_path-use-empty-string-as-default-for-replacestr' into 'master'
Resolve "lisbstd.bash: in function std::replace_path use empty string as default for 'replacestr'"

Closes #295

See merge request Pmodules/src!273
2024-07-16 10:10:04 +02:00
gsell cc6d88e79b Resolve "lisbstd.bash: in function std::replace_path use empty string as default for 'replacestr'" 2024-07-16 10:10:04 +02:00
gsell 288ba4cc6f Merge branch '294-build-system-make-target_cpus-and-kernel-configurable' into 'master'
Resolve "build-system: make target_cpus and kernel configurable"

Closes #294

See merge request Pmodules/src!272
2024-07-15 20:25:25 +02:00
gsell 40ed9b1b98 build-system: make target_cpus and kernels configurable 2024-07-15 20:24:35 +02:00
gsell 0155139b66 Merge branch '293-build-system-make-download-distfiles-dir-configurable-in-yaml-file' into 'master'
Resolve "build-system: make download/distfiles dir configurable in YAML file"

Closes #293

See merge request Pmodules/src!271
2024-07-15 20:16:06 +02:00