From 4c2f0f45e6d736d435a017f59c0d0c0e811e2fab Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Thu, 26 Dec 2024 15:06:30 +0400 Subject: [PATCH] cgk 0.1.0 (#1339) --- index/cg/cgk/cgk-0.1.0.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/cg/cgk/cgk-0.1.0.toml diff --git a/index/cg/cgk/cgk-0.1.0.toml b/index/cg/cgk/cgk-0.1.0.toml new file mode 100644 index 00000000..a6b438dc --- /dev/null +++ b/index/cg/cgk/cgk-0.1.0.toml @@ -0,0 +1,26 @@ +name = "cgk" +description = "Computational Geometry Kernel" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +website="https://github.com/godunko/cgk" +tags = ["computational", "geometry"] + +project-files = ["gnat/cgk_primitives.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[configuration.variables] +Float_Size = {type = "Enum", values = ["32", "64"], default = "64"} +SIMD = {type = "Enum", values = ["nosimd", "gcc"], default = "gcc"} + +[origin] +commit = "0b19efcd983adfdc704a9ed870f36f2efb5f40d3" +url = "git+https://github.com/godunko/cgk.git" +