You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that action_env isn't included in ctx.configuration.default_shell_env as per the issue detailed here bazelbuild/bazel#12049.
This means that we can't propagate e.g. LIBRARY_PATH or LD_LIBRARY_PATH which is needed to support some mpi compiler wrappers e.g. with Intel MPI when compiling mpi4py.
The text was updated successfully, but these errors were encountered:
It seems that action_env isn't included in
ctx.configuration.default_shell_env
as per the issue detailed here bazelbuild/bazel#12049.This means that we can't propagate e.g.
LIBRARY_PATH
orLD_LIBRARY_PATH
which is needed to support some mpi compiler wrappers e.g. with Intel MPI when compiling mpi4py.The text was updated successfully, but these errors were encountered: