|
@@ -10,6 +10,8 @@ package("boost")
|
|
|
add_urls("https://github.com/xmake-mirror/boost/releases/download/boost-$(version).tar.bz2", {version = function (version)
|
|
|
return version .. "/boost_" .. (version:gsub("%.", "_"))
|
|
|
end})
|
|
|
+ add_versions("1.83.0", "6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e")
|
|
|
+ add_versions("1.82.0", "a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6")
|
|
|
add_versions("1.81.0", "71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa")
|
|
|
add_versions("1.80.0", "1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0")
|
|
|
add_versions("1.79.0", "475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39")
|
|
@@ -177,6 +179,8 @@ package("boost")
|
|
|
-- from the latest installed msvc version.
|
|
|
file:print("using %s : %s : \"%s\" ;", win_toolset, msvc_ver, cxx:gsub("\\", "\\\\"))
|
|
|
else
|
|
|
+ cxx = cxx:gsub("gcc$", "g++")
|
|
|
+ cxx = cxx:gsub("clang$", "clang++")
|
|
|
file:print("using gcc : : %s ;", cxx:gsub("\\", "/"))
|
|
|
end
|
|
|
file:close()
|