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)
]
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)
]