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

L #508

Closed
wants to merge 1 commit into from
Closed

L #508

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Formula/libc++abi.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
class Libcxxabi < Formula

Check failure on line 1 in Formula/libc++abi.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

Header files that shadow system header files were installed to "/usr/local/opt/libc++abi/include" The offending files are: /usr/local/opt/libc++abi/include/c++/v1/__cxxabi_config.h /usr/local/opt/libc++abi/include/c++/v1/cxxabi.h
desc "C++ Standard Library Support"
homepage "https://libcxxabi.llvm.org/"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/llvm-project-17.0.1.src.tar.xz"
sha256 "b0e42aafc01ece2ca2b42e3526f54bebc4b1f1dc8de6e34f46a0446a13e882b9"
license "Apache-2.0" => { with: "LLVM-exception" }

bottle do
root_url "https://github.com/paperchalice/homebrew-private/releases/download/libc++abi-17.0.1"
sha256 cellar: :any, ventura: "e63ae33070c4cb8d85664e50e07201bf9f587c5388b8809164600758ecc3a994"
end

depends_on "cmake" => :build

def install
Expand Down
Loading