-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maturin: declare indirect deps with linkage Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
1 parent
0229b2a
commit 08338c2
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
class Maturin < Formula | ||
desc "Build and publish Rust crates as Python packages" | ||
homepage "https://github.com/PyO3/maturin" | ||
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.5.1.tar.gz" | ||
sha256 "18198cc9421d04933586b9730abcdd80fe3484e209d2b8223aa7dc1f12c4c3fe" | ||
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.6.0.tar.gz" | ||
sha256 "10809d4df85532cb70d9f186117cac8b2d2fa9b03c8f2fb53a8dc8a531f5afeb" | ||
license any_of: ["Apache-2.0", "MIT"] | ||
head "https://github.com/PyO3/maturin.git", branch: "main" | ||
|
||
|
@@ -19,6 +19,8 @@ class Maturin < Formula | |
depends_on "[email protected]" => :test | ||
depends_on "rust" | ||
|
||
uses_from_macos "bzip2" | ||
|
||
def install | ||
# Work around an Xcode 15 linker issue which causes linkage against LLVM's | ||
# libunwind due to it being present in a library search path. | ||
|