Commit Graph

1303 Commits

Author SHA1 Message Date
gsell cda8298144 libstd.bash: in std::replace_path(): use empty string as default forreplacestr 2024-07-16 09:58:56 +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
gsell 90939f597e build-system: configurable download_dir YAML config file 2024-07-15 20:13:33 +02:00
gsell 49efbc9664 Merge branch '292-build-system-review-definition-of-variable-hierarchical_groups' into 'master'
Resolve "build-system: review definition of variable hierarchical_groups"

Closes #292

See merge request Pmodules/src!270
2024-07-15 20:08:26 +02:00
gsell c043d2ef80 build-system: definition of var. hierarchical_groups reviewed 2024-07-15 20:07:24 +02:00
gsell 978947f7e0 Merge branch '290-build-system-set-rpath-in-elf-objects-to-opt-psi-lib64' into 'master'
set path of file cmd

Closes #290

See merge request Pmodules/src!269
2024-07-15 19:59:05 +02:00
gsell b74f9a1259 build-system: missing definition of file cmd added 2024-07-15 19:57:35 +02:00
gsell 58fb4eca63 Merge branch '290-build-system-set-rpath-in-elf-objects-to-opt-psi-lib64' into 'master'
Resolve "build-system: set RPATH in elf objects to /opt/psi/lib64"

Closes #290

See merge request Pmodules/src!268
2024-07-15 18:59:47 +02:00
gsell f9fa377257 build-system: set path of patchelf 2024-07-15 18:58:52 +02:00
gsell 546a3cf53e build-system: set RPATH in elf objects to /opt/psi/lib64 2024-07-15 18:55:34 +02:00
gsell 4b900d1c04 Merge branch '289-build-system-add-support-for-unpacking-with-7z' into 'master'
Resolve "build-system: add support for unpacking with 7z"

Closes #289

See merge request Pmodules/src!267
2024-07-15 18:52:18 +02:00
gsell e52d5bbf1b build-system: fixes for unpacking with 7z 2024-07-15 18:49:26 +02:00
gsell dafba8fc0a Merge branch '288-libstd-add-function-def_cmd' into 'master'
Resolve "libstd: add function def_cmd"

Closes #288

See merge request Pmodules/src!266
2024-07-15 18:31:41 +02:00
gsell 81eed3a716 libstd: function def_cmd added 2024-07-15 18:30:31 +02:00
gsell 86e996b588 Merge branch '287-modbuild-prefix-should-be-usable-in-yaml-config-files' into 'master'
Resolve "modbuild: $PREFIX should be usable in YAML config files"

Closes #287

See merge request Pmodules/src!265
2024-07-15 18:16:10 +02:00
gsell 2776065544 build-system: $PREFIX can now be used in YAML config file 2024-07-15 18:14:13 +02:00
gsell e122dc5a3f Merge branch '286-modulecmd-perform-module-search-in-directories-outside-hierarchy' into 'master'
Resolve "modulecmd: perform module search in directories outside hierarchy"

Closes #286

See merge request Pmodules/src!264
2024-07-12 17:42:19 +02:00
gsell e51244ed0b modulecmd: module search over all dirs in MODULEPATH outside hierarchy 2024-07-12 17:24:11 +02:00
gsell 9a8deb00c1 Merge branch '285-modulecmd-don-t-show-modulepath-of-modules-not-in-the-pmodules-hierarchy' into 'master'
Resolve "modulecmd: don't show modulepath of modules not in the Pmodules hierarchy"

Closes #285

See merge request Pmodules/src!263
2024-07-12 16:04:18 +02:00
gsell 3841f9d0db modulecmd: don't show directory of modulefiles
Don't show the full modulefile name for modules outside the Pmodules
hierarchy.
2024-07-12 15:59:46 +02:00
gsell 5a4c1234ef Merge branch '284-modulecmd-remove-extensions-from-lua-modulefiles-in-the-output-of-the-commands-avail-list-and' into 'master'
Resolve "modulecmd: remove extensions from Lua modulefiles in the output of the commands avail, list and search"

Closes #284

See merge request Pmodules/src!262
2024-07-12 14:33:15 +02:00
gsell c5d2f47afa modulecmd: don't show extension of Lua modulefiles 2024-07-12 14:32:14 +02:00
gsell 84b29827c0 Merge branch '283-modulecmd-trat-unset-variables-as-errors-and-set-pipefail' into 'master'
Resolve "modulecmd: treat unset variables as errors and set pipefail"

Closes #283

See merge request Pmodules/src!261
2024-07-12 14:12:14 +02:00
gsell 926289a375 modulecmd: treat unset variables as error and pipefail set 2024-07-12 14:11:19 +02:00
gsell 00e816b7d9 Merge branch '282-modulecmd-fix-use-of-unset-variables' into 'master'
Resolve "modulecmd: fix use of unset variables"

Closes #282

See merge request Pmodules/src!260
2024-07-12 11:41:19 +02:00
gsell c2bc123132 modulecmd: using unset variables fixed 2024-07-12 11:40:09 +02:00
gsell e9447fc105 Merge branch '281-modulecmd-loading-multiple-modules-doesn-t-work-any-more' into 'master'
Resolve "modulecmd: loading multiple modules doesn't work any more"

Closes #281

See merge request Pmodules/src!259
2024-07-12 11:19:18 +02:00
gsell 45df61cc9c modulecmd: loading multiple modules fixed 2024-07-12 11:18:17 +02:00
gsell 6eaa400f0f Merge branch '280-libpbuild-refactor-variable-file-to-fname' into 'master'
Resolve "libpbuild: refactor variable 'file' to 'fname'"

Closes #280

See merge request Pmodules/src!258
2024-07-12 10:54:52 +02:00
gsell b44fd094ee libpbuild: refactor variable name 'file' to 'fname' 2024-07-12 10:52:24 +02:00
gsell a7f2923bef Merge branch '279-libstd-add-functions-to-search-shared-executables-and-libraries' into 'master'
Resolve "libstd: add functions to search shared executables and libraries"

Closes #279

See merge request Pmodules/src!257
2024-07-12 10:43:23 +02:00
gsell b5f3618d9a libstd: functions to search for executbales and shared obj added 2024-07-12 10:41:11 +02:00
gsell 05b4d951ec Merge branch '278-build-system-add-7z-as-unpacker-and-make-unpacker-selectable-in-the-yaml-config-file' into 'master'
Resolve "build-system: add 7z as unpacker and make unpacker selectable in the YAML config file"

Closes #278

See merge request Pmodules/src!256
2024-06-13 17:21:55 +02:00
gsell e185d92bca build-system: support for different unpackers added 2024-06-13 17:17:34 +02:00
gsell 4c99477793 Merge branch '277-build-system-use-string-for-versions-to-build' into 'master'
Resolve "build-system: use string for versions to build"

Closes #277

See merge request Pmodules/src!255
2024-06-13 17:06:15 +02:00
gsell 35c38f5731 build-system: use string for versions to build 2024-06-13 17:03:34 +02:00
gsell 24acd6d4cc Merge branch '276-build-system-swap-meaning-of-verbose-and-debug' into 'master'
Resolve "build-system: swap meaning of --verbose and --debug"

Closes #276

See merge request Pmodules/src!254
2024-06-13 16:44:38 +02:00
gsell dd76e7c4dc build-system: swap meaning of --debug and --verbose 2024-06-13 16:43:08 +02:00
gsell 324077b7ca Merge branch '275-modulecmd-swap-meaning-of-options-verbose-and-debug' into 'master'
Resolve "modulecmd: swap meaning of options --verbose and --debug"

Closes #275

See merge request Pmodules/src!253
2024-06-13 15:00:15 +02:00
gsell 03caddd42d modulecmd: swap meaning of option --debug and --verbose 2024-06-13 14:59:43 +02:00
gsell 7ea1917031 Merge branch '274-update-default-version-in-recipes' into 'master'
Draft: Resolve "update default version in recipes"

Closes #274

See merge request Pmodules/src!252
2024-06-13 14:51:40 +02:00
gsell e24c2fbbc1 buildsystem: update dft. versions in recipes 2024-06-13 14:50:21 +02:00
gsell 9df2b48ab2 Merge branch '273-add-recipe-for-7z' into 'master'
Resolve "add recipe for 7z"

Closes #273

See merge request Pmodules/src!251
2024-06-13 14:47:25 +02:00
gsell acdc9e13dd recipe for 7z added 2024-06-13 14:45:23 +02:00
gsell 0d6b5de894 Merge branch '272-bump-version-to-1-1-21' into 'master'
Resolve "bump version to 1.1.21"

Closes #272

See merge request Pmodules/src!250
2024-05-25 11:15:03 +02:00
gsell 5173748e2c version bumped to 1.1.21 2024-05-25 11:14:40 +02:00
gsell 9c4d8f8e54 Merge branch '263-modulecmd-multiple-bugs-in-the-implementation-of-the-collection-sub-cmd' into 'master'
Resolve "modulecmd: multiple bugs in the implementation of the collection sub-cmd"

Closes #263

See merge request Pmodules/src!249
1.1.20
2024-05-24 20:27:58 +02:00
gsell f8e45fdc81 modulecmd: bugfixes in collection sub-commands 2024-05-24 20:26:23 +02:00