blob: 3900fb0bf5b1d9d84faa150195dfb8a7b31d0451 [file] [log] [blame]
licenses(["notice"]) # boost
cc_library(
name = "odeint",
hdrs = glob(["include/**"]),
includes = ["include"],
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
deps = [
"//third_party/boostorg/assert",
"//third_party/boostorg/static_assert",
"//third_party/boostorg/throw_exception",
"//third_party/boostorg/type_traits",
],
)