Commit Graph
95 Commits
Author SHA1 Message Date
gsell a8e6c5d239 bash updated to version 5.3.9 2026-02-05 13:20:15 +01:00
gsell a68763c365 modulecmd: bugfix in unloading a versioned module by name. 2026-02-04 17:05:13 +01:00
gsell c1683551c1 build-recipes: download URL of Modules fixed 2026-01-29 17:11:34 +01:00
gsell e803d8fc98 build-system: don't set CC and CXX in pbuild::compile() 2026-01-29 17:04:25 +01:00
gsell c6ea07e6ad modulecmd: use of unset variable fixed in find_modulefile() 2026-01-29 16:55:54 +01:00
gsell e107fdf7db build-system: don't pass empty string as arg to configure/cmake 2026-01-29 16:49:30 +01:00
gsell bbf585fcd0 modulecmd: setting LD_LIBRARY_PATH fixed 2026-01-29 16:40:51 +01:00
gsell ed692571f4 version set to 2.0.4 2026-01-29 16:24:41 +01:00
gsell ff730bc852 modulecmd: bugfix in find_overlay()
While fixing #1344 we introduced a new bug in the function find_overlay().
2025-12-18 14:32:53 +01:00
gsell e89a4c39c8 modulecmd: issue with Lmod spider cmd fixed 2025-12-18 14:21:06 +01:00
gsell bd8e36c827 modulecmd: don't allow absolute path names for modules in an overlay 2025-12-15 14:02:12 +01:00
gsell acf5faa541 modulecmd: bugfix for absolute modulefile path names 2025-12-15 13:55:05 +01:00
gsell 3f4e7e03b0 build-system: calling std::die() in pbuild::install_docfiles() fixed 2025-12-15 11:21:58 +01:00
gsell 9ea687caf3 modulecmd: bugfix in unloading modules. 2025-12-04 16:43:33 +01:00
gsell f74616406d CHANGELOG.md updated 2025-12-03 13:41:40 +01:00
gsell a3f30f1bae changelog updated 2025-11-28 10:02:03 +01:00
gsell d78c6aeca0 changelog updated 2025-11-28 09:49:52 +01:00
gsell 05ddd513c7 libpmodules: substitute env-vars in Pmodules.yaml
Subsitute environment variables if used in TmpDir and DistFilesDir in
Pmodules.yaml.
2025-11-27 18:05:36 +01:00
gsell 3fe37f3c5a libpmodules: error fixes 2025-11-27 17:58:41 +01:00
gsell ddf31d74ef build-system: function to simplify build modules with pip3 added 2025-11-27 16:41:18 +01:00
gsell cddd618a4b build-system: pbuild::install_docfiles(): exit with error if called 2025-11-27 16:25:26 +01:00
gsell fd20cbbee7 build-system: more general default values
Default for `PMODULES_TMPDIR` is now `/var/tmp/${USER}` and for
`PMODULES_DISTFILESDIR` is now `${HOME}/.cache/Pmodules`
2025-11-27 11:12:01 +01:00
gsell d0ab72d87a CHANGELOG updated 2025-11-27 10:59:21 +01:00
gsell 465fe783aa CHANGELOG updated 2025-11-27 10:50:02 +01:00
gsell e0aa2c6892 CHANGELOG.md updated 2025-10-30 17:27:00 +01:00
gsell 42aef0e618 CHANGELOG updated 2025-08-14 10:35:04 +02:00
gsell 83ea89e1d3 ChangeLog updated 2025-08-04 17:33:36 +02:00
gsell ef823953b8 version bumped to 2.0.1, CHANGELOG updated 2025-07-17 17:21:41 +02:00
gsell 5b29b19c41 changelog updated 2025-03-06 16:49:13 +01:00
gsell d0aeaf7f17 CHANGELOG updated 2024-11-28 15:57:57 +01:00
gsell 73a35ed7d3 version bumped to 1.1.23 2024-08-16 17:33:53 +02:00
gsell 66af5b935e changelog updated 2024-08-16 15:30:43 +02:00
gsell bac7311533 version bumped to 1.1.22 2024-07-16 18:24:14 +02:00
gsell c229100846 Update CHANGELOG.md 2024-07-16 16:44:49 +02:00
gsell ec353faf9a Changelog for version 1.1.21 2024-07-16 16:35:14 +02:00
gsell 5173748e2c version bumped to 1.1.21 2024-05-25 11:14:40 +02:00
gsell f16dc0497b changelog updated 2024-05-03 10:48:34 +02:00
gsell c02e9b2790 version number bumped to 1.1.20 2024-04-17 17:09:00 +02:00
gsell 2f1233905f CHANGELOG updated/reviewed 2024-04-17 16:53:58 +02:00
gsell 1e0d189529 build-system: appending item to CMake/autotools, patches and docfiles
Arguments to CMake/autotools can now be append to the default with the
'configure_args+' key in the YAML configuration file. Patch-files can
be appended with the 'patch_file+' key and doc-files with 'docfiles+'.
2024-04-17 15:17:50 +02:00
gsell 5c128f8e4d build-system: BUGFIX: arguments to CMake/autotools must be quoted 2024-04-17 15:04:49 +02:00
gsell dab07c8a07 modulecmd: bugfix in testing tty 2024-04-17 14:54:51 +02:00
gsell 39bb033b29 CHANGELOG reviewed 2024-04-16 17:33:33 +02:00
gsell 9c906834c8 build-system: substitute env variables if used in configure args 2024-04-16 16:34:43 +02:00
gsell 21215d39e6 build-system: configurable number directory components to be strip
The tar command is called with the option --strip-components. Till now
the value was 1 and hardcoded. In some cases more or less components
must be removed. This can now be configured in the YAML file.
2024-04-16 15:58:59 +02:00
gsell 4925158aa2 modulecmd: don't abbreviate output of search command.
The output of the search command shouldn't be abbreviated if not
running in a terminal.
2024-04-16 14:56:21 +02:00
gsell 955d97a1f1 build-system: clean install option added 2024-04-10 17:28:24 +02:00
gsell 8cf790744a Resolve "build-system: add CMake/autotools options and patch files to YAML config file" 2024-04-10 15:55:43 +02:00
gsell 4e18f7ef19 version bumped to 1.1.19 2024-04-09 10:29:07 +02:00
gsell 671d4ff7cc build-system: error in cleanup
Cleanup before building fails if ${BUILD_DIR}/../.. doesn't exist.
2024-04-09 09:43:05 +02:00