Skip to content

Commit

Permalink
Merge branch 'xmake-io:dev' into mkl_new_url
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloino authored Sep 17, 2024
2 parents 6362643 + e8cd7c5 commit c76aa5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/c/cutlass/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package("cutlass")
add_urls("https://github.com/NVIDIA/cutlass/archive/refs/tags/$(version).tar.gz",
"https://github.com/NVIDIA/cutlass.git")

add_versions("v3.5.1", "20b7247cda2d257cbf8ba59ba3ca40a9211c4da61a9c9913e32b33a2c5883a36")
add_versions("v3.5.0", "ef6af8526e3ad04f9827f35ee57eec555d09447f70a0ad0cf684a2e426ccbcb6")
add_versions("v3.4.1", "aebd4f9088bdf2fd640d65835de30788a6c7d3615532fcbdbc626ec3754becd4")
add_versions("v3.2.0", "9637961560a9d63a6bb3f407faf457c7dbc4246d3afb54ac7dc1e014dd7f172f")
Expand Down
1 change: 1 addition & 0 deletions packages/n/node-api-headers/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("node-api-headers")

set_urls("https://github.com/nodejs/node-api-headers/archive/refs/tags/$(version).tar.gz",
"https://github.com/nodejs/node-api-headers.git")
add_versions("v1.3.0", "40f24f2088868fc564876b04547708e257fe7c445128a0c4f787dc3aa08eac9f")
add_versions("v1.2.0", "deda1c8536ebae8b0a35c26d8547e23061c7d3cffd05ea70046be1c7c0efc2d0")
add_versions("v1.1.0", "70608bc1e6dddce280285f3462f18a106f687c0720a4b90893e1ecd86e5a8bbf")

Expand Down
1 change: 1 addition & 0 deletions packages/p/pybind11/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package("pybind11")

add_urls("https://github.com/pybind/pybind11/archive/refs/tags/$(version).zip",
"https://github.com/pybind/pybind11.git")
add_versions("v2.13.6", "d0a116e91f64a4a2d8fb7590c34242df92258a61ec644b79127951e821b47be6")
add_versions("v2.13.5", "0b4f2d6a0187171c6d41e20cbac2b0413a66e10e014932c14fae36e64f23c565")
add_versions("v2.5.0", "1859f121837f6c41b0c6223d617b85a63f2f72132bae3135a2aa290582d61520")
add_versions("v2.6.2", "0bdb5fd9616fcfa20918d043501883bf912502843d5afc5bc7329a8bceb157b3")
Expand Down

0 comments on commit c76aa5c

Please sign in to comment.