-
Notifications
You must be signed in to change notification settings - Fork 447
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
[BUILD] MacOS does not support version-script #7495
Comments
cc @PHILO-HE |
@zml1206, thanks for raising this issue! I will try to fix it. |
How about directly filter out macOS, I tried it and it worked, @PHILO-HE
|
@zml1206, seems build on macOS also needs to hide those symbols. Otherwise, conflict issue can also happen when glog is statically linked to libgluten.so and libvelox.so. |
@zml1206, you can create a pr to firstly fix this issue by adding the mentioned check. |
OK, I'll do it right away. |
The macOS code path is not covered in CI/CD TBH |
Is there plan to cover it? Local compilation of new versions often fails. |
@zml1206 |
Problem description
MacOS does not support version-script, it seems to be caused by #7209
System information
dev/info.sh: line 47: lscpu: command not found
Gluten Version: 1.3.0-SNAPSHOT
Commit: f46f86d
CMake Version: 3.30.5
System: Darwin-23.5.0
Arch: x86_64
CPU Name:
C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
C++ Compiler Version: 15.0.0.15000309
C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
C Compiler Version: 15.0.0.15000309
CMake Prefix Path: /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr;/usr/local;/usr;/;/usr/local/Cellar/cmake/3.30.5;/usr/local;/usr/X11R6;/usr/pkg;/opt;/sw;/opt/local
CMake log
The text was updated successfully, but these errors were encountered: