mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
Remove unnecessary target of third_party/herumi/bls.BUILD (#10252)
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
This commit is contained in:
23
third_party/herumi/bls.BUILD
vendored
23
third_party/herumi/bls.BUILD
vendored
@@ -1,24 +1,3 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
cc_library(
|
||||
name = "bls_c384_256",
|
||||
srcs = [
|
||||
"src/bls_c384_256.cpp",
|
||||
],
|
||||
deps = [
|
||||
"@herumi_mcl//:bn",
|
||||
],
|
||||
hdrs = [
|
||||
"include/bls/bls.h",
|
||||
"src/bls_c_impl.hpp",
|
||||
"src/qcoeff-bn254.hpp",
|
||||
],
|
||||
includes = [
|
||||
"include",
|
||||
],
|
||||
copts = [
|
||||
"-DBLS_SWAP_G",
|
||||
"-DBLS_ETH",
|
||||
"-std=c++03",
|
||||
],
|
||||
)
|
||||
exports_files(["src/bls_c384_256.cpp", "src/bls_c_impl.hpp"])
|
||||
|
||||
Reference in New Issue
Block a user