# Generated by cmake2bazel.
# Auto-generated build configuration

workspace(name = "memfabric_hybrid")  # DIGEST:551fe62e9e1859bb02fdbc28f5518cf8

load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_python",
    sha256 = "8964aa1e7525fea5244ba737458694a057ada1be96a92998a41caa1983562d00",
    strip_prefix = "rules_python-1.8.5",
    url = "https://github.com/bazel-contrib/rules_python/releases/download/1.8.5/rules_python-1.8.5.tar.gz",
)
load("@rules_python//python:repositories.bzl", "py_repositories")
py_repositories()

http_archive(
    name = "pybind11",
    build_file = "@pybind11_bazel//:pybind11.BUILD",
    strip_prefix = "pybind11-2.11.1",
    urls = ["https://github.com/pybind/pybind11/archive/v2.11.1.tar.gz"],
)

http_archive(
    name = "pybind11_bazel",
    strip_prefix = "pybind11_bazel-2.11.1",
    urls = ["https://github.com/pybind/pybind11_bazel/releases/download/v2.11.1/pybind11_bazel-2.11.1.tar.gz"],
)
load("@pybind11_bazel//:python_configure.bzl", "python_configure")
python_configure(name = "local_config_python")

load("//bazel:memfabric_deps.bzl", "memfabric_deps")
memfabric_deps()

load("@hcom//tools/bazel:hcom_repositories.bzl", "hcom_build_metadata_repository", "hcom_urma_repository")
hcom_build_metadata_repository(
    name = "hcom_build_metadata",
    cmake_file = "@hcom//src/hcom:CMakeLists.txt",
)
hcom_urma_repository(
    name = "urma",
    build_file = "@hcom//src/hcom/umq/third_party/urma:BUILD.bazel",
)