Skip to content

Bundle easyblock with --module-only not consistent #2397

@ocaisa

Description

@ocaisa

When rebuilding the EESSI stack module tree with --module-only I noticed that the GCC module was not consistent (GCC uses the bundle easyblock):

diff --git a/GCC/9.3.0.lua b/GCC/9.3.0.lua
index c5ba715..9d36c56 100644
--- a/GCC/9.3.0.lua
+++ b/GCC/9.3.0.lua
@@ -24,9 +24,8 @@ if not ( isloaded("GCCcore/9.3.0") ) then
     load("GCCcore/9.3.0")
 end
 
-prepend_path("CMAKE_PREFIX_PATH", root)
-setenv("EBROOTGCC", root)
+setenv("EBROOTGCC", "/cvmfs/pilot.eessi-hpc.org/2021.03/software/linux/x86_64/amd/zen2/software/GCCcore/9.3.0")
 setenv("EBVERSIONGCC", "9.3.0")
 setenv("EBDEVELGCC", pathJoin(root, "easybuild/GCC-9.3.0-easybuild-devel"))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions