Skip to content

Commit

Permalink
cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Mar 25, 2024
1 parent f475b7e commit 4d50b62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/llvm/libc++.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libcxx < Formula

Check warning on line 1 in Formula/llvm/libc++.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew linkage --cached --test --strict paperchalice/private/libc++` failed on macOS Ventura (13)!

Files with missing rpath: /usr/local/Cellar/libc++/18.1.2/lib/libc++.1.0.dylib
desc "LLVM C++ standard library"
homepage "https://libcxx.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"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/llvm-project-18.1.2.src.tar.xz"
sha256 "51073febd91d1f2c3b411d022695744bda322647e76e0b4eb1918229210c48d5"
license "Apache-2.0" => { with: "LLVM-exception" }

bottle do
Expand All @@ -16,7 +16,8 @@ class Libcxx < Formula

def install
cmake_args = std_cmake_args+ %w[
-D LLVM_ENABLE_RUNTIMES=libcxx;libcxxabi
-D LLVM_ENABLE_RUNTIMES=libcxx;libcxxabi;libunwind
-D LIBCXX_INSTALL_MODULES=ON

-S runtimes
-B build
Expand Down

0 comments on commit 4d50b62

Please sign in to comment.