aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/numpy/BUILD
blob: c025984cca728f8c29a240de862689fd329131a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
licenses(["restricted"])

package(default_visibility = ["//visibility:public"])

cc_library(
    name = "headers",
    hdrs = glob([
        "numpy_include/**/*.h",
    ]),
    data = ["//util/python:python_checked"],
    includes = [
        "numpy_include",
    ],
)