Commit Graph

1303 Commits

Author SHA1 Message Date
Achim Gsell ce8db9ca3c newlines removed from messages 2021-03-04 10:31:51 +01:00
Achim Gsell 0f77579c08 Merge branch 'master' into 32-overlay-implementation
- newlines removed from messages
2021-03-04 10:30:11 +01:00
gsell f83341cbee Merge branch '104-don-t-try-to-build-deprecated-variants' into 'master'
Resolve "don't try to build deprecated variants"

Closes #104

See merge request Pmodules/src!72
2021-03-04 09:38:52 +01:00
Achim Gsell 408f7d7268 do not build deprecated versions/variants if not forced 2021-03-04 09:37:53 +01:00
gsell 70c2622940 Merge branch '103-fix-info-messages' into 'master'
Resolve "fix info messages"

Closes #103

See merge request Pmodules/src!71
2021-03-04 09:33:14 +01:00
Achim Gsell cea58bfc60 linefeeds in info messages fixed 2021-03-04 09:31:52 +01:00
gsell 459f6b84df Merge branch '102-module-function-should-not-be-used-in-libpbuild' into 'master'
Resolve "module function should not be used in libpbuild"

Closes #102

See merge request Pmodules/src!70
2021-02-25 13:46:31 +01:00
gsell 988c2e6266 libpbuild: do not use module() function 2021-02-25 13:45:57 +01:00
gsell 8acd16c981 do not force cleanup after compiling 2021-02-23 11:06:19 +01:00
gsell 768bd83214 global overlays implemented 2021-02-23 11:04:56 +01:00
gsell 6bcb3d27b5 handle overlays in libmodules.tcl 2021-02-23 11:03:35 +01:00
Achim Gsell 92904c5103 use bash version 5.1 2021-02-02 17:25:42 +01:00
Achim Gsell 87f7ab7c5c bugfix in unuse overlay
- remove trailing slash if set
2021-02-02 17:23:10 +01:00
Achim Gsell b14bf6e42f bugfix in subcommand_avail() 2021-02-02 12:43:43 +01:00
Achim Gsell 7f23baed4a implement 'global' overlays 2021-02-02 11:28:16 +01:00
Achim Gsell 9e55b7a8f9 modulecmd.bash.in: bugfix in subcommand_load()
- quoting fixed
2021-02-02 09:31:09 +01:00
Achim Gsell 4f7d430af2 modulecmd.bash.in: bugfix in subcommand_load()
- PMODULES_OVERLAYS is used only in libmodule.tcl. Overlays must be appended!
2021-02-02 09:14:19 +01:00
Achim Gsell 23c21fe22b modulecmd.bash.in: bugfix in subcommand_load()
- current_modulefile must be declared at the very beginning
2021-02-02 09:13:08 +01:00
Achim Gsell 2f2da9e8f1 minor fixes in get_available_modules() 2021-01-29 13:36:55 +01:00
Achim Gsell 6dfb4eb5eb Merge remote-tracking branch 'origin/master' into 32-overlay-implementation 2021-01-29 09:30:20 +01:00
gsell 78383abf32 Merge branch '100-use-modbuild-in-in-pmodules-build-script' into 'master'
Resolve "use modbuild.in in Pmodules build script"

Closes #100

See merge request Pmodules/src!69
2020-12-17 10:41:25 +01:00
Achim Gsell 19ce2b117a bugfix: Use modbuild.in in Pmodules build script 2020-12-17 10:21:04 +01:00
gsell d1b4883f12 Merge branch '99-some-versioned-targets-are-missing' into 'master'
Resolve "some versioned targets are missing"

Closes #99

See merge request Pmodules/src!68
2020-12-17 10:13:28 +01:00
Achim Gsell 22b6c62dbc missing versioned functions for build target added 2020-12-17 10:12:19 +01:00
Achim Gsell fddb32863b bugfix in find_modulefile() 2020-12-03 14:19:37 +01:00
gsell 68de57f808 Merge branch '98-version-specific-build-targets' into 'master'
Resolve "version specific build targets"

Closes #98

See merge request Pmodules/src!67
2020-12-03 14:10:23 +01:00
Achim Gsell f6e6449250 bugfix in find_modulefile() 2020-12-03 08:53:55 +01:00
Achim Gsell 5d9497364e version specific build targets implemented 2020-12-02 16:44:08 +01:00
Achim Gsell 417bd2bf8b version specific build targets implemented 2020-12-01 16:05:36 +01:00
Achim Gsell 418b79ed6a Merge branch 'master' into 32-overlay-implementation 2020-12-01 08:55:13 +01:00
Achim Gsell e891ab216a search order for modulefiles fixed 2020-11-30 16:53:25 +01:00
Achim Gsell 8d3ef8264f version specific modulefiles implemented 2020-11-30 16:50:53 +01:00
Achim Gsell c354e6d534 update used versions
- bash 5.1-rc3
- gettext 0.21
2020-11-30 16:49:34 +01:00
Achim Gsell bb408e419b debug and verbose output enabled while bootstrapping 2020-11-30 16:48:09 +01:00
Achim Gsell 09aebd4136 modulecmd.bash.in code review
- bugfix get_release(): if ${MapDirsToOverlays[${dir}]} is empty this
  does not imply that the module is not somewhere in out hierarchy
- improved  find_overlay(): Use ${MapDirsToOverlays[${dir}]}:
  if it is set we don't have to loop over all overlays
  if it not set lookup overlay for dir and add to the map
- review subcommand_load():
  - output_load_hints() renamed to get_load_hints(), return hints in an
    upvar
  - on conflicts output module(s) the to be loaded module conflicts
    with
2020-11-23 17:50:41 +01:00
Achim Gsell 07df9c57e8 findutils build-script added 2020-11-20 23:26:10 +01:00
Achim Gsell 3d6748e992 modulecmd.bash.in: hiding overlay implemented 2020-11-20 23:22:56 +01:00
Achim Gsell 067fdf0a59 bugfix in setting PATH on macOS 2020-11-20 23:21:44 +01:00
Achim Gsell b5701c6d8b test existence of groups 'Libraries' and 'System' before using 2020-11-20 23:18:29 +01:00
Achim Gsell 5c66cfd150 findutils added to versions.conf 2020-11-20 23:17:44 +01:00
Achim Gsell 553ba0973b build script reviewed
- help text updated
- remove .release-* files in ${PREFIX}/Tools/modulefile
- add find(1)
2020-11-20 23:15:19 +01:00
Achim Gsell 4535016ac4 master merged 2020-11-20 23:14:19 +01:00
gsell 5758bb4e63 Merge branch 'patch-1' into 'master'
Update README.md

See merge request Pmodules/src!66
2020-11-01 12:32:35 +01:00
gsell 44ba3638ef Update README.md 2020-11-01 12:32:27 +01:00
gsell 2c51d381fb Merge branch 'patch-1' into 'master'
Add new file

See merge request Pmodules/src!65
2020-11-01 11:45:57 +01:00
gsell d86ec4463a Add new file 2020-11-01 11:45:47 +01:00
gsell 028e6898ba Merge branch 'patch-1' into 'master'
Add new file

See merge request Pmodules/src!64
2020-11-01 11:44:47 +01:00
gsell 0b6a899562 Add new file 2020-11-01 11:44:40 +01:00
gsell 01b466e2d9 Merge branch 'patch-1' into 'master'
Update CHANGELOG.md

See merge request Pmodules/src!63
2020-11-01 11:40:50 +01:00
gsell cb7d0fbf98 Update CHANGELOG.md 2020-11-01 11:40:44 +01:00