Skip to content

Missing feature: disable auto_guessing of lib/lib64 to build LDFLAGS per dependency. #1617

@blappm

Description

@blappm

Hi all,

We have a problem with Anaconda within EasyBuild. Anaconda has a lot of
libraries inside $ANACONDAROOT/lib, and they interfere with the EasyBuild
internal ones, if anaconda is added as dependency.

This is a problem cause EasyBuild doesn't rely on LDFLAGS set in the modules,
it has an autoguess/test mode, and it it checks for each dependency, if the lib/lib64
is there, and set's it automatically. You can't overwrite that (yet).

So something like this (a fifth parameter for dependencies) would be nice (EB just relies then on LDFLAGS or LD_LIBRARY_PATH set in the ENV-module:

dependencies = [
('Python', '2.7.10', '', '', False)
]

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