Skip to content

Commit

Permalink
Fixes missing compilers section in Module List Mako template
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirker committed Jan 9, 2024
1 parent 3c46517 commit 458f118
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions builder/templates/modules_template.md.mako
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ Modules in this section set up your environment to use specific C, C++, or Fortr
x_packages.expand_md_list(m_pack["libraries"])
%>

## Compilers

These modules set up your environment to be able to use specific versions of C, C++, Go, or Rust compilers.

<%
x_packages.expand_md_list(m_pack["compilers"])
%>

## Development Tools

This section is for modules for programs that are used in software development, profiling, or troubleshooting.
Expand Down

0 comments on commit 458f118

Please sign in to comment.