Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
32b5baecfc3b51f35c0db45b9c4f176ec99246ff
/
.
/
debian
/
qdldl_python.BUILD
blob: 76d647ea109b125bbb7e01c6fbc95db03043475e [
file
] [
log
] [
blame
]
py_library
(
name
=
"python_qdldl"
,
srcs
=
glob
([
"**/*.py"
]),
data
=
glob
(
include
=
[
"**/*"
],
exclude
=
[
"**/*.py"
],
),
imports
=
[
"."
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"@python_repo//:numpy"
,
"@python_repo//:scipy"
,
],
)