Skip to content

Commit 23a00cc

Browse files
authored
Merge pull request #28142 from liyishuai/patch-2
fix Base v0.15.1
2 parents 97bb175 + 1b69a74 commit 23a00cc

File tree

2 files changed

+16
-0
lines changed
  • packages/base

2 files changed

+16
-0
lines changed

packages/base/base.v0.14.3/opam

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ url {
3434
src: "https://github.com/janestreet/base/archive/v0.14.3.tar.gz"
3535
checksum: "sha256=e34dc0dd052a386c84f5f67e71a90720dff76e0edd01f431604404bee86ebe5a"
3636
}
37+
patches: ["fix-mpopcnt.patch" { arch="arm64" & os="macos"} ]
38+
extra-source "fix-mpopcnt.patch" {
39+
src:
40+
"https://patch-diff.githubusercontent.com/raw/janestreet/base/pull/185.diff"
41+
checksum: [
42+
"sha256=0fa6c87a379b3b35ffe3db3c8e1674dbc70cef91b5b457a35ed6d758a8f9ca80"
43+
]
44+
}

packages/base/base.v0.15.1/opam

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ url {
3434
src: "https://github.com/janestreet/base/archive/refs/tags/v0.15.1.tar.gz"
3535
checksum: "sha256=755e303171ea267e3ba5af7aa8ea27537f3394d97c77d340b10f806d6ef61a14"
3636
}
37+
patches: ["fix-mpopcnt.patch" { arch="arm64" & os="macos"} ]
38+
extra-source "fix-mpopcnt.patch" {
39+
src:
40+
"https://patch-diff.githubusercontent.com/raw/janestreet/base/pull/184.diff"
41+
checksum: [
42+
"sha256=0fa6c87a379b3b35ffe3db3c8e1674dbc70cef91b5b457a35ed6d758a8f9ca80"
43+
]
44+
}

0 commit comments

Comments
 (0)