blob: 0f5dfac12cd3537db4d83cd009d2cb96441f228f [file] [log] [blame]
licenses(["notice"]) # boost
cc_library(
name = "odeint",
hdrs = glob(["include/**"]),
includes = ["include"],
visibility = ["//visibility:public"],
deps = [
"//third_party/boostorg/assert",
"//third_party/boostorg/static_assert",
"//third_party/boostorg/throw_exception",
"//third_party/boostorg/type_traits",
],
)