Skip to content
Open
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
1 change: 1 addition & 0 deletions packages/f/fbgemm/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("fbgemm")
add_urls("https://github.com/pytorch/FBGEMM/archive/refs/tags/$(version).tar.gz",
"https://github.com/pytorch/FBGEMM.git", {submodules = false})

add_versions("v1.4.1", "b6eebd5e7bc9f23903b89e8026458682f053045640b2cb8bee16fe51946a2f0c")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The existing patch for versions >=1.1.0 (see line 16), dep-unbundle.patch, will be applied to this new version v1.4.1. This patch may be incompatible with the new version's source code, which could cause the build to fail. If build failures occur, a new, version-specific patch for v1.4.1 might be necessary.

add_versions("v1.2.0", "f679c3a9d0b0b1511122dca39c553b52d1fbf23c563f897d8218746a087f8bed")
add_versions("v1.1.2", "15f89d724a00ce2f82ea7c1782e3fdc5c472d0ad37698498c0f419cc4924d8c8")
add_versions("v1.1.0", "ca55019d6b75952a14c64aed0b6b90df06b21196a1152ab97c385964cc996a30")
Expand Down
Loading