Commit Graph
849 Commits
Author SHA1 Message Date
gsell 85cf207e9e modulecmd: bugfix in test whether a file is a modulefile or not 2024-08-13 16:32:07 +02:00
gsell d63c9c15dd modulecmd: function to find modules reviewed 2024-08-13 16:02:50 +02:00
gsell 4b4c51d652 modulecmd: eval output of modulecmd.bin only if not empty 2024-08-13 15:51:09 +02:00
gsell c3bfc7a173 modulecmd: ignore relative dirs in MODULEPATH 2024-08-13 15:41:12 +02:00
gsell 09fe3894d6 modulecmd: set group depth to 0 for modules outside the hierarchy 2024-08-13 15:22:33 +02:00
gsell 0b09acf3ec modulecmd: bugfix in handling overlays 2024-08-13 14:00:50 +02:00
gsell 27793f1b70 modulecmd: alias 'spider' added to search sub-cmd 2024-08-12 16:40:58 +02:00
gsell 93e0f6b1e7 modulecmd: print help if modulecmd is called without args 2024-08-12 16:35:42 +02:00
gsell d1ddbf5f07 modulecmd: bugfix: wrong quoting in sub-cmd search 2024-08-12 16:30:15 +02:00
gsell 74b0d14d01 build-system: cleanup 2024-08-12 16:14:47 +02:00
gsell ea1bbee585 detection of SLES distribution added 2024-08-12 16:01:23 +02:00
gsell bea9ae8231 bugfix in reading overlay configuration 2024-08-09 21:40:42 +02:00
gsell fd99f0494a build-system: add support for shell based installers 2024-08-09 21:33:15 +02:00
gsell 992764f6eb build-system: check whether the argument is the build-script fixed 2024-08-09 21:29:05 +02:00
gsell 2c9f17a043 build-system: force rebuild if option --clean-install is set 2024-08-09 21:22:00 +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 de9e22d91d modulecmd: quoting in module function fixed 2024-08-08 16:51:12 +02:00
gsell 36a522c152 modulecmd: Lua support for all sub-commands 2024-07-30 17:08:36 +02:00
gsell 9d4380a6f6 modulecmd: sub-command search fixed 2024-07-30 17:04:46 +02:00
gsell 327117500a modulecmd: references to undefined variables fixed 2024-07-30 15:47:26 +02:00
gsell 0a1d81946b modulecmd & build-system: code review with shellcheck 2024-07-24 16:53:13 +02:00
gsell b908a13ddb modulecmd: set -u commented out 2024-07-16 11:10:33 +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 40ed9b1b98 build-system: make target_cpus and kernels configurable 2024-07-15 20:24:35 +02:00
gsell 90939f597e build-system: configurable download_dir YAML config file 2024-07-15 20:13:33 +02:00
gsell c043d2ef80 build-system: definition of var. hierarchical_groups reviewed 2024-07-15 20:07:24 +02:00
gsell b74f9a1259 build-system: missing definition of file cmd added 2024-07-15 19:57:35 +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 e52d5bbf1b build-system: fixes for unpacking with 7z 2024-07-15 18:49:26 +02:00
gsell 81eed3a716 libstd: function def_cmd added 2024-07-15 18:30:31 +02:00
gsell 2776065544 build-system: $PREFIX can now be used in YAML config file 2024-07-15 18:14:13 +02:00
gsell e51244ed0b modulecmd: module search over all dirs in MODULEPATH outside hierarchy 2024-07-12 17:24:11 +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 c5d2f47afa modulecmd: don't show extension of Lua modulefiles 2024-07-12 14:32:14 +02:00
gsell 926289a375 modulecmd: treat unset variables as error and pipefail set 2024-07-12 14:11:19 +02:00
gsell c2bc123132 modulecmd: using unset variables fixed 2024-07-12 11:40:09 +02:00
gsell 45df61cc9c modulecmd: loading multiple modules fixed 2024-07-12 11:18:17 +02:00
gsell b44fd094ee libpbuild: refactor variable name 'file' to 'fname' 2024-07-12 10:52:24 +02:00
gsell b5f3618d9a libstd: functions to search for executbales and shared obj added 2024-07-12 10:41:11 +02:00
gsell e185d92bca build-system: support for different unpackers added 2024-06-13 17:17:34 +02:00
gsell 35c38f5731 build-system: use string for versions to build 2024-06-13 17:03:34 +02:00
gsell dd76e7c4dc build-system: swap meaning of --debug and --verbose 2024-06-13 16:43:08 +02:00
gsell 03caddd42d modulecmd: swap meaning of option --debug and --verbose 2024-06-13 14:59:43 +02:00
gsell f8e45fdc81 modulecmd: bugfixes in collection sub-commands 2024-05-24 20:26:23 +02:00
gsell d29916166d build-system: code cleanup 2024-05-03 10:27:50 +02:00
gsell 9b3e303a64 build-system: check-mode added 2024-05-02 17:32:10 +02:00
gsell 32143a21c0 build-system: opt --overlay is only allowed if legacy config is used 2024-05-02 17:20:55 +02:00
gsell 9149fd698d build-system: sub-package implementation 2024-05-02 17:12:58 +02:00
gsell 712912eb6a build-system: unused/duplicate code removed 2024-05-02 16:50:23 +02:00