conda-forge / conda-forge/conda-forge.github.io

DYLD_FALLBACK_LIBRARY_PATH does not work for sub-processes with MacOS X 10.11

未关闭
#238 18 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
170
派生
320
平均合并
2 天 10 小时
30 天内合并 PR
5

描述

At the moment, Travis uses MacOS 10.9 by default. However, once it changes to 10.11, we'll start to see issues with recipes that need DYLD_FALLBACK_LIBRARY_PATH to be set for e.g. `configure`, because this and some other variables get purged before running such sub-processes:

http://apple.stackexchange.com/questions/212945/unable-to-set-dyld-fallback-library-path-in-shell-on-osx-10-11-1

This is already causing issues because I can't actually get things to build locally when they build fine on Travis:

https://github.com/open-mpi/ompi/issues/2068

This is just a heads-up that we should make sure we find a solution that works for the different packages. It looks like doing:

```
./configure ... LD_LIBRARY_PATH=$LD_LIBRARY_PATH
```

might work for instance.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。