Skip to content

create and use lmod modulefile template that updates LDFLAGS from LIBRARY_PATH

hglawe requested to merge 108-sync-ldflags-rpath-with-library_path into develop

Closes #108

  • loading a module will update LDFLAGS from the current LIBRARY_PATH
  • no problems anymore with cmake while having $LIBRARY_PATH set
  • should also fix the rpath in from-source make/autotools builds (to be tested)
  • and thereby should also obsolete the LIBRARY_PATH->LDFLAGS hack in the octopus configure wrappers

Merge request reports