Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPATH wrappers break SystemCompiler easyblock #3558

Open
lexming opened this issue Jan 16, 2025 · 0 comments
Open

RPATH wrappers break SystemCompiler easyblock #3558

lexming opened this issue Jan 16, 2025 · 0 comments
Labels
Milestone

Comments

@lexming
Copy link
Contributor

lexming commented Jan 16, 2025

In 5.0.0beta1 the resulting module files generated by SystemCompilers have their root set to the temp rpath_wrappers folder instead of the actual prefix to the system compilers:

help([==[

Description
===========
The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada,
 as well as libraries for these languages (libstdc++, libgcj,...).


More information
================
 - Homepage: http://gcc.gnu.org/
]==])

whatis([==[Description: The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada,
 as well as libraries for these languages (libstdc++, libgcj,...).]==])
whatis([==[Homepage: http://gcc.gnu.org/]==])
whatis([==[URL: http://gcc.gnu.org/]==])

local root = "/tmp/eb-apog3ijf/tmpa7b6t4p_/rpath_wrappers"

conflict("GCCcore")

prepend_path("CMAKE_PREFIX_PATH", root)
setenv("EBROOTGCCCORE", root)
setenv("EBVERSIONGCCCORE", "8.5.0")
setenv("EBDEVELGCCCORE", pathJoin(root, "easybuild/GCCcore-8.5.0-easybuild-devel"))

-- Built with EasyBuild version 5.0.0beta1-r3e28cb6ab55a2f6b0604d8263cf6279d991c717e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant