Skip to content

Commit

Permalink
fxdiv@0.0.0-20201209-63058ef (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed May 6, 2024
1 parent b17c858 commit 1584d93
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 0 deletions.
21 changes: 21 additions & 0 deletions modules/fxdiv/0.0.0-20201209-63058ef/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module(
name = "fxdiv",
version = "0.0.0-20201209-63058ef",
compatibility_level = 1,
)

bazel_dep(
name = "rules_cc",
version = "0.0.9",
)

bazel_dep(
name = "google_benchmark",
version = "1.8.3",
repo_name = "com_google_benchmark",
)
bazel_dep(
name = "googletest",
version = "1.14.0.bcr.1",
repo_name = "com_google_googletest",
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,21 @@
+module(
+ name = "fxdiv",
+ version = "0.0.0-20201209-63058ef",
+ compatibility_level = 1,
+)
+
+bazel_dep(
+ name = "rules_cc",
+ version = "0.0.9",
+)
+
+bazel_dep(
+ name = "google_benchmark",
+ version = "1.8.3",
+ repo_name = "com_google_benchmark",
+)
+bazel_dep(
+ name = "googletest",
+ version = "1.14.0.bcr.1",
+ repo_name = "com_google_googletest",
+)
19 changes: 19 additions & 0 deletions modules/fxdiv/0.0.0-20201209-63058ef/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=-std=c++14'
build_targets:
- '@fxdiv//...'
9 changes: 9 additions & 0 deletions modules/fxdiv/0.0.0-20201209-63058ef/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/Maratyszcza/FXdiv/archive/63058eff77e11aa15bf531df5dd34395ec3017c8.tar.gz",
"integrity": "sha256-7HTYgqCkfP2cD5W8T66ZAaSt6AKpajt24CZxu3NApMU=",
"strip_prefix": "FXdiv-63058eff77e11aa15bf531df5dd34395ec3017c8",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-sPo7vBMwDd4+cedItYmreq/TO6QOBYNUc0qFniBa0wA="
}
}
16 changes: 16 additions & 0 deletions modules/fxdiv/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/Maratyszcza/FXdiv",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:Maratyszcza/FXdiv"
],
"versions": [
"0.0.0-20201209-63058ef"
],
"yanked_versions": {}
}

0 comments on commit 1584d93

Please sign in to comment.