Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn authored Jul 2, 2024
1 parent d24751f commit a77bc4e
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/xtl/0.7.7/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "xtl",
version = "0.7.7",
bazel_compatibility = [">=7.2.1"],
)

bazel_dep(name = "doctest", version = "2.4.11", dev_dependency = True)
6 changes: 6 additions & 0 deletions modules/xtl/0.7.7/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cc_library(
name = "xtl",
hdrs = glob(["include/**"]),
strip_include_prefix = "include",
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions modules/xtl/0.7.7/overlay/MODULE.bazel
17 changes: 17 additions & 0 deletions modules/xtl/0.7.7/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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_targets:
- "@xtl//:xtl"
10 changes: 10 additions & 0 deletions modules/xtl/0.7.7/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/xtensor-stack/xtl/archive/refs/tags/0.7.7.tar.gz",
"integrity": "sha256-RPuZ+/XlavXENhn8jCmqWOX60Y87pufZxVwRG2LfH7s=",
"strip_prefix": "xtl-0.7.7",
"patch_strip": 0,
"overlay": {
"BUILD.bazel": "sha256-F9cMl1E2Vrkm3tzDJ8T2/2DtqOrCBml3S8qgRZoHORQ=",
"MODULE.bazel": "sha256-6o2zqXgOqC70JvElfp/Br82pyj/31DQxxTmk27MN76g="
}
}
17 changes: 17 additions & 0 deletions modules/xtl/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/xtensor-stack/xtl",
"maintainers": [
{
"email": "[email protected]",
"github": "Vertexwahn",
"name": "Julian Amann"
}
],
"repository": [
"github:xtensor-stack/xtl"
],
"versions": [
"0.7.7"
],
"yanked_versions": {}
}

0 comments on commit a77bc4e

Please sign in to comment.