Skip to content

Build dependencies cannot be hidden #1368

Description

@ocaisa

(Transferred from easybuilders/easybuild-easyconfigs#1883)

The following in an easyconfig will not work:

# zlib required, but being linked instatically, so not a runtime dep
builddependencies = [('zlib', '1.2.8')]
hiddendependencies = [('zlib', '1.2.8')]

This results in:

-bash-4.2$ eb --force --hidden ./binutils-2.25.eb 
== temporary log file in case of crash /tmp/eb-KYLZRy/easybuild-Ydxdg_.log
ERROR: Failed to process easyconfig /homeb/zam/swmanage/BINUTILS/binutils-2.25.eb: Hidden dependencies with visible module names ['Core/zlib/1.2.8'] not in list of dependencies: []

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions