gsell
4ee53d12fa
changes made in version 1.0 merged/added
...
- Issue #176 , MR !149 relocatable modulecmd
- Issue #175 , MR !148 new logmessage format
- Issue #173 , MR !146 additional dirs in search path of CMake and pkgconfig
- Issue #172 , MR !145 : fix in reading legacy variants files
2022-12-05 15:35:26 +01:00
gsell
07d22cf1f2
Merge branch '32-overlay-implementation' into 'master'
...
Resolve "overlay implementation"
Closes #32
See merge request Pmodules/src!2
2022-10-27 13:09:40 +00:00
gsell
34a3009120
changes from master merged
2022-10-27 15:07:18 +02:00
gsell
e998bfa09b
Merge branch '168-modulecmd-sub-cmd-whatis-and-keyword-are-broken' into 'master'
...
Resolve "modulecmd: sub-cmd whatis and keyword are broken"
Closes #168
See merge request Pmodules/src!144
2022-10-27 12:44:36 +00:00
gsell
f17a66bd2c
modulecmd: sub-cmds whatis and keyword fixed
2022-10-26 18:25:12 +02:00
gsell
ccb3d4c55f
Merge branch '171-add-springdale-as-rhel-clone' into 'master'
...
Resolve "add Springdale as RHEL clone"
Closes #171
See merge request Pmodules/src!143
2022-10-26 14:59:37 +00:00
gsell
b7da791922
Springdale added as RHEL clone
2022-10-26 15:15:33 +02:00
gsell
fc20878cc9
modulecmd: init of manpath is now a sub-function of pmodules_init()
2022-10-21 14:15:32 +02:00
gsell
e9bf48c1bf
modbuild: add option to pass a configuration file (former variants file)
2022-10-21 14:13:44 +02:00
gsell
05306765c2
modbuild: bugfix in writing the dependencies files
2022-10-21 14:11:50 +02:00
gsell
0af6ef37c4
modbuild: declare and export the build root in BUILD_ROOT
2022-10-21 14:10:45 +02:00
gsell
46a56688f8
modbuild: bugfix in installing doc files
2022-10-21 13:43:39 +02:00
gsell
5b706a7ec7
API function pbuild::unpack() added
2022-10-21 13:32:11 +02:00
gsell
bbdc89fd26
Merge branch '32-overlay-implementation' of gitlab.psi.ch:Pmodules/src into 32-overlay-implementation
2022-09-13 19:23:23 +02:00
gsell
0d5f4dcb18
modulecmd: help for aliases fixed
2022-09-13 19:21:26 +02:00
gsell
debde9c152
modulecmd: bugfix: sed command was not defined
2022-09-13 19:20:16 +02:00
gsell
2df2e6e652
Overlay doc updaated
2022-08-22 10:33:23 +02:00
gsell
3787193116
merged upstream
2022-08-17 10:21:51 +02:00
gsell
a26651eb9f
Overlay documentation updated
2022-08-17 10:08:39 +02:00
gsell
fbd4867c3e
modulecmd: scan groups during initialisation
2022-08-03 17:31:21 +02:00
gsell
f44972947f
modulecmd: comments edited
2022-08-03 16:54:44 +02:00
gsell
ffbf6158e6
modulecmd: unset 'Version' before restoring variables from cache
...
If 'Version' is set in the calling shell, initialisation might be
skipped.
2022-08-03 16:41:15 +02:00
gsell
50ef08ca2f
modulecmd: parsing the args of sub-cmds simplified
2022-08-03 16:37:58 +02:00
gsell
8d7bba9631
modulecmd: all group depths should be correct after initialisation.
2022-08-03 16:34:21 +02:00
gsell
b308bf252a
modulecmd: mapping of sub-cmds and their aliases to functions reviwed
2022-08-03 16:32:20 +02:00
gsell
f83b68ba0d
modulecmd: cosmetic changes (spacing) and comments added/edited
2022-08-03 16:29:50 +02:00
gsell
42929f835f
modulecmd: support for modulecmd written in Tcl removed
2022-08-03 15:57:20 +02:00
gsell
bfcb42a396
modbuild: bugfixes
2022-07-29 15:56:08 +02:00
gsell
381a7c5d56
Merge branch '32-overlay-implementation' of gitlab.psi.ch:Pmodules/src into 32-overlay-implementation
2022-07-29 14:56:03 +02:00
gsell
2026450fbe
overlay doc updated
2022-07-29 14:55:31 +02:00
gsell
25aebf7518
Changelog updated
2022-07-29 14:54:55 +02:00
gsell
bc38136787
modbuild: quering group, supported systems and compilers added to YAML
...
another big change is the re-ordering of the public pbuild:: functions
2022-07-29 14:53:01 +02:00
gsell
c8b61bbf5f
libpbuild: pbuild::supported_os removed
2022-07-29 14:50:25 +02:00
gsell
06c41be687
modbuild/libpbuild: print warnings if deprecated functions are used
2022-07-29 14:47:33 +02:00
gsell
1048ebfe40
Changelog edited
2022-07-29 08:43:55 +02:00
gsell
c6be30005a
Merge branch '168-modulecmd-sub-cmd-whatis-and-keyword-are-broken' into '32-overlay-implementation'
...
Resolve "modulecmd: sub-cmd whatis and keyword are broken"
See merge request Pmodules/src!141
2022-07-28 14:30:19 +00:00
gsell
e4e21ebd55
modulecmd: add 'find' as alias of sub-cmd 'search'
...
In the Tcl Environment Module version 4 and newer the sub-cmds
'appropos' and 'keyword' have been replaced by the sub-cmd 'search'.
Thsi conflicts with Pmodules 'search' sub-cmd. In the future we might
have to rename the 'search' sub-cmd to 'find'.
2022-07-28 16:20:09 +02:00
gsell
9f3496010b
modulecmd: sub-cmds whatis and keyword/apropos fixed
2022-07-28 16:19:35 +02:00
gsell
b764a92f2c
modulecmd: restrict search to group and output only newest
...
Two option have been added to the search sub-cmd:
--newest:
output only the newest version matching the search string
--group <group>:
search only in <group>
2022-07-28 16:15:05 +02:00
gsell
3a0ab71684
modulecmd: bugfix in sub-cmd 'use'
...
Missing return added if argument is a directory to add to
MODULEPATH
2022-07-28 16:12:20 +02:00
gsell
9820a80768
Merge branch '167-modulecmd-fix-issue-with-unalias-in-purge-cmd' into '32-overlay-implementation'
...
Resolve "modulecmd: fix issue with unalias in purge cmd."
See merge request Pmodules/src!140
2022-07-27 11:53:15 +00:00
gsell
d9cf0684cd
modulecmd: unalias issue in sub-cmd purge fixed
2022-07-27 13:42:21 +02:00
gsell
9ca6243cde
Merge branch '32-overlay-implementation' of gitlab.psi.ch:Pmodules/src into 32-overlay-implementation
2022-07-27 11:04:09 +02:00
gsell
1aebcfd069
profile.zsh: rename __pm_root__ to __this_file__
2022-07-27 11:03:57 +02:00
gsell
79de349789
upstream merged
2022-07-27 10:50:23 +02:00
gsell
247c861582
modbuild: queries from YAML module config file added
2022-07-27 00:22:57 +02:00
gsell
49b2b0d4a9
upstream merged
2022-07-25 13:53:51 +02:00
gsell
542684551f
profile.zsh: export PMODULES_VERSION
2022-07-25 13:52:27 +02:00
gsell
3b36bd4991
Merge branch '32-overlay-implementation' of gitlab.psi.ch:Pmodules/src into 32-overlay-implementation
2022-07-18 15:58:25 +02:00
gsell
c7ebba83df
overlay doc updated
2022-07-18 15:58:10 +02:00