mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00: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:
parent
0232b5f8f5
commit
3003f08770
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"])
|
||||
|
Loading…
Reference in New Issue
Block a user