Skip to content
Snippets Groups Projects
Commit cdbcec86 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To fix a mistake in the footer

parent d118ea8f
Branches
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ modextravars = {
# Ugly hack, since otherwise we can't add paths from the main installation without
# writting an easyblock
modluafooter = '''
prepend_path("LWP_LIBS",pathJoin(os.getenv("EBROOTLWP"),"lib64/liblwp_omp_gather.so"))
setenv("LWP_OMP","pathJoin(os.getenv("EBROOTLWP"),"lib64/liblwp_omp_publish.so")")
prepend_path("LWP_LIBS",pathJoin(os.getenv("EBROOTLWP") or "PATH_NOT_FOUND","lib64/liblwp_omp_gather.so"))
setenv("LWP_OMP",pathJoin(os.getenv("EBROOTLWP") or "PATH_NOT_FOUND","lib64/liblwp_omp_publish.so"))
'''
moduleclass = 'system'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment