Skip to content

Commit e2ff481

Browse files
xtl: add more platforms support (#7650)
1 parent e328a62 commit e2ff481

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/x/xtl/xmake.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package("xtl")
2-
32
set_kind("library", {headeronly = true})
43
set_homepage("https://github.com/xtensor-stack/xtl/")
54
set_description("Basic tools (containers, algorithms) used by other quantstack packages")
65
set_license("BSD-3-Clause")
76

87
add_urls("https://github.com/xtensor-stack/xtl/archive/refs/tags/$(version).tar.gz",
98
"https://github.com/xtensor-stack/xtl.git")
9+
1010
add_versions("0.7.2", "95c221bdc6eaba592878090916383e5b9390a076828552256693d5d97f78357c")
1111
add_versions("0.7.3", "f4a81e3c9ca9ddb42bd4373967d4859ecfdca1aba60b9fa6ced6c84d8b9824ff")
1212
add_versions("0.7.4", "3c88be0e696b64150c4de7a70f9f09c00a335186b0b0b409771ef9f56bca7d9a")
@@ -16,7 +16,8 @@ package("xtl")
1616

1717
add_deps("cmake")
1818
add_deps("nlohmann_json")
19-
on_install("windows", "macosx", "linux", "mingw@windows", function (package)
19+
20+
on_install(function (package)
2021
import("package.tools.cmake").install(package)
2122
end)
2223

0 commit comments

Comments
 (0)