Skip to content

Commit

Permalink
delaunator-cpp@c1521f6 (#2304)
Browse files Browse the repository at this point in the history
delaunator-cpp@c1521f6

---------

Co-authored-by: Fabian Meumertzheim <[email protected]>
  • Loading branch information
Vertexwahn and fmeum authored Jun 27, 2024
1 parent 075cb84 commit d40c3e6
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/delaunator-cpp/0.0.0-20181007-c1521f6/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module(
name = "delaunator-cpp",
version = "0.0.0-20181007-c1521f6",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 1,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
11 changes: 11 additions & 0 deletions modules/delaunator-cpp/0.0.0-20181007-c1521f6/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
name = "delaunator-cpp",
hdrs = ["include/delaunator.hpp"],
features = [
"parse_headers",
],
includes = ["include"],
visibility = ["//visibility:public"],
)
20 changes: 20 additions & 0 deletions modules/delaunator-cpp/0.0.0-20181007-c1521f6/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
matrix:
platform:
- debian10
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
- windows
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--process_headers_in_dependencies'
build_targets:
- '@delaunator-cpp//...'
10 changes: 10 additions & 0 deletions modules/delaunator-cpp/0.0.0-20181007-c1521f6/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/delfrrr/delaunator-cpp/archive/c1521f6e879881232dcddabd6c2ddb6187e8714b.tar.gz",
"integrity": "sha256-Ncd1cVfJ7oM0hdaAMvT8FIgGTrxsz4blTW+mt9wHcok=",
"strip_prefix": "delaunator-cpp-c1521f6e879881232dcddabd6c2ddb6187e8714b",
"patch_strip": 0,
"overlay": {
"MODULE.bazel": "sha256-Z0j1BcMPTO2LdKrtyWHo1bL0MI5tE4a2jbwak3QcD2Y=",
"BUILD.bazel": "sha256-DwllxrKTGyUqOPGhCH+WFXeUQIOUxkRAeDBbX2iLrFg="
}
}
17 changes: 17 additions & 0 deletions modules/delaunator-cpp/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/delfrrr/delaunator-cpp",
"maintainers": [
{
"email": "[email protected]",
"github": "Vertexwahn",
"name": "Julian Amann"
}
],
"repository": [
"github:delfrrr/delaunator-cpp"
],
"versions": [
"0.0.0-20181007-c1521f6"
],
"yanked_versions": {}
}

0 comments on commit d40c3e6

Please sign in to comment.