10 lines
173 B (Stored with Git LFS)
Python
10 lines
173 B (Stored with Git LFS)
Python
licenses(["notice"])
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files(["LICENSE"])
|
|
|
|
cc_library(
|
|
name = "sobol_data",
|
|
hdrs = ["sobol_data.h"],
|
|
)
|