-
Notifications
You must be signed in to change notification settings - Fork 151
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
vc 1.4.3 build failure #348
Comments
Hi! Vc is now in maintenance mode and no longer actively developed. However, if you can provide us with a pull requests we an try to get it in. |
Got it, thanks! |
I just encountered the same issue. Turns out brew's compiler wrapper script filters out any Adding this to the beginning of the install step could successfully compile Vc 1.4.3 (FairRootGroup/homebrew-fairsoft@718bf92): def install
ENV.runtime_cpu_detection
#...
end |
Gonna give |
Got some audit failure, but the build is successful
|
That seems to be a shortcoming of brew's Formula linter currently, which only considers dylibs and executables. However, Vc only emits a |
I guess, if you teach this code to also include |
I see 😄 I will look into more this weekend |
👋 trying to build the latest release, but run into some build issue. The error log is as below:
build error
full build log, https://github.com/Homebrew/homebrew-core/runs/6645127976
relates to Homebrew/homebrew-core#102079
The text was updated successfully, but these errors were encountered: