Skip to content

Commit

Permalink
installation-scripts: Fix generated modulefile for GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintin committed Oct 13, 2021
1 parent 9202917 commit c66e124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installation-scripts/install-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ module-whatis "Setup GCC ${GCC_VER}"
prepend-path PATH ${PREFIX}/bin
prepend-path MANPATH ${PREFIX}/share/man
prepend-path LD_LIBRARY_PATH ${PREFIX}/lib64
prepend-path C_INCLUDE_PATH ${PREFIX}/include
prepend-path CPLUS_INCLUDE_PATH ${PREFIX}/include
EOF

mysudo "cp ${WORK_DIR}/${SRC_DIR}/modulefile ${MODULE_FILE}"
Expand Down

0 comments on commit c66e124

Please sign in to comment.