Skip to content

Incomplete module for extensions #4647

@Flamefire

Description

@Flamefire

I just noticed that the SciPy-bundle module generated by --module-only is missing some paths.

Those are supposed to be added by the numpy extension. However the current mechanism is flawed:

The problems with this are:

  1. For --module-only this is not run
  2. For --skip it might not be run
  3. For --parallel-extension it is not used either:

From our "official" easyblocks only numpy uses that mechanism.

So we need a new method for extensions that returns the module-extra when used as an extension. The current make_module_extra cannot be used for that.

I'd propose make_module_extra_extension but we already have make_module_extra_extensions which would be confusing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions