Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't export /usr/local/opt/llvm/lib to linker search path on MacOS. #936

Merged
merged 4 commits into from
Nov 3, 2021

Conversation

sighingnow
Copy link
Collaborator

What do these changes do?

Seems that there are conflicts between brew installed glog, and the libc++.dylib
in /usr/local/opt/llvm/lib.

The issue is tracked as v6d-io/v6d#565

Related issue number

Fixes v6d-io/v6d#565

Seems that there are conflicts between brew installed glog, and the `libc++.dylib`
in `/usr/local/opt/llvm/lib`.

The issue is tracked as v6d-io/v6d#565

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
sighingnow and others added 3 commits November 3, 2021 13:50
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
@sighingnow sighingnow merged commit 7cfe16b into alibaba:main Nov 3, 2021
@sighingnow sighingnow deleted the ht/ldflags branch November 3, 2021 11:06
tianliplus pushed a commit that referenced this pull request Nov 10, 2021
#936)

* Don't export `/usr/local/opt/llvm/lib` to linker search path on MacOS.
* Only cancel runs of PRs.
* Bump up learning engine submodules.
* set LDFLAGS temporary during make graphscope on macOS for link libomp.dymic

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
Co-authored-by: lidongze0629 <9546726@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vineyard fails to run on Mac OS
2 participants