|
@@ -13,7 +13,14 @@ package("amgcl")
|
|
|
add_versions("1.4.4", "02fd5418e14d669422f65fc739ce72bf9516ced2d8942574d4b8caa05dda9d8c")
|
|
|
|
|
|
add_deps("cmake")
|
|
|
- add_deps("boost", {configs = {cmake = false, serialization = true, program_options = true}})
|
|
|
+ add_deps("boost", {configs = {
|
|
|
+ cmake = true,
|
|
|
+ serialization = true,
|
|
|
+ program_options = true,
|
|
|
+ container = true,
|
|
|
+ regex = true,
|
|
|
+ thread = true,
|
|
|
+ }})
|
|
|
|
|
|
on_install("windows", "mingw", "macosx", "linux", function (package)
|
|
|
io.replace("CMakeLists.txt", "cmake_policy(SET CMP0058 OLD)", "", {plain = true})
|