embedded platforms and optimized implementations of the tanh function amongst other enhancements
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
package(default_visibility = ["//visibility:public"])
|
|
|
|
archive_dir = "eigen-eigen-c5e90d9e764e"
|
|
|
|
cc_library(
|
|
name = "eigen",
|
|
hdrs = glob([archive_dir+"/**/*.h", archive_dir+"/unsupported/Eigen/CXX11/*", archive_dir+"/Eigen/*"]),
|
|
includes = [ archive_dir ],
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|